Chromium Code Reviews
DescriptionFix flaky PPAPITest.FileIO_NotAllowMixedReadWrite, re-enable
NotAllowMixedReadWrite starts a Write, then checks that various other calls aren't allowed at the same time. But each of these uses TestCompletionCallback::WaitForResult, which runs a nested message loop. So the Write can complete any time that happens, meaning the later calls won't always fail with PP_ERROR_INPROGRESS.
Also re-enable PPAPINaCl[GLibc|NewLib]Test.FileIO_NotAllowMixedReadWrite
BUG=134442
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144060
Patch Set 1 #Patch Set 2 : Attempt to de-flakify test #Patch Set 3 : fix stupid compile error #
Total comments: 4
Patch Set 4 : review comments #
Messages
Total messages: 6 (0 generated)
|
||||||||||||||||||||||||||||