Merge "Disable misc ubsan Soong test on mac"
This commit is contained in:
commit
3b8b7803a8
1 changed files with 4 additions and 0 deletions
|
@ -314,6 +314,10 @@ func TestTsan(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestMiscUndefined(t *testing.T) {
|
||||
if runtime.GOOS != "linux" {
|
||||
t.Skip("requires linux")
|
||||
}
|
||||
|
||||
bp := `
|
||||
cc_binary {
|
||||
name: "bin_with_ubsan",
|
||||
|
|
Loading…
Reference in a new issue