[Webkit-unassigned] [Bug 194418] New: Run-webkit-tests crashes with Error: "AttributeError: 'str' object has no attribute 'iteritems'"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 16:20:25 PST 2019


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

            Bug ID: 194418
           Summary: Run-webkit-tests crashes with Error: "AttributeError:
                    'str' object has no attribute 'iteritems'"
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: megan_gardner at apple.com
                CC: lforschler at apple.com

When running test editing/deleting/smart-delete-across-editable-boundaries-2.html I get this crash:

AttributeError raised: 'str' object has no attribute 'iteritems'
Traceback (most recent call last):
  File "/Volumes/Data/WebKit/OpenSource/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 85, in main
    run_details = run(port, options, args, stderr)
  File "/Volumes/Data/WebKit/OpenSource/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 448, in run
    run_details = manager.run(args)
  File "/Volumes/Data/WebKit/OpenSource/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 271, in run
    return self._end_test_run(start_time, end_time, initial_results, retry_results, enabled_pixel_tests_in_retry)
  File "/Volumes/Data/WebKit/OpenSource/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 306, in _end_test_run
    self._look_for_new_crash_logs(initial_results, start_time)
  File "/Volumes/Data/WebKit/OpenSource/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 381, in _look_for_new_crash_logs
    crash_logs = self._port.look_for_new_crash_logs(crashed_processes, start_time)
  File "/Volumes/Data/WebKit/OpenSource/Tools/Scripts/webkitpy/port/darwin.py", line 159, in look_for_new_crash_logs
    return self._merge_crash_logs(crash_logs, all_crash_log, crashed_processes)
  File "/Volumes/Data/WebKit/OpenSource/Tools/Scripts/webkitpy/port/darwin.py", line 99, in _merge_crash_logs
    for test, crash_log in new_logs.iteritems():
AttributeError: 'str' object has no attribute 'iteritems'

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190208/9af792e3/attachment-0001.html>


More information about the webkit-unassigned mailing list