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:
nileshagrawal@chromium.org 2013-02-23 01:49:55 +00:00
Родитель f5eca3cd1e
Коммит 0ddbdc76e9
2 изменённых файлов: 51 добавлений и 0 удалений

Просмотреть файл

@ -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.