Chromium Code Reviews| Index: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
| 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 a082903dbd9614592a328d7c7e0bb86363f93790..20ee225735d67ac20ff2d91df54e37e8e3c30118 100644 |
| --- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
| +++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
| @@ -74,9 +74,10 @@ static const char* kKeyTests[] = { |
| static const char* kTransactionTests[] = { |
| // "transaction-abort.html", // Flaky, http://crbug.com/83226 |
| - "transaction-abort-with-js-recursion-cross-frame.html", |
| - "transaction-abort-with-js-recursion.html", |
| - "transaction-abort-workers.html", |
| +// FIXME: Re-enable the following 3 tests after http://webkit.org/b/89379 lands. |
|
jsbell
2012/06/27 20:05:39
These LayoutTests are renamed from transaction-abo
jam
2012/06/27 20:34:16
nit: chrome style is TODO(jsbell)
jsbell
2012/06/27 20:40:35
Done.
// TODO(jsbell): learn how to write pre-su
|
| +// "transaction-complete-with-js-recursion-cross-frame.html", |
| +// "transaction-complete-with-js-recursion.html", |
| +// "transaction-complete-workers.html", |
| "transaction-after-close.html", |
| "transaction-and-objectstore-calls.html", |
| "transaction-basics.html", |