summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-25 17:19:48 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-25 17:19:48 +0000
commitd94eff584d54aae095f5f70b5a7efed674e900d2 (patch)
tree301423dfaa1af07d2da8134765f4eb61d59b7a9e
parent686c915914c687703d035d839738e978c7c773d3 (diff)
downloadchromium_src-d94eff584d54aae095f5f70b5a7efed674e900d2.zip
chromium_src-d94eff584d54aae095f5f70b5a7efed674e900d2.tar.gz
chromium_src-d94eff584d54aae095f5f70b5a7efed674e900d2.tar.bz2
Disable FileIO_NotAllowMixedReadWrite test on NaCl
TBR=wez@chromium.org BUG=134442 TEST= Review URL: https://chromiumcodereview.appspot.com/10665027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143932 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/ui/ppapi_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index bfc38d3..9e3d6be 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -811,7 +811,8 @@ TEST_PPAPI_NACL_VIA_HTTP(FileIO_Open)
TEST_PPAPI_NACL_VIA_HTTP(FileIO_AbortCalls)
TEST_PPAPI_NACL_VIA_HTTP(MAYBE_FileIO_ParallelReads)
TEST_PPAPI_NACL_VIA_HTTP(FileIO_ParallelWrites)
-TEST_PPAPI_NACL_VIA_HTTP(FileIO_NotAllowMixedReadWrite)
+// crbug.com/134442
+TEST_PPAPI_NACL_VIA_HTTP(DISABLED_FileIO_NotAllowMixedReadWrite)
TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NACL_FileIO_TouchQuery)
TEST_PPAPI_NACL_VIA_HTTP(MAYBE_FileIO_ReadWriteSetLength)
// The following test requires PPB_FileIO_Trusted, not available in NaCl.