Commit 3e759dbb authored by Yun Liu's avatar Yun Liu Committed by Commit Bot

[code coverage] Exclude suites which cause linker issue

I complied all suites locally with the same gn args as
android-code-coverage-native, and these suites in exceptions.pyl
failed due to linker errors (crbug in comment).
Exclude these suites for now until linker issues are fixed.

Bug: 985574
Change-Id: I50cbc195153bc6d93a8c2bd0f8952a72d869e65b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893116
Commit-Queue: Yun Liu <yliuyliu@google.com>
Reviewed-by: default avatarYun Liu <yliuyliu@google.com>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Auto-Submit: Yun Liu <yliuyliu@google.com>
Cr-Commit-Position: refs/heads/master@{#711813}
parent 50aabeac
This diff is collapsed.
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
'android-kitkat-arm-rel', 'android-kitkat-arm-rel',
'KitKat Phone Tester (dbg)', 'KitKat Phone Tester (dbg)',
'KitKat Tablet Tester', 'KitKat Tablet Tester',
'android-code-coverage-native', # crbug/1018434
], ],
}, },
'angle_end2end_tests': { 'angle_end2end_tests': {
...@@ -379,7 +380,15 @@ ...@@ -379,7 +380,15 @@
'Win10 Tests x64 (dbg)', 'Win10 Tests x64 (dbg)',
], ],
}, },
'components_browsertests': {
'remove_from': [
'android-code-coverage-native', # crbug/1018434
],
},
'components_unittests': { 'components_unittests': {
'remove_from': [
'android-code-coverage-native', # crbug/1018431
],
'modifications': { 'modifications': {
'android-pie-arm64-rel': { 'android-pie-arm64-rel': {
'experiment_percentage': 100, # https://crbug.com/1010211 'experiment_percentage': 100, # https://crbug.com/1010211
...@@ -480,6 +489,8 @@ ...@@ -480,6 +489,8 @@
'remove_from': [ 'remove_from': [
# chromium.memory # chromium.memory
'android-asan', # https://crbug.com/964562 'android-asan', # https://crbug.com/964562
# chromium.fyi
'android-code-coverage-native', # crbug/1018434
], ],
'modifications': { 'modifications': {
'android-pie-arm64-rel': { 'android-pie-arm64-rel': {
...@@ -1667,6 +1678,9 @@ ...@@ -1667,6 +1678,9 @@
], ],
}, },
'unit_tests': { 'unit_tests': {
'remove_from': [
'android-code-coverage-native', # crbug/1018434
],
'modifications': { 'modifications': {
# chromium.clang # chromium.clang
'ToTLinuxASan': { 'ToTLinuxASan': {
...@@ -1749,6 +1763,8 @@ ...@@ -1749,6 +1763,8 @@
# chromium.android.fyi # chromium.android.fyi
'android-marshmallow-x86-fyi-rel', 'android-marshmallow-x86-fyi-rel',
'android-pie-x86-fyi-rel', 'android-pie-x86-fyi-rel',
# chromium.fyi
'android-code-coverage-native', # crbug/1018434
], ],
}, },
'vr_common_unittests': { 'vr_common_unittests': {
...@@ -1756,6 +1772,8 @@ ...@@ -1756,6 +1772,8 @@
# chromium.android.fyi # chromium.android.fyi
'android-marshmallow-x86-fyi-rel', 'android-marshmallow-x86-fyi-rel',
'android-pie-x86-fyi-rel', 'android-pie-x86-fyi-rel',
# chromium.fyi
'android-code-coverage-native', # crbug/1018431
], ],
}, },
'vr_pixeltests': { 'vr_pixeltests': {
...@@ -1765,6 +1783,7 @@ ...@@ -1765,6 +1783,7 @@
'android-pie-x86-fyi-rel', 'android-pie-x86-fyi-rel',
# chromium.fyi # chromium.fyi
'VR Linux', 'VR Linux',
'android-code-coverage-native', # crbug/1018431
], ],
}, },
'wayland_client_perftests': { 'wayland_client_perftests': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment