Merge "Don't run new test on Darwin that lacks snapshot support."

This commit is contained in:
Martin Stjernholm
2020-03-26 17:49:37 +00:00
committed by Gerrit Code Review

View File

@@ -1539,6 +1539,9 @@ include-host/HostTest.h -> include/include-host/HostTest.h
}
func TestSystemSharedLibPropagation(t *testing.T) {
// b/145598135 - Generating host snapshots for anything other than linux is not supported.
SkipIfNotLinux(t)
result := testSdkWithCc(t, `
sdk {
name: "mysdk",