summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_image_data.cc
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-09 00:19:33 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-09 00:19:33 +0000
commitc1371f576cde5075206434c94bd462397f6e6809 (patch)
tree10ba48876e42ae45d30d999aa948272b00738ac7 /ppapi/tests/test_image_data.cc
parentb3dc82b6fd757ca2314990afcad0c4650c43845e (diff)
downloadchromium_src-c1371f576cde5075206434c94bd462397f6e6809.zip
chromium_src-c1371f576cde5075206434c94bd462397f6e6809.tar.gz
chromium_src-c1371f576cde5075206434c94bd462397f6e6809.tar.bz2
Revert 109114
Turned Mac valgrind bots red: OutOfProcessPPAPITest.PostMessage_MessageEvent OutOfProcessPPAPITest.PostMessage_ExtraParam PPAPITest.PostMessage_NoHandler OutOfProcessPPAPITest.PostMessage_SendInInit Probably others - Make it possible to enable/disable specific ppapi tests. Migrate PostMessage tests. Most of these files were changed by a sed script, so it's not as bad as it looks. The testcase attribute now can include a 'filter'. If it's omitted, everything works the same as before. This way we can migrate tests over bit-by-bit if we want to. We can also still run the tests manually the same way as before. This only runs PostMessage testss the new way, and re-enables all oop PostMessage tests that pass on Windows. I can do the other tests in this CL if desired, but it might be easier to land in a few pieces. BUG=102885,95557 TEST=N/A Review URL: http://codereview.chromium.org/8477015 TBR=dmichael@chromium.org Review URL: http://codereview.chromium.org/8497030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109142 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/tests/test_image_data.cc')
-rw-r--r--ppapi/tests/test_image_data.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_image_data.cc b/ppapi/tests/test_image_data.cc
index cd56a52..ed130cd 100644
--- a/ppapi/tests/test_image_data.cc
+++ b/ppapi/tests/test_image_data.cc
@@ -18,7 +18,7 @@ bool TestImageData::Init() {
return !!image_data_interface_;
}
-void TestImageData::RunTests(const std::string& filter) {
+void TestImageData::RunTest() {
instance_->LogTest("InvalidFormat", TestInvalidFormat());
instance_->LogTest("InvalidSize", TestInvalidSize());
instance_->LogTest("HugeSize", TestHugeSize());