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

Fix URLSearchParams constructor test #4647

Merged
merged 1 commit into from
Feb 2, 2017

Conversation

annevk
Copy link
Member

@annevk annevk commented Jan 29, 2017

@wpt-pr-bot
Copy link
Collaborator

Notifying @Sebmaster, @domenic, @mikewest, @rubys, @sideshowbarker, @smola, @tomalec, @xiaojunwu, and @zcorpan. (Learn how reviewing works.)

These tests will be available shortly on w3c-test.org.

w3c-test:do-not-mirror (What's this?)

@wpt-pr-bot wpt-pr-bot added the url label Jan 29, 2017
@annevk
Copy link
Member Author

annevk commented Jan 29, 2017

@TimothyGu interested in reviewing?

@wpt-stability-bot
Copy link

Chrome (unstable channel)

Testing web-platform-tests at revision e20ac4d
Using browser at version 55.0.2883.75
Starting 10 test iterations
All results were stable

All results

/url/urlsearchparams-constructor.html
Subtest Results
OK
Construct with object with two keys FAIL
URLSearchParams constructor, no arguments PASS
URLSearchParams constructor, empty string as argument PASS
Parse %00 PASS
Parse %20 PASS
Parse \0 PASS
URLSearchParams constructor, {} as argument FAIL
Parse space PASS
Custom [Symbol.iterator] FAIL
Basic URLSearchParams construction PASS
URLSearchParams constructor, DOMException.prototype as argument FAIL
Constructor with sequence of sequences of strings FAIL
Construct with object with + FAIL
Parse + PASS
Parse 💩 PASS
URLSearchParams constructor, string. PASS
URLSearchParams constructor, object. PASS
Parse %e2%8e%84 PASS
Parse %f0%9f%92%a9 PASS
Construct with array with two keys FAIL
Parse ⎄ PASS

@wpt-stability-bot
Copy link

Firefox (nightly channel)

Testing web-platform-tests at revision e20ac4d
Using browser at version BuildID 20170123125947; SourceStamp 36486fdc3813ef7943ae5b07b4128866d1938a6c
Starting 10 test iterations
All results were stable

All results

/url/urlsearchparams-constructor.html
Subtest Results
OK
Construct with object with two keys FAIL
URLSearchParams constructor, no arguments PASS
URLSearchParams constructor, empty string as argument PASS
Parse %00 PASS
Parse %20 PASS
Parse \0 PASS
URLSearchParams constructor, {} as argument FAIL
Parse space PASS
Custom [Symbol.iterator] PASS
Basic URLSearchParams construction PASS
URLSearchParams constructor, DOMException.prototype as argument FAIL
Constructor with sequence of sequences of strings PASS
Construct with object with + FAIL
Parse + PASS
Parse 💩 PASS
URLSearchParams constructor, string. PASS
URLSearchParams constructor, object. PASS
Parse %e2%8e%84 PASS
Parse %f0%9f%92%a9 PASS
Construct with array with two keys PASS
Parse ⎄ PASS

@annevk annevk merged commit e94c604 into master Feb 2, 2017
@annevk annevk deleted the annevk/urlsearchparams-constructor-r1 branch February 2, 2017 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants