Bug 175202 - LayoutTest imported/w3c/web-platform-tests/beacon/beacon-basic-string.html is a flaky failure (harness timeout)
Summary: LayoutTest imported/w3c/web-platform-tests/beacon/beacon-basic-string.html is...
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-08-04 12:44 PDT by Ryan Haddad
Modified: 2017-08-05 15:16 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2017-08-04 12:44:05 PDT
LayoutTest imported/w3c/web-platform-tests/beacon/beacon-basic-string.html is a flaky failure

https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/r220273%20(3522)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fbeacon%2Fbeacon-basic-string.html

--- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/beacon/beacon-basic-string-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/beacon/beacon-basic-string-actual.txt
@@ -1,8 +1,10 @@
+
+Harness Error (TIMEOUT), message = null
 
 PASS Verify 'navigator.sendbeacon()' successfully sends for variant: NoData 
 PASS Verify 'navigator.sendbeacon()' successfully sends for variant: NullData 
 PASS Verify 'navigator.sendbeacon()' successfully sends for variant: UndefinedData 
 PASS Verify 'navigator.sendbeacon()' successfully sends for variant: SmallString 
 PASS Verify 'navigator.sendbeacon()' successfully sends for variant: MediumString 
-PASS Verify 'navigator.sendbeacon()' successfully sends for variant: LargeString 
+TIMEOUT Verify 'navigator.sendbeacon()' successfully sends for variant: LargeString Test timed out
Comment 1 Chris Dumez 2017-08-04 12:45:15 PDT
I tried to deal with this in r220272 but it looks like it did not suffice.
Comment 2 Chris Dumez 2017-08-04 12:45:48 PDT
I think I'll need to mark this one as a flaky Timeout.
Comment 3 Chris Dumez 2017-08-04 14:57:29 PDT
Committed r220297: <http://trac.webkit.org/changeset/220297>
Comment 4 Radar WebKit Bug Importer 2017-08-04 14:58:54 PDT
<rdar://problem/33733004>
Comment 5 Alexey Proskuryakov 2017-08-05 15:16:13 PDT
Reopening to track an actual fix.