Disable misc ubsan Soong test on mac
Test: run on mac build Change-Id: I869775ce76fd619557bf6833f99c5b924bcc5a8e
This commit is contained in:
@@ -314,6 +314,10 @@ func TestTsan(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestMiscUndefined(t *testing.T) {
|
func TestMiscUndefined(t *testing.T) {
|
||||||
|
if runtime.GOOS != "linux" {
|
||||||
|
t.Skip("requires linux")
|
||||||
|
}
|
||||||
|
|
||||||
bp := `
|
bp := `
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "bin_with_ubsan",
|
name: "bin_with_ubsan",
|
||||||
|
Reference in New Issue
Block a user