0

[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:
Yuke Liao
2019-07-08 18:56:19 +00:00
committed by Commit Bot
parent 0beb8299d5
commit a24b50409e
2 changed files with 6 additions and 6 deletions

@@ -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',