| Index: Tools/Scripts/webkitpy/layout_tests/port/driver.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/driver.py b/Tools/Scripts/webkitpy/layout_tests/port/driver.py
|
| index b8199ae030c949e01b9d2e650630013e9ab47a54..832056a8b3cfc3521aa3871004da1f0977da2c14 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/driver.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/driver.py
|
| @@ -143,10 +143,9 @@
|
| def run_test(self, driver_input, stop_when_done):
|
| """Run a single test and return the results.
|
|
|
| - Note that it is okay if a test times out or crashes. content_shell
|
| - will be stopped when the test ends, and then restarted for the next
|
| - test when this function is invoked again. As part of the restart, the
|
| - state of Driver will be reset.
|
| + Note that it is okay if a test times out or crashes and leaves
|
| + the driver in an indeterminate state. The upper layers of the program
|
| + are responsible for cleaning up and ensuring things are okay.
|
|
|
| Returns a DriverOutput object.
|
| """
|
|
|