diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-18 09:38:52 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-18 09:38:52 +0000 |
commit | 8355c66e0a2248010503ec7258ee562fa8bae679 (patch) | |
tree | 16f33fbbd1e4af57b3515609508f347dc4b80db6 /build | |
parent | 2eb968f31ede2bd1825961fba841277d71f5898d (diff) | |
download | chromium_src-8355c66e0a2248010503ec7258ee562fa8bae679.zip chromium_src-8355c66e0a2248010503ec7258ee562fa8bae679.tar.gz chromium_src-8355c66e0a2248010503ec7258ee562fa8bae679.tar.bz2 |
Android: disables a few content_browser_tests.
This test suite have been recently graduated to the main waterfall,
and a few tests are failing.
BUG=233118
TBR=nileshagrawal@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14126010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194868 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/android/pylib/gtest/filter/content_browsertests_disabled | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/android/pylib/gtest/filter/content_browsertests_disabled b/build/android/pylib/gtest/filter/content_browsertests_disabled index 48cd1f1..012fe58 100644 --- a/build/android/pylib/gtest/filter/content_browsertests_disabled +++ b/build/android/pylib/gtest/filter/content_browsertests_disabled @@ -100,3 +100,15 @@ RenderWidgetHostBrowserTest.GetSnapshotFromRendererTest # http://crbug.com/232997 IndexedDBLayoutTest.BasicTests IndexedDBLayoutTest.IndexTests + +# http://crbug.com/233118 +FileSystemLayoutTest.DirectoryEntryToUri +FileSystemLayoutTest.FileWriterAbortContinue +FileSystemLayoutTest.ReadDirectory +FileSystemLayoutTest.WorkersFileWriterSyncTruncateExtend +FileSystemLayoutTest.WorkersFileWriterGcBlob +IndexedDBBrowserTest.CallbackAccounting +IndexedDBBrowserTest.TransactionGetTest +IndexedDBLayoutTest.IndexTests +IndexedDBLayoutTest.RegressionTests +IndexedDBLayoutTest.TransactionTests |