Auto merge of #23561 - georgeroman:enable_cookies_related_wdspec_tests, r=jdm

Enable cookies related wdspec tests

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

<!-- Either: -->
- [X] There are tests for these changes OR

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- 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/23561)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-06-13 09:25:11 -04:00 committed by GitHub
commit e1c53488d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 47 additions and 0 deletions

View file

@ -129,6 +129,14 @@ skip: true
skip: true
[tests]
skip: true
[add_cookie]
skip: false
[delete_all_cookies]
skip: false
[delete_cookie]
skip: false
[get_named_cookie]
skip: false
[new_session]
skip: false
[webgl]

View file

@ -0,0 +1,7 @@
[add.py]
[test_add_non_session_cookie]
expected: FAIL
[test_no_browsing_context]
expected: ERROR

View file

@ -0,0 +1,2 @@
[user_prompts.py]
disabled: User prompts not yet implemented

View file

@ -0,0 +1,4 @@
[delete.py]
[test_no_browsing_context]
expected: ERROR

View file

@ -0,0 +1,2 @@
[user_prompts.py]
disabled: User prompts not yet implemented

View file

@ -0,0 +1,10 @@
[delete.py]
[test_null_response_value]
expected: FAIL
[test_no_browsing_context]
expected: ERROR
[test_unknown_cookie]
expected: FAIL

View file

@ -0,0 +1,2 @@
[user_prompts.py]
disabled: User prompts not yet implemented

View file

@ -0,0 +1,10 @@
[get.py]
[test_no_browsing_context]
expected: ERROR
[test_duplicated_cookie]
expected: FAIL
[test_get_named_cookie]
expected: FAIL

View file

@ -0,0 +1,2 @@
[user_prompts.py]
disabled: User prompts not yet implemented