Bug 245608 - [ iOS16 ] imported/w3c/web-platform-tests/cookies/value/value-ctl.html is a constant failure
Summary: [ iOS16 ] imported/w3c/web-platform-tests/cookies/value/value-ctl.html is a c...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-23 16:38 PDT by Hercules Hjalmarsson
Modified: 2022-09-23 16:48 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hercules Hjalmarsson 2022-09-23 16:38:50 PDT
imported/w3c/web-platform-tests/cookies/value/value-ctl.html

Is a constant text failure on iOS16 ToT and since introduced on the queue.

HISTORY:
https://results.webkit.org/?suite=layout-tests&test=imported/w3c/web-platform-tests/cookies/value/value-ctl.html

DIFF:
@@ -9,27 +9,27 @@
 PASS Cookie with %x7 in value is rejected.
 PASS Cookie with %x8 in value is rejected.
 PASS Cookie with %x9 in value is accepted.
-PASS Cookie with %xa in value is rejected.
-PASS Cookie with %xb in value is rejected.
-PASS Cookie with %xc in value is rejected.
-PASS Cookie with %xd in value is rejected.
-PASS Cookie with %xe in value is rejected.
-PASS Cookie with %xf in value is rejected.
-PASS Cookie with %x10 in value is rejected.
-PASS Cookie with %x11 in value is rejected.
-PASS Cookie with %x12 in value is rejected.
-PASS Cookie with %x13 in value is rejected.
-PASS Cookie with %x14 in value is rejected.
-PASS Cookie with %x15 in value is rejected.
-PASS Cookie with %x16 in value is rejected.
-PASS Cookie with %x17 in value is rejected.
-PASS Cookie with %x18 in value is rejected.
-PASS Cookie with %x19 in value is rejected.
-PASS Cookie with %x1a in value is rejected.
-PASS Cookie with %x1b in value is rejected.
-PASS Cookie with %x1c in value is rejected.
-PASS Cookie with %x1d in value is rejected.
-PASS Cookie with %x1e in value is rejected.
-PASS Cookie with %x1f in value is rejected.
-PASS Cookie with %x7f in value is rejected.
+FAIL Cookie with %xa in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %xb in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %xc in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %xd in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %xe in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %xf in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x10 in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x11 in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x12 in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x13 in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x14 in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x15 in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x16 in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x17 in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x18 in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x19 in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x1a in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x1b in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x1c in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x1d in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x1e in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x1f in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"
+FAIL Cookie with %x7f in value is rejected. assert_equals: The cookie was rejected. expected "" but got "test=9\tvalue"

BUILD URL:
https://build.webkit.org/results/Apple-iOS-16-Simulator-Release-WK2-Tests/254784%40main%20(96)/results.html
Comment 1 Radar WebKit Bug Importer 2022-09-23 16:39:12 PDT
<rdar://problem/100345483>
Comment 2 Hercules Hjalmarsson 2022-09-23 16:40:24 PDT
This issue can be reproduced using command:

run-webkit-tests --iterations=2  --ios-simulator  imported/w3c/web-platform-tests/cookies/value/value-ctl.html
Comment 3 EWS 2022-09-23 16:48:43 PDT
Test gardening commit 254811@main (f3b08c429b77): <https://commits.webkit.org/254811@main>

Reviewed commits have been landed. Closing PR #4656 and removing active labels.