Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML: split out navigation tests for URL query-encoding tests #11300

Merged
merged 1 commit into from Jun 1, 2018

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented Jun 1, 2018

Part of #11269 and #4934.

The new test still times out because ping is not supported, but passes in Firefox with send_pings pref enabled.

@zcorpan zcorpan requested a review from annevk June 1, 2018 13:05
@wpt-pr-bot wpt-pr-bot added the html label Jun 1, 2018
Copy link
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this! I have some style nits, but I'm never quite sure whether we should enforce those or not.

Will you file bugs against browsers too for stuff they fail? (Although maybe that's redundant with the bugs I filed already... Hmm.)

@zcorpan
Copy link
Member Author

zcorpan commented Jun 1, 2018

Happy to file bugs

@zcorpan zcorpan merged commit 596c572 into master Jun 1, 2018
@zcorpan zcorpan deleted the zcorpan/query-encoding-split branch June 1, 2018 14:46
@zcorpan
Copy link
Member Author

zcorpan commented Jun 1, 2018

jugglinmike added a commit to bocoup/wpt that referenced this pull request Feb 6, 2019
The `poll_for_stash` function was relocated from `resolve-url.js` in
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:

- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html

Restore the function to its original location and persist the copy.

[1] web-platform-tests#11300
jugglinmike added a commit that referenced this pull request Feb 6, 2019
When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] #11300
jugglinmike added a commit to bocoup/wpt that referenced this pull request Feb 6, 2019
When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] web-platform-tests#11300
domenic pushed a commit that referenced this pull request Feb 6, 2019
The `poll_for_stash` function was relocated from `resolve-url.js` in
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:

- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html

Restore the function to its original location and persist the copy.

[1] #11300
annevk pushed a commit that referenced this pull request Feb 8, 2019
When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] #11300
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Feb 21, 2019
…encoding, a=testonly

Automatic update from web-platform-tests
[html] Restore utility method for query encoding

The `poll_for_stash` function was relocated from `resolve-url.js` in
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:

- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html

Restore the function to its original location and persist the copy.

[1] web-platform-tests/wpt#11300

--

wpt-commits: 9830c5ab1191c788adf006023da46aea07da46f8
wpt-pr: 15255
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Feb 21, 2019
…ng, a=testonly

Automatic update from web-platform-tests
HTML: restore coverage for query encoding

When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] web-platform-tests/wpt#11300
--

wpt-commits: 0b594535b4d94217964a40288e3f535c452bb8f3
wpt-pr: 15256
mykmelez pushed a commit to mykmelez/gecko that referenced this pull request Feb 22, 2019
…encoding, a=testonly

Automatic update from web-platform-tests
[html] Restore utility method for query encoding

The `poll_for_stash` function was relocated from `resolve-url.js` in
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:

- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html

Restore the function to its original location and persist the copy.

[1] web-platform-tests/wpt#11300

--

wpt-commits: 9830c5ab1191c788adf006023da46aea07da46f8
wpt-pr: 15255
mykmelez pushed a commit to mykmelez/gecko that referenced this pull request Feb 22, 2019
…ng, a=testonly

Automatic update from web-platform-tests
HTML: restore coverage for query encoding

When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] web-platform-tests/wpt#11300
--

wpt-commits: 0b594535b4d94217964a40288e3f535c452bb8f3
wpt-pr: 15256
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Feb 26, 2019
…encoding, a=testonly

Automatic update from web-platform-tests
[html] Restore utility method for query encoding

The `poll_for_stash` function was relocated from `resolve-url.js` in
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:

- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html

Restore the function to its original location and persist the copy.

[1] web-platform-tests/wpt#11300

--

wpt-commits: 9830c5ab1191c788adf006023da46aea07da46f8
wpt-pr: 15255
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Feb 26, 2019
…ng, a=testonly

Automatic update from web-platform-tests
HTML: restore coverage for query encoding

When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] web-platform-tests/wpt#11300
--

wpt-commits: 0b594535b4d94217964a40288e3f535c452bb8f3
wpt-pr: 15256
mykmelez pushed a commit to mykmelez/gecko that referenced this pull request Feb 27, 2019
…encoding, a=testonly

Automatic update from web-platform-tests
[html] Restore utility method for query encoding

The `poll_for_stash` function was relocated from `resolve-url.js` in
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:

- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html

Restore the function to its original location and persist the copy.

[1] web-platform-tests/wpt#11300

--

wpt-commits: 9830c5ab1191c788adf006023da46aea07da46f8
wpt-pr: 15255
mykmelez pushed a commit to mykmelez/gecko that referenced this pull request Feb 27, 2019
…ng, a=testonly

Automatic update from web-platform-tests
HTML: restore coverage for query encoding

When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] web-platform-tests/wpt#11300
--

wpt-commits: 0b594535b4d94217964a40288e3f535c452bb8f3
wpt-pr: 15256
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Oct 3, 2019
…encoding, a=testonly

Automatic update from web-platform-tests
[html] Restore utility method for query encoding

The `poll_for_stash` function was relocated from `resolve-url.js` in
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:

- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html

Restore the function to its original location and persist the copy.

[1] web-platform-tests/wpt#11300

--

wpt-commits: 9830c5ab1191c788adf006023da46aea07da46f8
wpt-pr: 15255

UltraBlame original commit: d2ff85c428aa2bddcf4dc71904e311ffa22edaf0
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Oct 3, 2019
…ng, a=testonly

Automatic update from web-platform-tests
HTML: restore coverage for query encoding

When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] web-platform-tests/wpt#11300
--

wpt-commits: 0b594535b4d94217964a40288e3f535c452bb8f3
wpt-pr: 15256

UltraBlame original commit: 9b419751710b3922d924ca5400071d90a24a1139
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Oct 4, 2019
…encoding, a=testonly

Automatic update from web-platform-tests
[html] Restore utility method for query encoding

The `poll_for_stash` function was relocated from `resolve-url.js` in
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:

- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html

Restore the function to its original location and persist the copy.

[1] web-platform-tests/wpt#11300

--

wpt-commits: 9830c5ab1191c788adf006023da46aea07da46f8
wpt-pr: 15255

UltraBlame original commit: d2ff85c428aa2bddcf4dc71904e311ffa22edaf0
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Oct 4, 2019
…ng, a=testonly

Automatic update from web-platform-tests
HTML: restore coverage for query encoding

When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] web-platform-tests/wpt#11300
--

wpt-commits: 0b594535b4d94217964a40288e3f535c452bb8f3
wpt-pr: 15256

UltraBlame original commit: 9b419751710b3922d924ca5400071d90a24a1139
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Oct 4, 2019
…encoding, a=testonly

Automatic update from web-platform-tests
[html] Restore utility method for query encoding

The `poll_for_stash` function was relocated from `resolve-url.js` in
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:

- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html

Restore the function to its original location and persist the copy.

[1] web-platform-tests/wpt#11300

--

wpt-commits: 9830c5ab1191c788adf006023da46aea07da46f8
wpt-pr: 15255

UltraBlame original commit: 2384c1c7af5a385461ca25c280aadaed4e46d3ad
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Oct 4, 2019
…ng, a=testonly

Automatic update from web-platform-tests
HTML: restore coverage for query encoding

When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] web-platform-tests/wpt#11300
--

wpt-commits: 0b594535b4d94217964a40288e3f535c452bb8f3
wpt-pr: 15256

UltraBlame original commit: 53e0aa99149f34d0facaa1571ff088c36d1714c7
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Oct 4, 2019
…encoding, a=testonly

Automatic update from web-platform-tests
[html] Restore utility method for query encoding

The `poll_for_stash` function was relocated from `resolve-url.js` in
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:

- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html

Restore the function to its original location and persist the copy.

[1] web-platform-tests/wpt#11300

--

wpt-commits: 9830c5ab1191c788adf006023da46aea07da46f8
wpt-pr: 15255

UltraBlame original commit: d2ff85c428aa2bddcf4dc71904e311ffa22edaf0
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Oct 4, 2019
…ng, a=testonly

Automatic update from web-platform-tests
HTML: restore coverage for query encoding

When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] web-platform-tests/wpt#11300
--

wpt-commits: 0b594535b4d94217964a40288e3f535c452bb8f3
wpt-pr: 15256

UltraBlame original commit: 9b419751710b3922d924ca5400071d90a24a1139
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Oct 4, 2019
…encoding, a=testonly

Automatic update from web-platform-tests
[html] Restore utility method for query encoding

The `poll_for_stash` function was relocated from `resolve-url.js` in
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:

- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html

Restore the function to its original location and persist the copy.

[1] web-platform-tests/wpt#11300

--

wpt-commits: 9830c5ab1191c788adf006023da46aea07da46f8
wpt-pr: 15255

UltraBlame original commit: 2384c1c7af5a385461ca25c280aadaed4e46d3ad
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Oct 4, 2019
…ng, a=testonly

Automatic update from web-platform-tests
HTML: restore coverage for query encoding

When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] web-platform-tests/wpt#11300
--

wpt-commits: 0b594535b4d94217964a40288e3f535c452bb8f3
wpt-pr: 15256

UltraBlame original commit: 53e0aa99149f34d0facaa1571ff088c36d1714c7
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Oct 4, 2019
…encoding, a=testonly

Automatic update from web-platform-tests
[html] Restore utility method for query encoding

The `poll_for_stash` function was relocated from `resolve-url.js` in
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:

- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html

Restore the function to its original location and persist the copy.

[1] web-platform-tests/wpt#11300

--

wpt-commits: 9830c5ab1191c788adf006023da46aea07da46f8
wpt-pr: 15255

UltraBlame original commit: 2384c1c7af5a385461ca25c280aadaed4e46d3ad
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Oct 4, 2019
…ng, a=testonly

Automatic update from web-platform-tests
HTML: restore coverage for query encoding

When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:

    $ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
    /html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251

Explicitly declare the default variant, restoring the original test
coverage.

[1] web-platform-tests/wpt#11300
--

wpt-commits: 0b594535b4d94217964a40288e3f535c452bb8f3
wpt-pr: 15256

UltraBlame original commit: 53e0aa99149f34d0facaa1571ff088c36d1714c7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants