diff options
author | Florian Duraffourg <f.duraffourg@gmail.com> | 2016-06-09 09:11:38 +0200 |
---|---|---|
committer | Florian Duraffourg <f.duraffourg@gmail.com> | 2016-06-09 09:14:01 +0200 |
commit | dbef65129f40ce6ca0e8ee7e520ec366c1c7577e (patch) | |
tree | 1f174fb9c8e8906bc32fca98e87ad9b316a8de9a /tests/unit/net/cookie_http_state_utils.py | |
parent | 04b682195d2a75ad5961ec05ec1f7a1503c3f3f3 (diff) | |
download | servo-dbef65129f40ce6ca0e8ee7e520ec366c1c7577e.tar.gz servo-dbef65129f40ce6ca0e8ee7e520ec366c1c7577e.zip |
Add mach command to update public domain list and use a HashSet instead of a Vec to lookup public domains
Diffstat (limited to 'tests/unit/net/cookie_http_state_utils.py')
-rw-r--r-- | tests/unit/net/cookie_http_state_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/net/cookie_http_state_utils.py b/tests/unit/net/cookie_http_state_utils.py index 1afabd48492..6b429b5d859 100644 --- a/tests/unit/net/cookie_http_state_utils.py +++ b/tests/unit/net/cookie_http_state_utils.py @@ -27,7 +27,6 @@ FAILING_TESTS = [ "attribute0005", # Waiting for issue 46 of alexcrichton/cookie-rs "attribute0007", # Waiting for issue 46 of alexcrichton/cookie-rs "attribute0008", # Waiting for issue 46 of alexcrichton/cookie-rs - "domain0017", # Waiting for issue 11216 of servo/servo "0003", # Waiting for a way to clean expired cookies "0006", # Waiting for a way to clean expired cookies "mozilla0001", # Waiting for a way to clean expired cookies |