diff options
author | 2024-02-29 15:47:10 +0000 | |
---|---|---|
committer | 2024-03-04 09:13:07 +0000 | |
commit | 114ac9ae5791818840ac25f38c224956dba073ad (patch) | |
tree | df7e59983769f40fbbc53a1bd3a2975fa536e7f4 | |
parent | 79f9e3647b601a33f5db3d1b95e434617e2bad93 (diff) |
Skip a couple of libcore tests for gcstress config
Bug: 235566533
Test: art/test.py
Change-Id: Id7a895f4cdfabe53b43d1f077b32d74237118750
-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 72db66c634..244f912c72 100755 --- a/tools/run-libcore-tests.py +++ b/tools/run-libcore-tests.py @@ -264,6 +264,8 @@ DISABLED_GCSTRESS_DEBUG_TESTS = { "test.java.lang.StrictMath.HypotTests#testAgainstTranslit_shard4", "test.java.math.BigDecimal", "test.java.math.BigInteger#testConstructor", + "test.java.util.TestFormatter", + "test.java.util.Collection", } DISABLED_FUGU_TESTS = { |