DescriptionAdd argument use_poll=True to asyncore.loop() calls in perf_snapshot.py.
This change causes asyncore.loop() to internally use poll() instead of
select(), which may prevent the "bad file descriptor" exception from being
thrown on the Chrome Endure tests.
Also enhanced an assertion error message in perf_endure.py to give more
context if the assertion is violated.
BUG=None
TEST=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=119983
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|