Bug 218651 - [WPE] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/move-back-createHTMLDocument-success-external-classic.html is flaky
Summary: [WPE] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-e...
Status: RESOLVED DUPLICATE of bug 217931
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:
Depends on:
Blocks:
 
Reported: 2020-11-06 01:50 PST by Diego Pino
Modified: 2020-12-08 13:44 PST (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 Diego Pino 2020-11-06 01:50:59 PST
The test sporadically fails with the following output:

Diff: https://build.webkit.org/results/WPE-Linux-64-bit-Release-Tests/r269433%20(20920)/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/move-back-createHTMLDocument-success-external-classic-diff.txt

--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/move-back-createHTMLDocument-success-external-classic-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/move-back-createHTMLDocument-success-external-classic-actual.txt
@@ -1,8 +1,9 @@
+CONSOLE MESSAGE: exec
 
 
 PASS Sanity check around top-level Window
-PASS Eval: Move success external classic script to createHTMLDocument move-back
-PASS <script> load: Move success external classic script to createHTMLDocument move-back
+FAIL Eval: Move success external classic script to createHTMLDocument move-back assert_false: The script must not have executed in source window expected false got "executed"
+FAIL <script> load: Move success external classic script to createHTMLDocument move-back assert_unreached: Script load event fired unexpectedly Reached unreachable code
 PASS <script> error: Move success external classic script to createHTMLDocument move-back
 PASS window error: Move success external classic script to createHTMLDocument move-back

This test works fine in GTK.
Comment 1 Sam Sneddon [:gsnedders] 2020-12-08 13:44:13 PST

*** This bug has been marked as a duplicate of bug 217931 ***