Bug 38373
| Summary: | webkitpy: dump_render_tree_thread.py: test out of sync in chromium port | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fumitoshi Ukai <ukai> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | abarth, dglazkov, dpranke, eric, jorlow, tony |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Fumitoshi Ukai
http://build.chromium.org/buildbot/try-server/builders/layout_mac_rel/builds/13/steps/webkit_tests/logs/stdio
100429 21:30:27 dump_render_tree_thread.py:260 DEBUG Thread-2 done (6687 tests)
Traceback (most recent call last):
File "/b/slave/layout_mac/build/src/third_party/WebKit/WebKitTools/Scripts/new-run-webkit-tests", line 37, in <module>
sys.exit(run_webkit_tests.main(options, args))
File "/b/slave/layout_mac/build/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 1667, in main
num_unexpected_results = test_runner.run(result_summary, print_results)
File "/b/slave/layout_mac/build/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 712, in run
self._run_tests(self._test_files_list, result_summary))
File "/b/slave/layout_mac/build/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/dump_render_tree_thread.py", line 258, in run
self._run(test_runner=None, result_summary=None)
File "/b/slave/layout_mac/build/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/dump_render_tree_thread.py", line 330, in _run
result = self._run_test(test_info)
File "/b/slave/layout_mac/build/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/dump_render_tree_thread.py", line 432, in _run_test
self._driver.run_test(test_info.uri, test_info.timeout, image_hash)
File "/b/slave/layout_mac/build/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py", line 380, in run_test
raise AssertionError("test out of sync")
AssertionError: test out of sync
100429 21:30:27 run_webkit_tests.py:243 DEBUG flushing stdout
100429 21:30:27 run_webkit_tests.py:245 DEBUG flushing stderr
100429 21:30:27 run_webkit_tests.py:247 DEBUG stopping http server
100429 21:30:27 apache_http_server.py:225 DEBUG Shutting down any running http servers
100429 21:30:27 run_webkit_tests.py:249 DEBUG stopping websocket server
100429 21:30:27 websocket_server.py:256 DEBUG Shutting down PyWebSocket server 8855.
program finished with exit code 1
elapsedTime=823.839261
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Do we have any clue which test? Do we believe this is still more fallout from changes, or am I it because I last touched the potato? :)
Dirk Pranke
I haven't seen this in a long time ... closing as WORKSFORME.