[Webkit-unassigned] [Bug 245938] New: run-webkit-tests cannot find tests when passed a path starting with ./

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 1 20:31:27 PDT 2022


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

            Bug ID: 245938
           Summary: run-webkit-tests cannot find tests when passed a path
                    starting with ./
           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: rreno at apple.com

run-webkit-tests --no-build ./LayoutTests/imported/w3c/web-platform-tests should run the entire WPT suite. Instead it finds 0 tests.

    Found 0 tests; running 0, skipping 0.
    All tests skipped.

run-webkit-tests --no-build LayoutTests/imported/w3c/web-platform-tests/ does find and run all of WPT that's imported in our tree. 

    Found 32130 tests; running 26816, skipping 5314.


It seems like the leading ./ is confusing the code that searches for tests. Trailing / work ok when trying to run all tests in a directory.

-- 
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/20221002/f6b3884a/attachment.htm>


More information about the webkit-unassigned mailing list