[Webkit-unassigned] [Bug 75479] New: REGRESSION (r102161): NRWT crashes on launch on Windows 7 SP1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 3 10:57:01 PST 2012


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

           Summary: REGRESSION (r102161): NRWT crashes on launch on
                    Windows 7 SP1
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Keywords: PlatformOnly, Regression
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: eric at webkit.org, abarth at webkit.org,
                    webkit-bug-importer at group.apple.com
            Blocks: 38756


To reproduce on Windows 7 SP1:

1. new-run-webkit-tests

You'll get something like this:

Starting 1 worker ...Process _Process-1:
Traceback (most recent call last):
  File "/usr/lib/python2.6/multiprocessing/process.py", line 232, in _bootstrap
    self.run()
  File "/home/Adam Roben/dev/WebKit/OpenSource/Tools/Scripts/webkitpy/layout_tests/controllers/manager_worker_broker.py", line 269, in run
    port_obj = host.port_factory.get(self._platform_name, options)
  File "/home/Adam Roben/dev/WebKit/OpenSource/Tools/Scripts/webkitpy/layout_tests/port/factory.py", line 135, in get
    return self._get_kwargs(**kwargs)
  File "/home/Adam Roben/dev/WebKit/OpenSource/Tools/Scripts/webkitpy/layout_tests/port/factory.py", line 115, in _get_kwargs
    return maker(self._host, **kwargs)
  File "/home/Adam Roben/dev/WebKit/OpenSource/Tools/Scripts/webkitpy/layout_tests/port/win.py", line 79, in __init__
                                                                                                                       ApplePort.__init__(self, host, **kwargs)
  File "/home/Adam Roben/dev/WebKit/OpenSource/Tools/Scripts/webkitpy/layout_tests/port/apple.py", line 74, in __init__
                                                                                                                         assert port_name in allowed_port_names, "%s is not in %s" % (por
t_name, allowed_port_names)
AssertionError: win-future is not in ['win-xp', 'win-vista', 'win-7sp0', 'win', 'mac-future']

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