DescriptionPrintPreviewPdfGeneratedBrowserTest now properly reads from |std::cin| removing an edge case where |std::cin.eof()| is false, but |input.empty()| is true. The test also properly exits and doesn't wait for SIGKILL anymore.
BUG=388517
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285459
Patch Set 1 #
Total comments: 1
Patch Set 2 : Test now properly exits by listening for a message from the layout test framework. #
Total comments: 2
Patch Set 3 : Changed condition for exiting the browser test. Removed comment. Flipped std::cin clear and read. #
Total comments: 1
Patch Set 4 : Added comment on exit condition for the test. #Messages
Total messages: 10 (0 generated)
|