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

Unified Diff: ppapi/tests/test_var_deprecated.cc

Issue 8536031: Reland http://codereview.chromium.org/8477015 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge AGAIN 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_var_deprecated.h ('k') | ppapi/tests/test_video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_var_deprecated.cc
diff --git a/ppapi/tests/test_var_deprecated.cc b/ppapi/tests/test_var_deprecated.cc
index 253058ddc059eb2a5787a25bc5c4b33e66440142..66ef23a8a7ee940a154bdeca8f080029de0b18f6 100644
--- a/ppapi/tests/test_var_deprecated.cc
+++ b/ppapi/tests/test_var_deprecated.cc
@@ -73,16 +73,16 @@ bool TestVarDeprecated::Init() {
return var_interface_ && InitTestingInterface();
}
-void TestVarDeprecated::RunTest() {
- RUN_TEST(BasicString);
- RUN_TEST(InvalidAndEmpty);
- RUN_TEST(InvalidUtf8);
- RUN_TEST(NullInputInUtf8Conversion);
- RUN_TEST(ValidUtf8);
- RUN_TEST(Utf8WithEmbeddedNulls);
- RUN_TEST(VarToUtf8ForWrongType);
- RUN_TEST(HasPropertyAndMethod);
- RUN_TEST(PassReference);
+void TestVarDeprecated::RunTests(const std::string& filter) {
+ RUN_TEST(BasicString, filter);
+ RUN_TEST(InvalidAndEmpty, filter);
+ RUN_TEST(InvalidUtf8, filter);
+ RUN_TEST(NullInputInUtf8Conversion, filter);
+ RUN_TEST(ValidUtf8, filter);
+ RUN_TEST(Utf8WithEmbeddedNulls, filter);
+ RUN_TEST(VarToUtf8ForWrongType, filter);
+ RUN_TEST(HasPropertyAndMethod, filter);
+ RUN_TEST(PassReference, filter);
}
pp::deprecated::ScriptableObject* TestVarDeprecated::CreateTestObject() {
« no previous file with comments | « ppapi/tests/test_var_deprecated.h ('k') | ppapi/tests/test_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698