[Webkit-unassigned] [Bug 29521] New: run-webkit-tests: use require instead eval to load DumpRenderTreeSupport module

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 19 10:21:05 PDT 2009


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

           Summary: run-webkit-tests: use require instead eval to load
                    DumpRenderTreeSupport module
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: mrowe at apple.com



David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39821|                            |review?
               Flag|                            |


Created an attachment (id=39821)
 --> (https://bugs.webkit.org/attachment.cgi?id=39821)
Patch v1

Reviewed by NOBODY (OOPS!).

The require statement is like the use statement, except that it
is run during script execution instead of during the 'BEGIN'
phase.  This makes it possible to change @INC before the require
statement is run.  See 'require' and 'use' in the perlfunc(1)
manpage and 'BEGIN' in perlmod(1) manpage.

* Scripts/run-webkit-tests: Replace eval statement with require
statement.
---
 2 files changed, 16 insertions(+), 1 deletions(-)

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