[Webkit-unassigned] [Bug 176722] New: Make jsc dump the command line if JSC_dumpOption environment variable is set with a non-zero value.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 11 12:46:30 PDT 2017


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

            Bug ID: 176722
           Summary: Make jsc dump the command line if JSC_dumpOption
                    environment variable is set with a non-zero value.
           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: mark.lam at apple.com
                CC: lforschler at apple.com

Currently, specifying the JSC_dumpOption=<non zero value> environment variable will cause JSC options to be dumped via dataLog.  This is useful for debugging what options are used for any specific test run.  This patch adds the dumping of the command line as well so that it's easier to determine the command line that test scripts invoked jsc with for any given test run (without needing to decode the layers of test scripts).

-- 
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/20170911/500f4fc5/attachment-0001.html>


More information about the webkit-unassigned mailing list