diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /third_party/rust/url/tests/expected_failures.txt | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/rust/url/tests/expected_failures.txt')
-rw-r--r-- | third_party/rust/url/tests/expected_failures.txt | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/third_party/rust/url/tests/expected_failures.txt b/third_party/rust/url/tests/expected_failures.txt new file mode 100644 index 0000000000..168a8327f3 --- /dev/null +++ b/third_party/rust/url/tests/expected_failures.txt @@ -0,0 +1,51 @@ +</> against <file://h/C:/a/b> +<file:\\\\//> +<file:\\\\\\\\> +<file:\\\\\\\\?fox> +<file:\\\\\\\\#guppy> +<file://spider///> +<file:\\\\localhost//> +<file://\\/localhost//cat> +<file://localhost//a//../..//> +</////mouse> against <file:///elephant> +<\\/localhost//pig> against <file://lion/> +<//localhost//pig> against <file://lion/> +</..//localhost//pig> against <file://lion/> +<C|> against <file://host/dir/file> +<C|> against <file://host/D:/dir1/dir2/file> +<C|#> against <file://host/dir/file> +<C|?> against <file://host/dir/file> +<C|/> against <file://host/dir/file> +<C|\n/> against <file://host/dir/file> +<C|\\> against <file://host/dir/file> +</c:/foo/bar> against <file://host/path> +<file://example.net/C:/> +<file://1.2.3.4/C:/> +<file://[1::8]/C:/> +<C|/> against <file://host/> +</C:/> against <file://host/> +<file:C:/> against <file://host/> +<file:/C:/> against <file://host/> +<file://localhost//a//../..//foo> +<file://localhost////foo> +<file:////foo> +<file:////one/two> against <file:///> +<////one/two> against <file:///> +<file:///.//> against <file:////> +<file:.//p> +<file:/.//p> +<http://example.net/path> set hostname to <example.com:8080> +<http://example.net:8080/path> set hostname to <example.com:> +<non-spec:/.//p> set hostname to <h> +<non-spec:/.//p> set hostname to <> +<foo://somehost/some/path> set pathname to <> +<foo:///some/path> set pathname to <> +<http://example.net:8080/path> set port to <randomstring> +<file:///var/log/system.log> set href to <http://0300.168.0xF0> +<file://monkey/> set pathname to <\\\\> +<file:///unicorn> set pathname to <//\\/> +<file:///unicorn> set pathname to <//monkey/..//> +<non-spec:/> set pathname to </.//p> +<non-spec:/> set pathname to </..//p> +<non-spec:/> set pathname to <//p> +<non-spec:/.//> set pathname to <p> |