commit | 3b8b7803a8cded6bc2b02067cf44941d27c53be7 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Fri Dec 02 18:06:22 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 02 18:06:22 2022 +0000 |
tree | fd450abd403b519aa50fb8ad890ec63cd41016c7 | |
parent | 3f32b38cfb6ce44dc26e3d9bac9c219c49aa95b5 [diff] | |
parent | 2a109bc82089e5c270173d90a65ad34f7a8e00c0 [diff] |
Merge "Disable misc ubsan Soong test on mac"
diff --git a/cc/sanitize_test.go b/cc/sanitize_test.go index 580adfa..b102d33 100644 --- a/cc/sanitize_test.go +++ b/cc/sanitize_test.go
@@ -314,6 +314,10 @@ } func TestMiscUndefined(t *testing.T) { + if runtime.GOOS != "linux" { + t.Skip("requires linux") + } + bp := ` cc_binary { name: "bin_with_ubsan",