summaryrefslogtreecommitdiffstats
path: root/tools/code_coverage
diff options
context:
space:
mode:
Diffstat (limited to 'tools/code_coverage')
-rwxr-xr-xtools/code_coverage/coverage_posix.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/code_coverage/coverage_posix.py b/tools/code_coverage/coverage_posix.py
index 553a93c..0e21510 100755
--- a/tools/code_coverage/coverage_posix.py
+++ b/tools/code_coverage/coverage_posix.py
@@ -125,10 +125,13 @@ gChildPIDs = []
Details:
ProcessUtilTest.SpawnChild: chokes in __gcov_fork on 10.6
IPCFuzzingTest.MsgBadPayloadArgs: ditto
+ FullscreenControllerTest.*: Fails on coverage bots thereby
+ aborting the test.
"""
gTestExclusions = {
'darwin2': { 'base_unittests': ('ProcessUtilTest.SpawnChild',),
- 'ipc_tests': ('IPCFuzzingTest.MsgBadPayloadArgs',), }
+ 'ipc_tests': ('IPCFuzzingTest.MsgBadPayloadArgs',), },
+ 'linux2': { 'browser_tests': ('*FullscreenControllerTest.*',), },
}