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

Unified Diff: ppapi/tests/test_core.h

Issue 8477015: Make it possible to enable/disable specific ppapi tests. Migrate PostMessage tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix license headers. Created 9 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 | « ppapi/tests/test_char_set.cc ('k') | ppapi/tests/test_core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_core.h
diff --git a/ppapi/tests/test_core.h b/ppapi/tests/test_core.h
index 2b5899a0c4819e7ef2da6a14e30b6fcec4700882..0c1632be4acade279dca5007ce0b55c68409c656 100644
--- a/ppapi/tests/test_core.h
+++ b/ppapi/tests/test_core.h
@@ -18,7 +18,7 @@ class TestCore : public TestCase {
private:
// TestCase implementation.
virtual bool Init();
- virtual void RunTest();
+ virtual void RunTests(const std::string& filter);
std::string TestTime();
std::string TestTimeTicks();
« no previous file with comments | « ppapi/tests/test_char_set.cc ('k') | ppapi/tests/test_core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698