I'm trying to import tests from web-platform-tests/preload
<https://github.com/w3c/web-platform-tests/tree/master/preload>, but having
trouble getting them to run without requiring expected results and while
using wptserve.

I looked at the WPT import tutorial
<https://trac.webkit.org/wiki/WebKitW3CTesting> but failed to find a way to
do what I need.

The reason I don't want to rely on expected tests is that I'm trying to add
a warning for unused preloads
<https://bugs.webkit.org/show_bug.cgi?id=165670>, and these warnings can
make expected results flaky. While I can work around it in most cases (by
using the preloads in my layout tests), a way to stop relying on
expected.txt for tests that don't need it would be cleaner.

Thanks,
Yoav
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to