[Webkit-unassigned] [Bug 38033] New: NRWT: Stop with "TypeError: _print_unexpected_test_result() takes exactly 2 arguments (3 given)"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 22:06:15 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38033

           Summary: NRWT: Stop with "TypeError:
                    _print_unexpected_test_result() takes exactly 2
                    arguments (3 given)"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: eric at webkit.org, abarth at webkit.org,
                    dpranke at chromium.org


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)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list