Commit 2cc009e1 authored by rniwa@chromium.org's avatar rniwa@chromium.org

Disable IndexedDBBrowserTest.TransactionTest and...

Disable IndexedDBBrowserTest.TransactionTest and IndexedDBBrowserTest.DoesntHangTest on all platforms because they're now causing crash and/or hang on Mac.

TBR=jorlow, japhet, andreip
BUG=70665

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72452 0039d316-1c4b-4281-b951-d872f2087c98
parent 5bd7eeac
......@@ -83,24 +83,12 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DatabaseTest) {
}
// Flaky. See http://crbug.com/70643 and http://crbug.com/70665.
#if defined(OS_LINUX)
#define MAYBE_TransactionTest DISABLED_TransactionTest
#else
#define MAYBE_TransactionTest FLAKY_TransactionTest
#endif
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, MAYBE_TransactionTest) {
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DISABLED_TransactionTest) {
SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("transaction_test.html"))));
}
// Flaky. See http://crbug.com/70643 and http://crbug.com/70665.
#if defined(OS_LINUX)
#define MAYBE_DoesntHangTest DISABLED_DoesntHangTest
#else
#define MAYBE_DoesntHangTest FLAKY_DoesntHangTest
#endif
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, MAYBE_DoesntHangTest) {
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DISABLED_DoesntHangTest) {
SimpleTest(testUrl(FilePath(
FILE_PATH_LITERAL("transaction_run_forever.html"))));
ui_test_utils::CrashTab(browser()->GetSelectedTabContents());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment