[Webkit-unassigned] [Bug 61052] New: "Skipped=only" option with sub-folder does not work as expected for run-webkit-tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 07:25:35 PDT 2011


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

           Summary: "Skipped=only" option with sub-folder does not work as
                    expected for run-webkit-tests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cshu at webkit.org


I ran the following script:
Tools/Scripts/run-webkit-tests LayoutTests/fast/events --skipped=only
I expected to see only the skipped tests under folder LayoutTests/fast/events to be run. However, the test log (on mac) shows
"Testing 24080 test cases."
Note that this is equivalent to run
Tools/Scripts/run-webkit-tests --skipped=ignore
Normally, running
Tools/Scripts/run-webkit-tests
shows
"Testing 23538 test cases."

However, running the script without sub-folder works as expected:
Tools/Scripts/run-webkit-tests --skipped=only
shows
"Testing 592 test cases."

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