Bug 183460 - http/tests/security/frame-loading-via-document-write-async-delegates.html fails with async delegates
Summary: http/tests/security/frame-loading-via-document-write-async-delegates.html fai...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
: 183461 (view as bug list)
Depends on:
Blocks: 180568
  Show dependency treegraph
 
Reported: 2018-03-08 10:09 PST by Chris Dumez
Modified: 2018-03-22 08:45 PDT (History)
8 users (show)

See Also:


Attachments
Patch (8.55 KB, patch)
2018-03-08 10:16 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (10.33 KB, patch)
2018-03-12 10:03 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (10.33 KB, patch)
2018-03-12 10:12 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2018-03-08 10:09:01 PST
http/tests/security/frame-loading-via-document-write-async-delegates.html fails with async delegates.
Comment 1 Chris Dumez 2018-03-08 10:16:20 PST
Created attachment 335314 [details]
Patch
Comment 2 Ali Juma 2018-03-08 10:19:41 PST
*** Bug 183461 has been marked as a duplicate of this bug. ***
Comment 3 WebKit Commit Bot 2018-03-09 10:46:03 PST
Comment on attachment 335314 [details]
Patch

Clearing flags on attachment: 335314

Committed r229468: <https://trac.webkit.org/changeset/229468>
Comment 4 WebKit Commit Bot 2018-03-09 10:46:05 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-03-09 10:47:18 PST
<rdar://problem/38308346>
Comment 6 Matt Lewis 2018-03-09 17:04:26 PST
This caused the test http/tests/security/frame-loading-via-document-write.html to fail consistently on all platforms:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2Fframe-loading-via-document-write.html

https://build.webkit.org/results/Apple%20High%20Sierra%20Release%20WK2%20(Tests)/r229487%20(3367)/results.html

diff:
--- /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/http/tests/security/frame-loading-via-document-write-expected.txt
+++ /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/http/tests/security/frame-loading-via-document-write-actual.txt
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 1: Not allowed to load local resource: abe.png
+CONSOLE MESSAGE: line 55: Not allowed to load local resource: abe.png
 
 
 --------
Comment 7 Chris Dumez 2018-03-09 17:26:30 PST
(In reply to Matt Lewis from comment #6)
> This caused the test
> http/tests/security/frame-loading-via-document-write.html to fail
> consistently on all platforms:
> 
> https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.
> html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2Fframe-loading-via-
> document-write.html
> 
> https://build.webkit.org/results/
> Apple%20High%20Sierra%20Release%20WK2%20(Tests)/r229487%20(3367)/results.html
> 
> diff:
> ---
> /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/
> http/tests/security/frame-loading-via-document-write-expected.txt
> +++
> /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/
> http/tests/security/frame-loading-via-document-write-actual.txt
> @@ -1,4 +1,4 @@
> -CONSOLE MESSAGE: line 1: Not allowed to load local resource: abe.png
> +CONSOLE MESSAGE: line 55: Not allowed to load local resource: abe.png
>  
>  
>  --------

Looks like this merely needs rebaselining. Weird that EWS was green...
Comment 8 Ryan Haddad 2018-03-09 17:28:12 PST
Reverted r229468 for reason:

This change caused http/tests/security/frame-loading-via-document-write.html to fail.

Committed r229496: <https://trac.webkit.org/changeset/229496>
Comment 9 Chris Dumez 2018-03-12 10:03:04 PDT
Created attachment 335601 [details]
Patch
Comment 10 WebKit Commit Bot 2018-03-12 10:04:24 PDT
Comment on attachment 335601 [details]
Patch

Rejecting attachment 335601 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'validate-changelog', '--check-oops', '--non-interactive', 335601, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

ChangeLog entry in LayoutTests/ChangeLog contains OOPS!.

Full output: http://webkit-queues.webkit.org/results/6916570
Comment 11 Chris Dumez 2018-03-12 10:12:53 PDT
Created attachment 335603 [details]
Patch
Comment 12 WebKit Commit Bot 2018-03-12 10:50:58 PDT
Comment on attachment 335603 [details]
Patch

Clearing flags on attachment: 335603

Committed r229539: <https://trac.webkit.org/changeset/229539>
Comment 13 WebKit Commit Bot 2018-03-12 10:51:00 PDT
All reviewed patches have been landed.  Closing bug.