diff options
-rw-r--r-- | TEST_MAPPING | 10 | ||||
-rwxr-xr-x | test/utils/regen-test-files | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 66f5780fd2..281a440491 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -86,10 +86,7 @@ }, { "name": "art-run-test-029-assert" - } - ], - "postsubmit": [ - // ART run-tests. + }, { "name": "art-run-test-033-class-init-deadlock" }, @@ -203,7 +200,10 @@ }, { "name": "art-run-test-090-loop-formation" - }, + } + ], + "postsubmit": [ + // ART run-tests. { "name": "art-run-test-092-locale" }, diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files index c975416a6f..07ec968565 100755 --- a/test/utils/regen-test-files +++ b/test/utils/regen-test-files @@ -280,7 +280,7 @@ known_failing_tests=( # the `presubmit` test group in `TEST_MAPPING` file -- the rest will be included # in `postsubmit` test group. # Currently, this value has to be a number between 1 and 99. -presubmit_tests_percentage=10 +presubmit_tests_percentage=25 cd "$ANDROID_BUILD_TOP/art" |