Commit 93bba0c8 authored by mseaborn@chromium.org's avatar mseaborn@chromium.org

NaCl: Re-enable the test FileIO_TouchQuery

This undoes the change r139605.

The only reported failure of this test on Windows was the exit status
0xc000008f problem, which was a problem with all NaCl tests on 32-bit
Windows (not just this test) and has since been fixed.

BUG=130349
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3227
TEST=browser_tests

Review URL: https://codereview.chromium.org/11778002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175223 0039d316-1c4b-4281-b951-d872f2087c98
parent 8310997a
......@@ -597,13 +597,6 @@ TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(FileIO_WillWriteWillSetLength)
#define MAYBE_FileIO_ParallelReads FileIO_ParallelReads
#endif
// PPAPINaclTest.FileIO_TouchQuery is flaky on Windows. http://crbug.com/130349
#if defined(OS_WIN)
#define MAYBE_NACL_FileIO_TouchQuery DISABLED_FileIO_TouchQuery
#else
#define MAYBE_NACL_FileIO_TouchQuery FileIO_TouchQuery
#endif
// PPAPINaclTest.FileIO_AbortCalls is often flaky on Windows.
// http://crbug.com/160034
#if defined(OS_WIN)
......@@ -618,7 +611,7 @@ TEST_PPAPI_NACL_VIA_HTTP(MAYBE_FileIO_ParallelReads)
// http://crbug.com/167150
TEST_PPAPI_NACL_VIA_HTTP(DISABLED_FileIO_ParallelWrites)
TEST_PPAPI_NACL_VIA_HTTP(FileIO_NotAllowMixedReadWrite)
TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NACL_FileIO_TouchQuery)
TEST_PPAPI_NACL_VIA_HTTP(FileIO_TouchQuery)
TEST_PPAPI_NACL_VIA_HTTP(FileIO_ReadWriteSetLength)
TEST_PPAPI_NACL_VIA_HTTP(FileIO_ReadToArrayWriteSetLength)
// The following test requires PPB_FileIO_Trusted, not available in NaCl.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment