Merge "Don't run new test on Darwin that lacks snapshot support." am: ca703b6c7a
Change-Id: I8f2ca70e0edbc270a7ee2e46c7cebb3fd3cc26f3
This commit is contained in:
@@ -1539,6 +1539,9 @@ include-host/HostTest.h -> include/include-host/HostTest.h
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestSystemSharedLibPropagation(t *testing.T) {
|
func TestSystemSharedLibPropagation(t *testing.T) {
|
||||||
|
// b/145598135 - Generating host snapshots for anything other than linux is not supported.
|
||||||
|
SkipIfNotLinux(t)
|
||||||
|
|
||||||
result := testSdkWithCc(t, `
|
result := testSdkWithCc(t, `
|
||||||
sdk {
|
sdk {
|
||||||
name: "mysdk",
|
name: "mysdk",
|
||||||
|
Reference in New Issue
Block a user