[Webkit-unassigned] [Bug 141365] New: [iOS] run-webkit-tests fails due to simulator devices from previous SDK installs being marked as unavailable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 7 16:22:31 PST 2015


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

            Bug ID: 141365
           Summary: [iOS] run-webkit-tests fails due to simulator devices
                    from previous SDK installs being marked as unavailable
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: ap at webkit.org, dbates at webkit.org,
                    jake.nielsen.webkit at gmail.com
        Depends on: 141358

run-webkit-tests fails due to simulator devices from previous SDK installs being marked as unavailable:

RuntimeError raised: Expected an iOS Simulator device line, got "-- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-8-0 --"
Traceback (most recent call last):
  File "/Volumes/Data/WebKit.git/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 80, in main
    run_details = run(port, options, args, stderr)
  File "/Volumes/Data/WebKit.git/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 417, in run
    _set_up_derived_options(port, options)
  File "/Volumes/Data/WebKit.git/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 397, in _set_up_derived_options
    options.runtime = xcode.simulator.Simulator().latest_available_runtime
  File "/Volumes/Data/WebKit.git/Tools/Scripts/webkitpy/xcode/simulator.py", line 229, in __init__
    self.refresh()
  File "/Volumes/Data/WebKit.git/Tools/Scripts/webkitpy/xcode/simulator.py", line 246, in refresh
    self._parse_device_types(lines)
  File "/Volumes/Data/WebKit.git/Tools/Scripts/webkitpy/xcode/simulator.py", line 265, in _parse_device_types
    self._parse_runtimes(lines)
  File "/Volumes/Data/WebKit.git/Tools/Scripts/webkitpy/xcode/simulator.py", line 286, in _parse_runtimes
    self._parse_devices(lines)
  File "/Volumes/Data/WebKit.git/Tools/Scripts/webkitpy/xcode/simulator.py", line 305, in _parse_devices
    raise RuntimeError('Expected an iOS Simulator device line, got "{}"'.format(line))
RuntimeError: Expected an iOS Simulator device line, got "-- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-8-0 --"

-- 
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/20150208/ee5230af/attachment-0002.html>


More information about the webkit-unassigned mailing list