Bug 38033
| Summary: | NRWT: Stop with "TypeError: _print_unexpected_test_result() takes exactly 2 arguments (3 given)" | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kent Tamura <tkent> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | abarth, dpranke, eric |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Other | ||
| OS: | OS X 10.5 | ||
Kent Tamura
How to repeat:
On Mac 10.5
% update-webkit --chromium
% build-dumprendertree --chromium --debug
% new-run-webkit-tests --chromium --debug --nocheck-sys-deps --use-drt --experimental-fully-parallel
Result:
animations/3d: ...
animations: ................................................
css1/basic: ....
Traceback (most recent call last):
File "./WebKitTools/Scripts/new-run-webkit-tests", line 37, in <module>
sys.exit(run_webkit_tests.main(options, args))
File "/Users/tkent/WebKit2/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 1664, in main
num_unexpected_results = test_runner.run(result_summary, print_results)
File "/Users/tkent/WebKit2/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 714, in run
self._run_tests(self._test_files_list, result_summary))
File "/Users/tkent/WebKit2/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 656, in _run_tests
self.update_summary(result_summary)
File "/Users/tkent/WebKit2/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 791, in update_summary
self._print_test_results(result, expected, result_summary)
File "/Users/tkent/WebKit2/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 800, in _print_test_results
self._print_detailed_progress(result_summary)
File "/Users/tkent/WebKit2/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 870, in _print_detailed_progress
self._print_unexpected_test_result(next_test, result)
TypeError: _print_unexpected_test_result() takes exactly 2 arguments (3 given)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
bug 38121 is about this and already has a patch attached.
*** This bug has been marked as a duplicate of bug 38121 ***