From 00bafc669386e63ffa4b87b75b47339ef4a0063a Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Tue, 25 Apr 2023 17:33:06 +0000 Subject: [PATCH] Re-enable TestMixedBuildUsesStubs This was disabled because of some non-determinism in Soong, which has been been fixed in aosp/2559590 Bug: 275313114 Test: go test ./cc -run TestMixedBuildUsesStubs -count 1000 Change-Id: I261dc785c832e66f8e213132c19111b8b90e40e9 --- cc/cc_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cc/cc_test.go b/cc/cc_test.go index 787669c75..a1d6bdce7 100644 --- a/cc/cc_test.go +++ b/cc/cc_test.go @@ -3683,9 +3683,6 @@ func TestStubsForLibraryInMultipleApexes(t *testing.T) { } func TestMixedBuildUsesStubs(t *testing.T) { - // TODO(b/275313114): Test exposes non-determinism which should be corrected and the test - // reenabled. - t.Skip() t.Parallel() bp := ` cc_library_shared {