[Webkit-unassigned] [Bug 89894] New: run-webkit-test outputs the wrong number of tests executed when some are skipped.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 10:40:40 PDT 2012


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

           Summary: run-webkit-test outputs the wrong number of tests
                    executed when some are skipped.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alexis.menard at openbossa.org


On Mac OS Lion if I run :

darktears at AlexisMenard:~/Development/troll/webkit:WEBKITOUTPUTDIR=/Users/darktears/Development/troll/webkit-mac/ Tools/Scripts/run-webkit-tests -2 --release --platform="mac-lion" --no-build LayoutTests/fast/box-decoration-break/
All 2 tests ran as expected.

The directory LayoutTests/fast/box-decoration-break/ contains 2 tests. One of them is skipped but it claims that two were run which is incorrect to me.

Running it with WEBKITOUTPUTDIR=/Users/darktears/Development/troll/webkit-mac/ Tools/Scripts/run-webkit-tests -2 --release --platform="mac-lion" --no-build --force LayoutTests/fast/box-decoration-break/

shows 1 test ran as expected, 1 didn't: which is expected.

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