[Webkit-unassigned] [Bug 214397] New: run-minibrowser --debug runs the release build on macOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 21:57:33 PDT 2020


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

            Bug ID: 214397
           Summary: run-minibrowser --debug runs the release build on
                    macOS
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

run-minibrowser --debug runs release.

Also:

OpenSource % ./Tools/Scripts/run-minibrowser --help
Usage: old-run-minibrowser [options] [args ...]
  --help                            Show this help message
  --no-saved-state                  Launch the application without state restoration

Options specific to macOS:
  -g|--guard-malloc                 Enable Guard Malloc
  --lang=LANGUAGE                   Use a specific language instead of system language.
                                    This accepts a language name (German) or a language code (de, ar, pt_BR, etc).
  --locale=LOCALE                   Use a specific locale instead of the system region.

Options specific to iOS:
  --iphone-simulator                Run the app in an iPhone Simulator
  --ipad-simulator                  Run the app in an iPad Simulator

ScriptError raised: Failed to run "['Tools/Scripts/old-run-minibrowser', u'--help']" exit_code: 1 cwd: /Volumes/Data/Development/system/webkit/OpenSource
Traceback (most recent call last):
  File "/Volumes/Data/Development/system/webkit/OpenSource/Tools/Scripts/webkitpy/minibrowser/run_webkit_app.py", line 66, in main
    return port.run_minibrowser(browser_args)
  File "/Volumes/Data/Development/system/webkit/OpenSource/Tools/Scripts/webkitpy/port/base.py", line 1373, in run_minibrowser
    return self._executive.run_command([miniBrowser] + args, stdout=None, cwd=self.webkit_base(), return_stderr=False, decode_output=False)
  File "/Volumes/Data/Development/system/webkit/OpenSource/Tools/Scripts/webkitpy/common/system/executive.py", line 435, in run_command
    (error_handler or self.default_error_handler)(script_error)
  File "/Volumes/Data/Development/system/webkit/OpenSource/Tools/Scripts/webkitpy/common/system/abstractexecutive.py", line 97, in default_error_handler
    raise error
ScriptError: Failed to run "['Tools/Scripts/old-run-minibrowser', u'--help']" exit_code: 1 cwd: /Volumes/Data/Development/system/webkit/OpenSource

-- 
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/20200716/eb719654/attachment-0001.htm>


More information about the webkit-unassigned mailing list