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

Unified Diff: test/cctest/cctest.h

Issue 2470143004: [test] Speed up some slow tests. (Closed)
Patch Set: address comment Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/cctest/cctest.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.h
diff --git a/test/cctest/cctest.h b/test/cctest/cctest.h
index d8fa871484d39b38081e0eeb2171cda93dbf40b4..690a8c14cd40cf9b5b9d16117b183300280dce94 100644
--- a/test/cctest/cctest.h
+++ b/test/cctest/cctest.h
@@ -189,11 +189,17 @@ class ApiTestFuzzer: public v8::base::Thread {
// The ApiTestFuzzer is also a Thread, so it has a Run method.
virtual void Run();
- enum PartOfTest { FIRST_PART,
- SECOND_PART,
- THIRD_PART,
- FOURTH_PART,
- LAST_PART = FOURTH_PART };
+ enum PartOfTest {
+ FIRST_PART,
+ SECOND_PART,
+ THIRD_PART,
+ FOURTH_PART,
+ FIFTH_PART,
+ SIXTH_PART,
+ SEVENTH_PART,
+ EIGHTH_PART,
+ LAST_PART = EIGHTH_PART
+ };
static void SetUp(PartOfTest part);
static void RunAllTests();
« no previous file with comments | « no previous file | test/cctest/cctest.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698