[Webkit-unassigned] [Bug 209649] New: [WPT] Support running crash tests with run-webkit-tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 27 05:25:14 PDT 2020


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

            Bug ID: 209649
           Summary: [WPT] Support running crash tests with
                    run-webkit-tests
           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: rego at igalia.com
                CC: clopez at igalia.com

There are a new type of tests in WPT called crash tests: http://web-platform-tests.org/writing-tests/crashtest.html

They don't have any reference and they don't use testharness.js, basically they pass if there's no a crash (sometimes they use "test-wait" similar to reftests with "reftest-wait", see bug #186045).

It'd be nice to have support to run those tests in run-webkit-tests as we're going to end up importing some of them. Right now they are treated as pixel tests somehow, as they dump the render tree (and we know that would be different in every platform, so we'd need to skip these tests for now if they're imported).

-- 
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/20200327/50f7ec1c/attachment-0001.htm>


More information about the webkit-unassigned mailing list