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

Unified Diff: ppapi/tests/test_video_decoder.cc

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: 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
Index: ppapi/tests/test_video_decoder.cc
diff --git a/ppapi/tests/test_video_decoder.cc b/ppapi/tests/test_video_decoder.cc
index 0be8d951069547ede7bf69ff336b9e7bfd54b731..faaa7728c9ff615bd47242c5e1d1608700baa34f 100644
--- a/ppapi/tests/test_video_decoder.cc
+++ b/ppapi/tests/test_video_decoder.cc
@@ -18,8 +18,8 @@ bool TestVideoDecoder::Init() {
return video_decoder_interface_ && InitTestingInterface();
}
-void TestVideoDecoder::RunTest() {
- RUN_TEST(CreateFailure);
+void TestVideoDecoder::RunTests(const std::string& filter) {
+ RUN_TEST(CreateFailure, filter);
}
void TestVideoDecoder::QuitMessageLoop() {

Powered by Google App Engine
This is Rietveld 408576698