summaryrefslogtreecommitdiffstats
path: root/tools/code_coverage/coverage_posix.py
diff options
context:
space:
mode:
authorpshenoy@chromium.org <pshenoy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-15 02:37:34 +0000
committerpshenoy@chromium.org <pshenoy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-15 02:37:34 +0000
commitdbdfcefda4cbbbd5a6b58d355e914925553efb92 (patch)
treeb0a340ea09a63c12e878e3ae79d6b16ac568ed3d /tools/code_coverage/coverage_posix.py
parente21d94f4338363af883e140ecf532e04395cf590 (diff)
downloadchromium_src-dbdfcefda4cbbbd5a6b58d355e914925553efb92.zip
chromium_src-dbdfcefda4cbbbd5a6b58d355e914925553efb92.tar.gz
chromium_src-dbdfcefda4cbbbd5a6b58d355e914925553efb92.tar.bz2
Skipping few failing tests from gpu_tests, performance_ui_tests and sync_integration_tests on coverage bot.
Review URL: https://chromiumcodereview.appspot.com/10837246 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/code_coverage/coverage_posix.py')
-rwxr-xr-xtools/code_coverage/coverage_posix.py89
1 files changed, 79 insertions, 10 deletions
diff --git a/tools/code_coverage/coverage_posix.py b/tools/code_coverage/coverage_posix.py
index 9e78d4c..e3af4ef 100755
--- a/tools/code_coverage/coverage_posix.py
+++ b/tools/code_coverage/coverage_posix.py
@@ -137,21 +137,90 @@ gChildPIDs = []
StartupBrowserCreatorTest.OpenAppShortcutPanel: Fails on coverage bot.
FilePathWatcherTest.Callback: Fails with error 'Unable to terminate
process group' in process_util_posix.cc.
+ WebGLConformanceTests.conformance_attribs_gl_enable_vertex_attrib: Fails
+ with timeout (45000 ms) exceeded error.
+ WebGLConformanceTests.conformance_attribs_gl_disabled_vertex_attrib:
+ ditto.
+ WebGLConformanceTests.conformance_attribs_gl_vertex_attrib_zero_issues:
+ ditto.
+ WebGLConformanceTests.conformance_attribs_gl_vertex_attrib: ditto.
+ WebGLConformanceTests.conformance_attribs_gl_vertexattribpointer_offsets:
+ ditto.
+ WebGLConformanceTests.conformance_attribs_gl_vertexattribpointer: ditto.
+ WebGLConformanceTests.conformance_buffers_buffer_bind_test: After
+ disabling WebGLConformanceTests specified above, this test fails when run
+ on local machine.
+ WebGLConformanceTests.conformance_buffers_buffer_data_array_buffer: ditto.
+ WebGLConformanceTests.conformance_buffers_index_validation_copies_indices:
+ ditto.
+ WebGLConformanceTests.
+ conformance_buffers_index_validation_crash_with_buffer_sub_data: ditto.
+ WebGLConformanceTests.
+ conformance_buffers_index_validation_verifies_too_many_indices: ditto.
+ WebGLConformanceTests.
+ conformance_buffers_index_validation_with_resized_buffer: ditto.
+ PageCycler*.*: Fails on coverage bot with "Missing test directory
+ /....../slave/coverage-dbg-linux/build/src/data/page_cycler/moz" error.
+ *FrameRateCompositingTest.*: Fails with
+ "FATAL:chrome_content_browser_client.cc(893)] Check failed:
+ command_line->HasSwitch(switches::kEnableStatsTable)."
+ *FrameRateNoVsyncCanvasInternalTest.*: ditto.
+ *FrameRateGpuCanvasInternalTest.*: ditto.
+ TwoClientPasswordsSyncTest.DeleteAll: Fails on coverage bot.
+ MigrationTwoClientTest.MigrationHellWithoutNigori: Fails with timeout
+ (45000 ms) exceeded error.
+ TwoClientSessionsSyncTest.DeleteActiveSession: ditto.
+ MultipleClientSessionsSyncTest.EncryptedAndChanged: ditto.
+ MigrationSingleClientTest.AllTypesIndividuallyTriggerNotification: ditto.
"""
gTestExclusions = {
'darwin2': { 'base_unittests': ('ProcessUtilTest.SpawnChild',),
'ipc_tests': ('IPCFuzzingTest.MsgBadPayloadArgs',), },
- 'linux2': { 'browser_tests':
- ('*FullscreenControllerTest.*',
- '*PageCyclerCachedBrowserTest.*',
- '*FullscreenControllerBrowserTest.*',
- 'PPAPITest.Fullscreen',
- 'OutOfProcessPPAPITest.Fullscreen',
- 'IndexedDBLayoutTest.RegressionTests',
- 'PanelBrowserNavigatorTest.NavigateFromCrashedPanel',
- 'StartupBrowserCreatorTest.OpenAppShortcutPanel',
- 'FilePathWatcherTest.Callback',), },
+ 'linux2': {
+ 'browser_tests':
+ ('*FullscreenControllerTest.*',
+ '*PageCyclerCachedBrowserTest.*',
+ '*FullscreenControllerBrowserTest.*',
+ 'PPAPITest.Fullscreen',
+ 'OutOfProcessPPAPITest.Fullscreen',
+ 'IndexedDBLayoutTest.RegressionTests',
+ 'PanelBrowserNavigatorTest.NavigateFromCrashedPanel',
+ 'StartupBrowserCreatorTest.OpenAppShortcutPanel',
+ 'FilePathWatcherTest.Callback',),
+ 'gpu_tests':
+ ('WebGLConformanceTests.conformance_attribs_gl_enable_vertex_attrib',
+ 'WebGLConformanceTests.'
+ 'conformance_attribs_gl_disabled_vertex_attrib',
+ 'WebGLConformanceTests.'
+ 'conformance_attribs_gl_vertex_attrib_zero_issues',
+ 'WebGLConformanceTests.conformance_attribs_gl_vertex_attrib',
+ 'WebGLConformanceTests.'
+ 'conformance_attribs_gl_vertexattribpointer_offsets',
+ 'WebGLConformanceTests.conformance_attribs_gl_vertexattribpointer',
+ 'WebGLConformanceTests.conformance_buffers_buffer_bind_test',
+ 'WebGLConformanceTests.'
+ 'conformance_buffers_buffer_data_array_buffer',
+ 'WebGLConformanceTests.'
+ 'conformance_buffers_index_validation_copies_indices',
+ 'WebGLConformanceTests.'
+ 'conformance_buffers_index_validation_crash_with_buffer_sub_data',
+ 'WebGLConformanceTests.'
+ 'conformance_buffers_index_validation_verifies_too_many_indices',
+ 'WebGLConformanceTests.'
+ 'conformance_buffers_index_validation_with_resized_buffer',),
+ 'performance_ui_tests':
+ ('*PageCycler*.*',
+ '*FrameRateCompositingTest.*',
+ '*FrameRateNoVsyncCanvasInternalTest.*',
+ '*FrameRateGpuCanvasInternalTest.*',),
+ 'sync_integration_tests':
+ ('TwoClientPasswordsSyncTest.DeleteAll',
+ 'MigrationTwoClientTest.MigrationHellWithoutNigori',
+ 'TwoClientSessionsSyncTest.DeleteActiveSession',
+ 'MultipleClientSessionsSyncTest.EncryptedAndChanged',
+ 'MigrationSingleClientTest.'
+ 'AllTypesIndividuallyTriggerNotification',), },
}