RESOLVED DUPLICATE of bug 38121 38033
NRWT: Stop with "TypeError: _print_unexpected_test_result() takes exactly 2 arguments (3 given)"
https://bugs.webkit.org/show_bug.cgi?id=38033
Summary NRWT: Stop with "TypeError: _print_unexpected_test_result() takes exactly 2 a...
Kent Tamura
Reported 2010-04-22 22:06:14 PDT
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
Eric Seidel (no email)
Comment 1 2010-04-26 11:13:37 PDT
bug 38121 is about this and already has a patch attached. *** This bug has been marked as a duplicate of bug 38121 ***
Note You need to log in before you can comment on or make changes to this bug.