summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/ui/ppapi_uitest.cc12
1 files changed, 4 insertions, 8 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 060c88d..bb32e25 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -136,17 +136,13 @@ TEST_F(PPAPITest, Var) {
RunTest("Var");
}
-// TODO(dumi): figure out why this test is flaky on Mac and Win XP (dbg).
-#if defined(OS_MACOSX) || defined(OS_WIN)
-#define DISABLED_ON_MAC_AND_WIN(test_name) DISABLED_##test_name
-#else
-#define DISABLED_ON_MAC_AND_WIN(test_name) test_name
-#endif
-TEST_F(PPAPITest, DISABLED_ON_MAC_AND_WIN(FileIO)) {
+// TODO(dumi): figure out why this test is flaky / crashing.
+TEST_F(PPAPITest, DISABLED_FileIO) {
RunTestViaHTTP("FileIO");
}
-TEST_F(PPAPITest, FileRef) {
+// TODO(dumi): figure out why this test is flaky / crashing.
+TEST_F(PPAPITest, DISABLED_FileRef) {
RunTestViaHTTP("FileRef");
}