Merge "Disable misc ubsan Soong test on mac"

This commit is contained in:
Liz Kammer 2022-12-02 18:06:22 +00:00 committed by Gerrit Code Review
commit 3b8b7803a8

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