summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 19:42:01 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 19:42:01 +0000
commit558358781481134e7330cbe0ee3df368e2f93d6d (patch)
tree28e03f6fe18ec14b7b9878525cce18c262753239 /chrome/test
parent0f2463eb47a53725aeb79745a387ac2527770503 (diff)
downloadchromium_src-558358781481134e7330cbe0ee3df368e2f93d6d.zip
chromium_src-558358781481134e7330cbe0ee3df368e2f93d6d.tar.gz
chromium_src-558358781481134e7330cbe0ee3df368e2f93d6d.tar.bz2
Enable more PPAPI tests.
TEST=this is it BUG=none Review URL: http://codereview.chromium.org/3079006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54166 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/ui/ppapi_uitest.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 6931611..a1b35d1 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -92,21 +92,11 @@ class PPAPITest : public UITest {
}
};
-#if defined(OS_MACOSX)
-// TODO(brettw) this fails on Mac for unknown reasons.
-TEST_F(PPAPITest, DISABLED_DeviceContext2D) {
-#else
TEST_F(PPAPITest, DeviceContext2D) {
-#endif
RunTest("DeviceContext2D");
}
-#if defined(OS_MACOSX)
-// TODO(brettw) this fails on Mac for unknown reasons.
-TEST_F(PPAPITest, DISABLED_ImageData) {
-#else
TEST_F(PPAPITest, ImageData) {
-#endif
RunTest("ImageData");
}