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

Intermittent FAIL in /url/urlsearchparams-constructor.any.html, /url/urlsearchparams-constructor.any.worker.html #22556

Closed
CYBAI opened this issue Dec 26, 2018 · 0 comments

Comments

@CYBAI
Copy link
Collaborator

@CYBAI CYBAI commented Dec 26, 2018

{
    "status": "FAIL", 
    "group": "default", 
    "message": "assert_array_equals: property 0, expected \"c\" but got \"a\"", 
    "stack": "@http://web-platform.test:8000/url/urlsearchparams-constructor.any.js:170:13\nTest.prototype.step@http://web-platform.test:8000/resources/testharness.js:1566:20\ntest@http://web-platform.test:8000/resources/testharness.js:544:21\n@http://web-platform.test:8000/url/urlsearchparams-constructor.any.js:166:5\n@http://web-platform.test:8000/url/urlsearchparams-constructor.any.js:160:1\n@http://web-platform.test:8000/url/urlsearchparams-constructor.any.worker.js:8:1\n", 
    "subtest": "Construct with object with two keys", 
    "test": "/url/urlsearchparams-constructor.any.worker.html", 
    "line": 128495, 
    "action": "test_result", 
    "expected": "PASS"
}
{
    "status": "FAIL", 
    "group": "default", 
    "message": "assert_array_equals: property 0, expected \"a\\0b\" but got \"d\u1234\"", 
    "stack": "@http://web-platform.test:8000/url/urlsearchparams-constructor.any.js:170:13\nTest.prototype.step@http://web-platform.test:8000/resources/testharness.js:1566:20\ntest@http://web-platform.test:8000/resources/testharness.js:544:21\n@http://web-platform.test:8000/url/urlsearchparams-constructor.any.js:166:5\n@http://web-platform.test:8000/url/urlsearchparams-constructor.any.js:160:1\n@http://web-platform.test:8000/url/urlsearchparams-constructor.any.worker.js:8:1\n", 
    "subtest": "Construct with object with NULL, non-ASCII, and surrogate keys", 
    "test": "/url/urlsearchparams-constructor.any.worker.html", 
    "line": 128497, 
    "action": "test_result", 
    "expected": "PASS"
}
{
    "status": "FAIL", 
    "group": "default", 
    "message": "assert_array_equals: property 0, expected \"a\\0b\" but got \"d\u1234\"", 
    "stack": "@http://web-platform.test:8000/url/urlsearchparams-constructor.any.js:170:13\nTest.prototype.step@http://web-platform.test:8000/resources/testharness.js:1566:20\ntest@http://web-platform.test:8000/resources/testharness.js:544:21\n@http://web-platform.test:8000/url/urlsearchparams-constructor.any.js:166:5\n@http://web-platform.test:8000/url/urlsearchparams-constructor.any.js:160:1\n", 
    "subtest": "Construct with object with NULL, non-ASCII, and surrogate keys", 
    "test": "/url/urlsearchparams-constructor.any.html", 
    "line": 185202, 
    "action": "test_result", 
    "expected": "PASS"
}
@jdm jdm changed the title Intermittent FAIL in /url/urlsearchparams-constructor.any.html Intermittent FAIL in /url/urlsearchparams-constructor.any.html, /url/urlsearchparams-constructor.any.worker.html Dec 26, 2018
bors-servo added a commit that referenced this issue Dec 26, 2018
Construct URLSearchParams from array or object

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #22554, fix #22556 and also fix #22557
- [x] There are tests in `url/urlsearchparams-constructor.any.js` for these changes

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22555)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Dec 26, 2018
Construct URLSearchParams from array or object

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #22554, fix #22556 and also fix #22557
- [x] There are tests in `url/urlsearchparams-constructor.any.js` for these changes

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22555)
<!-- Reviewable:end -->
@jdm jdm closed this Dec 26, 2018
bors-servo added a commit that referenced this issue Dec 26, 2018
Construct URLSearchParams from array or object

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #22554, fix #22556 and also fix #22557
- [x] There are tests in `url/urlsearchparams-constructor.any.js` for these changes

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22555)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

2 participants
You can’t perform that action at this time.