diff options
author | 2024-12-17 14:11:59 +0000 | |
---|---|---|
committer | 2024-12-17 14:11:59 +0000 | |
commit | 81101f0095c2201fa729993a80adf590f60a5480 (patch) | |
tree | 52de087b9916b23bdb2edeb5c4120fe24be0fb69 | |
parent | c51a720c4940c83a731a1d8193c8e95a510db1e2 (diff) |
Add test.java.lang.runtime.SwitchBootstrapsTest to run-libcore-tests
Bug: 383899067
Test: TH
Change-Id: I14b6179a7e9838fdd730c3b10dc598bc2b926568
-rwxr-xr-x | tools/run-libcore-tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run-libcore-tests.py b/tools/run-libcore-tests.py index 244f912c72..1473e0560e 100755 --- a/tools/run-libcore-tests.py +++ b/tools/run-libcore-tests.py @@ -151,6 +151,8 @@ LIBCORE_TEST_NAMES = [ "test.java.lang.ref.EnqueuePollRaceTest", "test.java.lang.ref.ReferenceCloneTest", "test.java.lang.ref.ReferenceEnqueuePendingTest", + # test.java.lang.runtime + "test.java.lang.runtime.SwitchBootstrapsTest", # test.java.math "test.java.math.BigDecimal", # Sharded test.java.math.BigInteger |