[code coverage] Add check_static_initializers back
The test failure of check_static_initializers test has been fixed on coverage build, so this CL adds it back to linux-coverage-rel. Bug: 956591 Change-Id: If573dd7528d9ca6789889c9e4dd5dbb7fefa8f60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656731 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#675320}
This commit is contained in:
testing/buildbot
@@ -7221,6 +7221,12 @@
|
||||
}
|
||||
],
|
||||
"scripts": [
|
||||
{
|
||||
"isolate_coverage_data": true,
|
||||
"name": "check_static_initializers",
|
||||
"script": "check_static_initializers.py",
|
||||
"swarming": {}
|
||||
},
|
||||
{
|
||||
"isolate_coverage_data": true,
|
||||
"name": "checkdeps",
|
||||
|
@@ -296,12 +296,6 @@
|
||||
},
|
||||
},
|
||||
},
|
||||
# TODO(crbug.com/956591): Remove this once the bug is fixed.
|
||||
'check_static_initializers': {
|
||||
'remove_from': [
|
||||
'Linux Tests Code Coverage',
|
||||
],
|
||||
},
|
||||
'checkbins': {
|
||||
'remove_from': [
|
||||
'linux-archive-dbg',
|
||||
|
Reference in New Issue
Block a user