Merge "Disable misc ubsan Soong test on mac" am: 3b8b7803a8
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2324499 Change-Id: I8c704176c53ddeb468c8408abf3af848ba9d0630 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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