Disable misc ubsan Soong test on mac

Test: run on mac build
Change-Id: I869775ce76fd619557bf6833f99c5b924bcc5a8e
This commit is contained in:
Liz Kammer
2022-12-02 09:36:01 -05:00
parent a36589c4ca
commit 2a109bc820

View File

@@ -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",