[Webkit-unassigned] [Bug 249720] import-w3c-tests appears to create a redundant *-expected.html file for each *-ref.html file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 09:36:54 PST 2022


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

--- Comment #3 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
And for "reference" (*pun*), there are no `*-expected.html` files for `*-ref.html` files in the W3C web-platform-tests repository:

```
$ for F in `find WebKitBuild/w3c-tests/web-platform-tests -name \*-ref.html`; do G="`echo $F | sed -e 's/-ref.html/-expected.html/'`"; if [ -e $G ]; then ls -la $G; fi; done | wc -l
       0
```

-- 
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/20221221/d39bcbb6/attachment.htm>


More information about the webkit-unassigned mailing list