Skip to content

Commit

Permalink
Skipping few more tests from running on coverage bot.
Browse files Browse the repository at this point in the history
Review URL: https://chromiumcodereview.appspot.com/10831376

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152601 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
pshenoy@chromium.org committed Aug 21, 2012
1 parent aece7a5 commit d235bc7
Showing 1 changed file with 72 additions and 5 deletions.
77 changes: 72 additions & 5 deletions tools/code_coverage/coverage_posix.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,20 @@
StartupBrowserCreatorTest.OpenAppShortcutPanel: Fails on coverage bot.
FilePathWatcherTest.Callback: Fails with error 'Unable to terminate
process group' in process_util_posix.cc.
SUIDSandboxUITest.testSUIDSandboxEnabled: crbug.com/143250
PPAPINaClNewlibTest.Fullscreen: crbug.com/143251
PPAPINaClGLibcTest.Fullscreen: ditto.
UnloadTest.BrowserCloseInfiniteBeforeUnload: crbug.com/143253
PrerenderBrowserTest.PrerenderDelayLoadPlugin: crbug.com/143257
PrerenderBrowserTest.PrerenderIframeDelayLoadPlugin: ditto.
WindowOpenPanelTest.WindowOpenPanel: crbug.com/143258
WindowOpenPanelTest.CloseNonExtensionPanelsOnUninstall: ditto
ExtensionManagementApiTest.LaunchPanelApp: crbug.com/143416
ClickToPlayPluginTest.Basic: crbug.com/143417
ClickToPlayPluginTest.LoadAllBlockedPlugins: ditto.
ClickToPlayPluginTest.NoCallbackAtLoad: ditto.
WebGLConformanceTests.conformance_attribs_gl_enable_vertex_attrib: Fails
with timeout (45000 ms) exceeded error.
with timeout (45000 ms) exceeded error. crbug.com/143248
WebGLConformanceTests.conformance_attribs_gl_disabled_vertex_attrib:
ditto.
WebGLConformanceTests.conformance_attribs_gl_vertex_attrib_zero_issues:
Expand All @@ -159,19 +171,40 @@
conformance_buffers_index_validation_verifies_too_many_indices: ditto.
WebGLConformanceTests.
conformance_buffers_index_validation_with_resized_buffer: ditto.
WebGLConformanceTests.conformance_canvas_buffer_offscreen_test: ditto.
WebGLConformanceTests.conformance_canvas_buffer_preserve_test: ditto.
WebGLConformanceTests.conformance_canvas_canvas_test: ditto.
WebGLConformanceTests.conformance_canvas_canvas_zero_size: ditto.
WebGLConformanceTests.
conformance_canvas_drawingbuffer_static_canvas_test: ditto.
WebGLConformanceTests.conformance_canvas_drawingbuffer_test: 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.
IndexedDBTest.Perf: Fails with 'Timeout reached in WaitUntilCookieValue'
error.
TwoClientPasswordsSyncTest.DeleteAll: Fails on coverage bot.
MigrationTwoClientTest.MigrationHellWithoutNigori: Fails with timeout
(45000 ms) exceeded error.
TwoClientSessionsSyncTest.DeleteActiveSession: ditto.
MultipleClientSessionsSyncTest.EncryptedAndChanged: ditto.
MigrationSingleClientTest.AllTypesIndividuallyTriggerNotification: ditto.
*OldPanelResizeBrowserTest.*: crbug.com/143247
*OldPanelDragBrowserTest.*: ditto.
*OldPanelBrowserTest.*: ditto.
*OldPanelAndDesktopNotificationTest.*: ditto.
*OldDockedPanelBrowserTest.*: ditto.
*OldDetachedPanelBrowserTest.*: ditto.
PanelDragBrowserTest.AttachWithSqueeze: ditto.
*PanelBrowserTest.*: ditto.
*DockedPanelBrowserTest.*: ditto.
*DetachedPanelBrowserTest.*: ditto.
AutomatedUITest.TheOneAndOnlyTest: crbug.com/143419
AutomatedUITestBase.DragOut: ditto
"""
gTestExclusions = {
Expand All @@ -187,7 +220,19 @@
'IndexedDBLayoutTest.RegressionTests',
'PanelBrowserNavigatorTest.NavigateFromCrashedPanel',
'StartupBrowserCreatorTest.OpenAppShortcutPanel',
'FilePathWatcherTest.Callback',),
'FilePathWatcherTest.Callback',
'SUIDSandboxUITest.testSUIDSandboxEnabled',
'PPAPINaClNewlibTest.Fullscreen',
'PPAPINaClGLibcTest.Fullscreen',
'UnloadTest.BrowserCloseInfiniteBeforeUnload',
'PrerenderBrowserTest.PrerenderDelayLoadPlugin',
'PrerenderBrowserTest.PrerenderIframeDelayLoadPlugin',
'WindowOpenPanelTest.WindowOpenPanel',
'WindowOpenPanelTest.CloseNonExtensionPanelsOnUninstall',
'ExtensionManagementApiTest.LaunchPanelApp',
'ClickToPlayPluginTest.Basic',
'ClickToPlayPluginTest.LoadAllBlockedPlugins',
'ClickToPlayPluginTest.NoCallbackAtLoad',),
'gpu_tests':
('WebGLConformanceTests.conformance_attribs_gl_enable_vertex_attrib',
'WebGLConformanceTests.'
Expand All @@ -208,19 +253,41 @@
'WebGLConformanceTests.'
'conformance_buffers_index_validation_verifies_too_many_indices',
'WebGLConformanceTests.'
'conformance_buffers_index_validation_with_resized_buffer',),
'conformance_buffers_index_validation_with_resized_buffer',
'WebGLConformanceTests.conformance_canvas_buffer_offscreen_test',
'WebGLConformanceTests.conformance_canvas_buffer_preserve_test',
'WebGLConformanceTests.conformance_canvas_canvas_test',
'WebGLConformanceTests.conformance_canvas_canvas_zero_size',
'WebGLConformanceTests.'
'conformance_canvas_drawingbuffer_static_canvas_test',
'WebGLConformanceTests.conformance_canvas_drawingbuffer_test',),
'performance_ui_tests':
('*PageCycler*.*',
'*FrameRateCompositingTest.*',
'*FrameRateNoVsyncCanvasInternalTest.*',
'*FrameRateGpuCanvasInternalTest.*',),
'*FrameRateGpuCanvasInternalTest.*',
'IndexedDBTest.Perf',),
'sync_integration_tests':
('TwoClientPasswordsSyncTest.DeleteAll',
'MigrationTwoClientTest.MigrationHellWithoutNigori',
'TwoClientSessionsSyncTest.DeleteActiveSession',
'MultipleClientSessionsSyncTest.EncryptedAndChanged',
'MigrationSingleClientTest.'
'AllTypesIndividuallyTriggerNotification',), },
'AllTypesIndividuallyTriggerNotification',),
'interactive_ui_tests':
('*OldPanelResizeBrowserTest.*',
'*OldPanelDragBrowserTest.*',
'*OldPanelBrowserTest.*',
'*OldPanelAndDesktopNotificationTest.*',
'*OldDockedPanelBrowserTest.*',
'*OldDetachedPanelBrowserTest.*',
'PanelDragBrowserTest.AttachWithSqueeze',
'*PanelBrowserTest.*',
'*DockedPanelBrowserTest.*',
'*DetachedPanelBrowserTest.*',),
'automated_ui_tests':
('AutomatedUITest.TheOneAndOnlyTest',
'AutomatedUITestBase.DragOut',), },
}


Expand Down

0 comments on commit d235bc7

Please sign in to comment.