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

Unified Diff: ppapi/tests/test_memory.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_memory.h ('k') | ppapi/tests/test_net_address_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_memory.cc
diff --git a/ppapi/tests/test_memory.cc b/ppapi/tests/test_memory.cc
index 1dedbd496f914186fc9c8168b6e23165319bd914..4acbd5f78f527f359cd5765465f956d9761c07ad 100644
--- a/ppapi/tests/test_memory.cc
+++ b/ppapi/tests/test_memory.cc
@@ -24,9 +24,9 @@ bool TestMemory::Init() {
return memory_dev_interface_ && InitTestingInterface();
}
-void TestMemory::RunTest() {
- RUN_TEST(MemAlloc);
- RUN_TEST(NullMemFree);
+void TestMemory::RunTests(const std::string& filter) {
+ RUN_TEST(MemAlloc, filter);
+ RUN_TEST(NullMemFree, filter);
}
std::string TestMemory::TestMemAlloc() {
« no previous file with comments | « ppapi/tests/test_memory.h ('k') | ppapi/tests/test_net_address_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698