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

Unified Diff: ppapi/tests/test_graphics_3d.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: 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_graphics_3d.h ('k') | ppapi/tests/test_image_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_graphics_3d.cc
diff --git a/ppapi/tests/test_graphics_3d.cc b/ppapi/tests/test_graphics_3d.cc
index ea6aa058f478b0271ed1d6a66021a6cb8268841d..4bdd09dbab17b60cd07a338a3eddb2898cf8e395 100644
--- a/ppapi/tests/test_graphics_3d.cc
+++ b/ppapi/tests/test_graphics_3d.cc
@@ -21,8 +21,8 @@ bool TestGraphics3D::Init() {
return opengl_es2_ && InitTestingInterface();
}
-void TestGraphics3D::RunTest() {
- RUN_TEST(Frame);
+void TestGraphics3D::RunTests(const std::string& filter) {
+ RUN_TEST(Frame, filter);
}
std::string TestGraphics3D::TestFrame() {
« no previous file with comments | « ppapi/tests/test_graphics_3d.h ('k') | ppapi/tests/test_image_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698