[Webkit-unassigned] [Bug 89627] New: run-perf-tests wrongly failure on win32

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 18:27:25 PDT 2012


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

           Summary: run-perf-tests wrongly failure on win32
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P4
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ukai at chromium.org


Tools/Scripts/run-perf-tests is expected not run on win32 platform (yet?), but 

Traceback (most recent call last):
  File "./Tools/Scripts/run-perf-tests", line 41, in <module>
    _log.error("run-perf-tests doesn't work on win32; needs webpagereplay support.")
NameError: name '_log' is not defined

Actually, it should log that message and exit 1.
    if sys.platform == 'win32':
        _log.error("run-perf-tests doesn't work on win32; needs webpagereplay su
pport.")
        sys.exit(1)

See http://build.webkit.org/builders/Chromium%20Win%20Release%20%28Perf%29/builds/2191/steps/perf-test/logs/stdio

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