WebKit Bugzilla
Attachment 356654 Details for
Bug 192408
: REGRESSION: Layout Test http/tests/security/cross-origin-css-resource-timing.html is flaky
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192408-20181205140614.patch (text/plain), 3.07 KB, created by
youenn fablet
on 2018-12-05 14:06:16 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
youenn fablet
Created:
2018-12-05 14:06:16 PST
Size:
3.07 KB
patch
obsolete
>Subversion Revision: 238900 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index cc443d9c56671529e053838d4dd5e3917f19222c..e517af7e3ff4195ea5801cf4c1a5d6968a60fbc4 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,18 @@ >+2018-12-05 Youenn Fablet <youenn@apple.com> >+ >+ REGRESSION: Layout Test http/tests/security/cross-origin-css-resource-timing.html is flaky >+ https://bugs.webkit.org/show_bug.cgi?id=192408 >+ <rdar://problem/46492201> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Some of the tests are loading the same subresource and check for resource timing. >+ We need to clear internal caches to have stable results. >+ >+ * http/tests/security/clean-origin-css-exposed-resource-timing.html: >+ * http/tests/security/cross-origin-clean-css-resource-timing.html: >+ * http/tests/security/cross-origin-css-resource-timing.html: >+ > 2018-12-05 Per Arne Vollan <pvollan@apple.com> > > Layout Test http/tests/misc/resource-timing-resolution.html is a flaky failure >diff --git a/LayoutTests/http/tests/security/clean-origin-css-exposed-resource-timing.html b/LayoutTests/http/tests/security/clean-origin-css-exposed-resource-timing.html >index 87acb00e465ff73a1342f88637aebbff034eb826..432bc113f34cd08c2d96d3a489f9eb58f0a8964f 100644 >--- a/LayoutTests/http/tests/security/clean-origin-css-exposed-resource-timing.html >+++ b/LayoutTests/http/tests/security/clean-origin-css-exposed-resource-timing.html >@@ -9,6 +9,10 @@ > <body> > <div id="mydiv" style="font: 12px 'ahem'">Test</div> > <script> >+if (window.internals) { >+ internals.clearMemoryCache(); >+ internals.invalidateFontCache(); >+} > const waitOnLoad = new Promise((resolve) => { > window.onload = resolve; > }) >diff --git a/LayoutTests/http/tests/security/cross-origin-clean-css-resource-timing.html b/LayoutTests/http/tests/security/cross-origin-clean-css-resource-timing.html >index a2ba08b2438b0ee519f62a9e421d77824dde6d8e..303f4b24c179cc7efba346ed266c1f9b804e09c3 100644 >--- a/LayoutTests/http/tests/security/cross-origin-clean-css-resource-timing.html >+++ b/LayoutTests/http/tests/security/cross-origin-clean-css-resource-timing.html >@@ -9,6 +9,10 @@ > <body> > <div id="mydiv" style="font: 12px 'ahem'">Test</div> > <script> >+if (window.internals) { >+ internals.clearMemoryCache(); >+ internals.invalidateFontCache(); >+} > const waitOnLoad = new Promise((resolve) => { > window.onload = resolve; > }) >diff --git a/LayoutTests/http/tests/security/cross-origin-css-resource-timing.html b/LayoutTests/http/tests/security/cross-origin-css-resource-timing.html >index 836d1a0ef8f719bba8b3a2820ca6cdf96ec0c860..439db21bca17ce769e6edfa5f1a89cc568af9e48 100644 >--- a/LayoutTests/http/tests/security/cross-origin-css-resource-timing.html >+++ b/LayoutTests/http/tests/security/cross-origin-css-resource-timing.html >@@ -9,6 +9,10 @@ > <body> > <div id="mydiv" style="font: 12px 'ahem'">Test</div> > <script> >+if (window.internals) { >+ internals.clearMemoryCache(); >+ internals.invalidateFontCache(); >+} > const waitOnLoad = new Promise((resolve) => { > window.onload = resolve; > })
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192408
: 356654