DescriptionFix ppapi TwoWayTest so that it constructs a unique IPC::ChannelHandle.
When multiple TwoWayTests (run as ppapi_unittests) were run concurrently,
several IPC ChannelHandles may have been created with the same name. This would
cause the creation of the channel to fail (because the channel handle has to be
unique). This was causing flaky tests on the trybots. This uses the process ID
in the channel handle name so that they are guaranteed to be unique for the set
of running processes.
This also re-enables a test which I disabled under the suspiscion that it was
related to this failure (but it isn't).
BUG=155175
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162458
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|