Bug 227823 - [GTK][WPE] Some tests in imported/w3c/web-platform-tests/cookies/prefix/ are flaky
Summary: [GTK][WPE] Some tests in imported/w3c/web-platform-tests/cookies/prefix/ are ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-08 17:01 PDT by Carlos Alberto Lopez Perez
Modified: 2021-07-08 17:01 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2021-07-08 17:01:43 PDT
The following tests imported in 279585 are flaky:

Regressions: Unexpected text-only failures (8)
  imported/w3c/web-platform-tests/cookies/prefix/__host.document-cookie.html [ Failure ]
  imported/w3c/web-platform-tests/cookies/prefix/__host.document-cookie.https.html [ Failure ]
  imported/w3c/web-platform-tests/cookies/prefix/__host.header.html [ Failure ]
  imported/w3c/web-platform-tests/cookies/prefix/__host.header.https.html [ Failure ]
  imported/w3c/web-platform-tests/cookies/prefix/__secure.document-cookie.html [ Failure ]
  imported/w3c/web-platform-tests/cookies/prefix/__secure.document-cookie.https.html [ Failure ]
  imported/w3c/web-platform-tests/cookies/prefix/__secure.header.html [ Failure ]
  imported/w3c/web-platform-tests/cookies/prefix/document-cookie.non-secure.html [ Failure ]


The flakiness happen due to same random integer that appears on the text results.

Example:

Run 1

-PASS __Host: Non-secure origin: 'Path=/;MaxAge=10'
+FAIL __Host: Non-secure origin: 'Path=/;MaxAge=10' assert_equals: `__Host-prefixtestcookie=0.47609837379802233` in `document.cookie` expected false but got true

Run 2:

-PASS __Host: Non-secure origin: 'Path=/;MaxAge=10'
+FAIL __Host: Non-secure origin: 'Path=/;MaxAge=10' assert_equals: `__Host-prefixtestcookie=0.4836850576033984` in `document.cookie` expected false but got true