You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because list-tests is now used before calling import-wpt-test.py, this means that the ?run_type=uri gets passed along to that script as well, so the files created are:
(the ?run_type=uri, etc are part of the filenames)
The import then fails when trying to run the tests:
Importing test from /html/syntax/parsing/html5lib_tests2.html?run_type=uri
114633 Lost connection to RequestServer
Runtime error: No tests found matching filter
Importing test from /html/syntax/parsing/html5lib_tests2.html?run_type=write
114783 Lost connection to RequestServer
Runtime error: No tests found matching filter
Importing test from /html/syntax/parsing/html5lib_tests2.html?run_type=write_single
114868 Lost connection to RequestServer
Runtime error: No tests found matching filter
I believe query parameters should be stripped before passing the path to import-wpt-test.py, or something to that effect.
The text was updated successfully, but these errors were encountered:
tcl3
linked a pull request
Dec 19, 2024
that will
close
this issue
After #2848 (cc @tcl3), tests with variants like
html/syntax/parsing/html5lib_tests2.html
will be listed bylist-tests
with the paths:Because
list-tests
is now used before callingimport-wpt-test.py
, this means that the?run_type=uri
gets passed along to that script as well, so the files created are:(the
?run_type=uri
, etc are part of the filenames)The import then fails when trying to run the tests:
I believe query parameters should be stripped before passing the path to
import-wpt-test.py
, or something to that effect.The text was updated successfully, but these errors were encountered: