[Webkit-unassigned] [Bug 56730] New: new-run-webkit-tests fails on Lion seed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 20 21:18:28 PDT 2011


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

           Summary: new-run-webkit-tests fails on Lion seed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mjs at apple.com


new-run-webkit-tests fails on the Lion seed. Possibly a Python versioning issue?

$ new-run-webkit-tests 
Traceback (most recent call last):
  File "/Volumes/SnowLeopard/Users/mjs/Work/src/Safari/OpenSource/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 439, in <module>
    sys.exit(main())
  File "/Volumes/SnowLeopard/Users/mjs/Work/src/Safari/OpenSource/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 433, in main
    port_obj = port.get(options.platform, options)
  File "/Volumes/SnowLeopard/Users/mjs/Work/src/Safari/OpenSource/Tools/Scripts/webkitpy/layout_tests/port/factory.py", line 66, in get
    return _get_kwargs(**kwargs)
  File "/Volumes/SnowLeopard/Users/mjs/Work/src/Safari/OpenSource/Tools/Scripts/webkitpy/layout_tests/port/factory.py", line 128, in _get_kwargs
    return maker(**kwargs)
  File "/Volumes/SnowLeopard/Users/mjs/Work/src/Safari/OpenSource/Tools/Scripts/webkitpy/layout_tests/port/mac.py", line 78, in __init__
    self._version = os_version(os_version_string)
  File "/Volumes/SnowLeopard/Users/mjs/Work/src/Safari/OpenSource/Tools/Scripts/webkitpy/layout_tests/port/mac.py", line 55, in os_version
    version_string = version_strings[release_version]
KeyError: 7

-- 
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