Android: Add disabled file for content_browsertests
BUG=138275 Review URL: https://chromiumcodereview.appspot.com/12321085 git-svn-id: http://src.chromium.org/svn/trunk/src/build@184253 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
f5eca3cd1e
Коммит
0ddbdc76e9
|
@ -0,0 +1,46 @@
|
|||
# List of suppressions
|
||||
# Timeouts
|
||||
Http/MediaTest.*
|
||||
File/MediaTest.*
|
||||
ExternalClearKey/EncryptedMediaTest.*
|
||||
ClearKey/EncryptedMediaTest.*
|
||||
WorkerTest.*
|
||||
MediaTest.*
|
||||
AudioLayoutTest.*
|
||||
WebGLConformanceTest.*
|
||||
MessagePortTest.Tests
|
||||
EncryptedMediaTest.InvalidKeySystem
|
||||
IndexedDBBrowserTest.NullKeyPathPersistence
|
||||
IndexedDBBrowserTest.VersionChangeCrashResilience
|
||||
CrossPlatformAccessibilityBrowserTest.*
|
||||
GpuCrashTest.MANUAL_WebkitLoseContext
|
||||
DatabaseTest.*
|
||||
BrowserPluginHostTest.*
|
||||
|
||||
# Failures
|
||||
WebrtcBrowserTest.*
|
||||
WorkerLayoutTest.*
|
||||
MediaLayoutTest.*
|
||||
IndexedDBLayoutTest.*
|
||||
ContentBrowserTest.MANUAL_ShouldntRun
|
||||
RenderViewHostTest.BaseURLParam
|
||||
OffTheRecordClipboardTest.ClearContentData
|
||||
FileSystemLayoutTest.*
|
||||
GpuPixelTestCanvas2DSD.MANUAL_Canvas2DRedBoxSD
|
||||
GpuPixelBrowserTest.*
|
||||
BlobLayoutTest.XhrResponseBlob
|
||||
FileSystemBrowserTestWithLowQuota.QuotaTest
|
||||
BlobLayoutTest.*
|
||||
ChildProcessSecurityPolicyInProcessBrowserTest.NoLeak
|
||||
|
||||
# Crashes
|
||||
RenderViewImplTest.*
|
||||
BrowserPluginTest.*
|
||||
PluginTest.*
|
||||
WorkerXHRHttpLayoutTest.Tests
|
||||
SecurityExploitBrowserTest.SetWebUIProperty
|
||||
RendererAccessibilityTest.EditableTextModeFocusNotifications
|
||||
RenderWidgetTest.OnMsgPaintAtSize
|
||||
GpuCrashTest.MANUAL_Kill
|
||||
DownloadContentTest.ResumeInterruptedDownload
|
||||
RenderViewHostManagerTest.*
|
|
@ -111,6 +111,11 @@ class TestPackage(object):
|
|||
self.adb.PushIfNeeded(
|
||||
self.test_suite_dirname + '/linux_dumper_unittest_helper',
|
||||
constants.TEST_EXECUTABLE_DIR + '/linux_dumper_unittest_helper')
|
||||
if self.test_suite_basename == 'content_browsertests':
|
||||
self.adb.PushIfNeeded(
|
||||
self.test_suite_dirname +
|
||||
'/../content_shell/assets/content_shell.pak',
|
||||
external_storage + '/paks/content_shell.pak')
|
||||
|
||||
def _WatchTestOutput(self, p):
|
||||
"""Watches the test output.
|
||||
|
|
Загрузка…
Ссылка в новой задаче