diff options
author | podivilov@chromium.org <podivilov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 12:24:31 +0000 |
---|---|---|
committer | podivilov@chromium.org <podivilov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 12:24:31 +0000 |
commit | da4ce2b3470d795288ea0dda66b61c252117d7c6 (patch) | |
tree | b900813e74f2bbaa13272734bbe8f4e9effebc3c | |
parent | 5d8ca8da5e3aa9648da95c28d5c2f8417fdefaa5 (diff) | |
download | chromium_src-da4ce2b3470d795288ea0dda66b61c252117d7c6.zip chromium_src-da4ce2b3470d795288ea0dda66b61c252117d7c6.tar.gz chromium_src-da4ce2b3470d795288ea0dda66b61c252117d7c6.tar.bz2 |
Disable PPAPITest.URLLoader on linux.
BUG=48944
Review URL: http://codereview.chromium.org/2928007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52174 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/ui/ppapi_uitest.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc index 3887f16..002fd79 100644 --- a/chrome/test/ui/ppapi_uitest.cc +++ b/chrome/test/ui/ppapi_uitest.cc @@ -117,6 +117,9 @@ TEST_F(PPAPITest, 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 |