Commit 7eb46f07 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Revert "Check for static initializers on linux-chromeos-rel." again.

This is a manual revert of https://crrev.com/810169. The
linux-chromeos-rel trybots have Clang code coverage enabled. This
causes the static initializers check to generate false positives [1] in
some cases. Since there is no proper immediate solution, stop running
the static initializers check to get it out of the way of landing CLs.

[1] https://crrev.com/c/2450491

Bug: 537099
Change-Id: I6ce647aba388925fcb4ea4622128f2687d909b7f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454391Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814406}
parent 39553638
......@@ -4234,14 +4234,6 @@
"test": "zlib_unittests",
"test_id_prefix": "ninja://third_party/zlib:zlib_unittests/"
}
],
"scripts": [
{
"isolate_profile_data": true,
"name": "check_static_initializers",
"script": "check_static_initializers.py",
"swarming": {}
}
]
},
"linux-lacros-rel": {
......
......@@ -634,12 +634,6 @@
},
},
'chromium_check_static_initializers_scripts': {
'check_static_initializers': {
'script': 'check_static_initializers.py',
},
},
'chromium_gtests': {
'absl_hardening_tests': {},
'angle_unittests': {},
......
......@@ -1193,7 +1193,6 @@
],
'test_suites': {
'gtest_tests': 'linux_chromeos_gtests',
'scripts': 'chromium_check_static_initializers_scripts',
},
},
'linux-lacros-rel': {
......
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