Green perfetto_unittests, crashpad_tests, base_unittests on android 12l,13
i.e.
https://ci.chromium.org/p/chromium/builders/ci/android-12l-x64-dbg-tests
https://ci.chromium.org/p/chromium/builders/ci/android-13-x64-rel
There are common test failure in these test suites so apply the same
filter files.
Enable CrashReportDatabaseTest.CleanBrokenDatabase on Android 11
as it passed on the local test.
Bug: 1264159, 1405331
Change-Id: I0c475b74a3a16d0a2abfac9e928d05fd535a4f4b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4234202
Reviewed-by: James Shen <[email protected]>
Commit-Queue: Haiyang Pan <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1103013}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 09d6efd9..a7fee25 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -150,7 +150,17 @@
},
'android-12-x64-rel': {
'args': [
- '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.base_unittests.filter',
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
+ ],
+ },
+ 'android-12l-x64-dbg-tests': {
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
+ ],
+ },
+ 'android-13-x64-rel': {
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
],
},
'fuchsia-code-coverage': {
@@ -2028,12 +2038,22 @@
},
'android-11-x86-rel': {
'args': [
- '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.crashpad_tests.filter',
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
],
},
'android-12-x64-rel': {
'args': [
- '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.crashpad_tests.filter',
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
+ ],
+ },
+ 'android-12l-x64-dbg-tests': {
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
+ ],
+ },
+ 'android-13-x64-rel': {
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
],
},
# TODO(crbug.com/1254975): dyld was rebuilt for macOS 12, which breaks
@@ -3053,6 +3073,18 @@
'--gtest_filter=-ScopedDirTest.CloseOutOfScope',
],
},
+ 'android-12l-x64-dbg-tests': {
+ 'args': [
+ # TODO(crbug.com/1260440): Fix the failed test
+ '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
+ ],
+ },
+ 'android-13-x64-rel': {
+ 'args': [
+ # TODO(crbug.com/1260440): Fix the failed test
+ '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
+ ],
+ },
'android-nougat-x86-rel': {
'args': [
# TODO(crbug.com/1260440): Fix the failed test