summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
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");
}