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

Unified Diff: ppapi/tests/test_buffer.cc

Issue 12193015: PPAPI/NaCl: Make related tests run in 1 fixture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/test_broker.cc ('k') | ppapi/tests/test_case.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_buffer.cc
diff --git a/ppapi/tests/test_buffer.cc b/ppapi/tests/test_buffer.cc
index e6d7063de9f49c83acfb1ffb66e6983750852d9e..d143043bb6ae9e060bc6992e732287f50a7da35e 100644
--- a/ppapi/tests/test_buffer.cc
+++ b/ppapi/tests/test_buffer.cc
@@ -20,10 +20,10 @@ bool TestBuffer::Init() {
}
void TestBuffer::RunTests(const std::string& filter) {
- instance_->LogTest("InvalidSize", TestInvalidSize());
- instance_->LogTest("InitToZero", TestInitToZero());
- instance_->LogTest("IsBuffer", TestIsBuffer());
- instance_->LogTest("BasicLifecyle", TestBasicLifeCycle());
+ RUN_TEST(InvalidSize, filter);
+ RUN_TEST(InitToZero, filter);
+ RUN_TEST(IsBuffer, filter);
+ RUN_TEST(BasicLifeCycle, filter);
}
std::string TestBuffer::TestInvalidSize() {
« no previous file with comments | « ppapi/tests/test_broker.cc ('k') | ppapi/tests/test_case.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698