Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Side by Side Diff: chrome/test/page_cycler/page_cycler_test.cc

Issue 3282002: Revert 57270 - Disable page_cycler_database everywhere.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/basictypes.h" 5 #include "base/basictypes.h"
6 #include "base/command_line.h" 6 #include "base/command_line.h"
7 #include "base/file_path.h" 7 #include "base/file_path.h"
8 #include "base/file_util.h" 8 #include "base/file_util.h"
9 #include "base/path_service.h" 9 #include "base/path_service.h"
10 #include "base/process_util.h" 10 #include "base/process_util.h"
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 485
486 // http (localhost) tests 486 // http (localhost) tests
487 PAGE_CYCLER_HTTP_TESTS("moz", MozHttp); 487 PAGE_CYCLER_HTTP_TESTS("moz", MozHttp);
488 PAGE_CYCLER_HTTP_TESTS("intl1", Intl1Http); 488 PAGE_CYCLER_HTTP_TESTS("intl1", Intl1Http);
489 PAGE_CYCLER_HTTP_TESTS("intl2", Intl2Http); 489 PAGE_CYCLER_HTTP_TESTS("intl2", Intl2Http);
490 PAGE_CYCLER_HTTP_TESTS("dom", DomHttp); 490 PAGE_CYCLER_HTTP_TESTS("dom", DomHttp);
491 PAGE_CYCLER_HTTP_TESTS("bloat", BloatHttp); 491 PAGE_CYCLER_HTTP_TESTS("bloat", BloatHttp);
492 492
493 // HTML5 database tests 493 // HTML5 database tests
494 // These tests are _really_ slow on XP/Vista. 494 // These tests are _really_ slow on XP/Vista.
495 // crbug.com/53140: Disable this test suite everywhere. 495 // crbug.com/53140: The Mac perf bot is not happy with this test suite either,
496 #if 0 496 // even though it doesn't seem to be a problem related to this test suite.
497 #if !defined(OS_WIN) && !defined(OS_MAC)
497 PAGE_CYCLER_DATABASE_TESTS("select-transactions", 498 PAGE_CYCLER_DATABASE_TESTS("select-transactions",
498 SelectTransactions); 499 SelectTransactions);
499 PAGE_CYCLER_DATABASE_TESTS("select-readtransactions", 500 PAGE_CYCLER_DATABASE_TESTS("select-readtransactions",
500 SelectReadTransactions); 501 SelectReadTransactions);
501 PAGE_CYCLER_DATABASE_TESTS("select-readtransactions-read-results", 502 PAGE_CYCLER_DATABASE_TESTS("select-readtransactions-read-results",
502 SelectReadTransactionsReadResults); 503 SelectReadTransactionsReadResults);
503 PAGE_CYCLER_DATABASE_TESTS("insert-transactions", 504 PAGE_CYCLER_DATABASE_TESTS("insert-transactions",
504 InsertTransactions); 505 InsertTransactions);
505 PAGE_CYCLER_DATABASE_TESTS("update-transactions", 506 PAGE_CYCLER_DATABASE_TESTS("update-transactions",
506 UpdateTransactions); 507 UpdateTransactions);
507 PAGE_CYCLER_DATABASE_TESTS("delete-transactions", 508 PAGE_CYCLER_DATABASE_TESTS("delete-transactions",
508 DeleteTransactions); 509 DeleteTransactions);
509 PAGE_CYCLER_DATABASE_TESTS("pseudo-random-transactions", 510 PAGE_CYCLER_DATABASE_TESTS("pseudo-random-transactions",
510 PseudoRandomTransactions); 511 PseudoRandomTransactions);
511 #endif 512 #endif
512 513
513 } // namespace 514 } // namespace
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698