DescriptionUse sequenced blocking pool task to create PNaCl's nexe temp files
This isn't necessary in the browser since if there are 2 requests for
the same translation we don't care which one wins,
(i.e. which one gets the temp file and does the translation and which one
blocks to wait) but the unit tests do care because they try to hit particular
corner cases. This is why they were flaky. So just always sequence the temp
file creation, which will have minimal cost in practice.
Also re-enable the disabled tests.
R=jvoung@chromium.org
BUG=272492
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220457
Patch Set 1 #Patch Set 2 : clang-format #Patch Set 3 : clang-format #Patch Set 4 : fuuuuuuuu rietveld #
Messages
Total messages: 4 (0 generated)
|