Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a109bc8 authored by Liz Kammer's avatar Liz Kammer
Browse files

Disable misc ubsan Soong test on mac

Test: run on mac build
Change-Id: I869775ce76fd619557bf6833f99c5b924bcc5a8e
parent a36589c4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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",