diff options
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/ui/ppapi_uitest.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc index 002fd79..ce37d97 100644 --- a/chrome/test/ui/ppapi_uitest.cc +++ b/chrome/test/ui/ppapi_uitest.cc @@ -114,15 +114,7 @@ TEST_F(PPAPITest, Buffer) { RunTest("Buffer"); } -#if defined(OS_MACOSX) -// http://crbug.com/48734 -TEST_F(PPAPITest, FAILS_URLLoader) { -#elif defined(OS_POSIX) -// http://crbug.com/48944 -TEST_F(PPAPITest, DISABLED_URLLoader) { -#else TEST_F(PPAPITest, URLLoader) { -#endif RunTestViaHTTP("URLLoader"); } |