diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-03 17:18:08 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-03 17:18:08 +0000 |
commit | 357a585cd6c3041703a3f076d12aeafac2de1dcb (patch) | |
tree | 32817bd3d75bc2075ba77c6ef3b4207009968776 /content | |
parent | 16efb4e661a5670f8a8ace57b0f730a16ac7b92d (diff) | |
download | chromium_src-357a585cd6c3041703a3f076d12aeafac2de1dcb.zip chromium_src-357a585cd6c3041703a3f076d12aeafac2de1dcb.tar.gz chromium_src-357a585cd6c3041703a3f076d12aeafac2de1dcb.tar.bz2 |
IndexedDBLayoutTest.FAILS_IndexBasicsWorkersTest crashes. Disabling it
TBR=sky
Bug=120924
Review URL: https://chromiumcodereview.appspot.com/9956105
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130401 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/in_process_webkit/indexed_db_layout_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc index 2bb225b..036007c 100644 --- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc +++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc @@ -96,7 +96,7 @@ IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, ComplexTests) { // Frequently times out, sometimes due to webkit assertion failure. // http://crbug.com/120924 -IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, FAILS_IndexBasicsWorkersTest) { +IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, DISABLED_IndexBasicsWorkersTest) { RunLayoutTest("deleteIndex.html"); RunLayoutTest("index-basics-workers.html"); } |