Bug 287509
| Summary: | REGRESSION:(289950@main)[macOS]: http/tests/webarchive tests are a flaky failures with image failures(failure in EWS) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marta Darbinyan <darbinyan> |
| Component: | New Bugs | Assignee: | Sihui Liu <sihui_liu> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | sihui_liu, webkit-bot-watchers-bugzilla, webkit-bug-importer, y_karimi |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marta Darbinyan
The following tests are flaky failing on macOS queues and appear as false positive failures in EWS. The tests seems like regressed after webarchive change in 289950@main
http/tests/webarchive/cross-origin-stylesheet-crash.html
http/tests/webarchive/test-css-url-encoding-shift-jis.html
http/tests/webarchive/test-css-url-encoding-utf-8.html
http/tests/webarchive/test-css-url-encoding.html
http/tests/webarchive/test-preload-resources.html
Errors:
@@ -41,6 +41,87 @@
<array>
<dict>
<key>WebResourceData</key>
+ <string>wasPostTestScriptParsed = true;
+
+if (window.jsTestIsAsync) {
+ if (window.testRunner)
+ testRunner.waitUntilDone();
+ if (window.wasFinishJSTestCalled)
+ finishJSTest();
+} else
+ finishJSTest();
+</string>
+ <key>WebResourceMIMEType</key>
+ <string>text/javascript</string>
+ <key>WebResourceResponse</key>
+ <dict>
+ <key>MIMEType</key>
+ <string>text/javascript</string>
+ <key>URL</key>
+ <string>http://127.0.0.1:8000/js-test-resources/js-test-post.js</string>
+ <key>allHeaderFields</key>
+ <dict>
+ <key>Accept-Ranges</key>
+ <string>bytes</string>
+ <key>Content-Length</key>
+ <string>213</string>
+ <key>Content-Type</key>
+ <string>application/x-javascript</string>
+ <key>Date</key>
+ <string>Sun, 16 Nov 2008 17:00:00 GMT</string>
+ <key>Etag</key>
+ <string>"301925-21-45c7d72d3e780"</string>
+ <key>Last-Modified</key>
+ <string>Sun, 16 Nov 2008 16:55:00 GMT</string>
+ <key>Server</key>
+ <string>Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7l PHP/5.2.6</string>
+ </dict>
+ <key>expectedContentLength</key>
+ <integer>213</integer>
+ <key>statusCode</key>
+ <integer>200</integer>
+ </dict>
+ <key>WebResourceURL</key>
+ <string>http://127.0.0.1:8000/js-test-resources/js-test-post.js</string>
+ </dict>
+ <dict>
+ <key>WebResourceData</key>
+ <string>document.write('/uri/intercept/print/script.js?%26%231758%3B');</string>
+ <key>WebResourceMIMEType</key>
+ <string>text/javascript</string>
+ <key>WebResourceResponse</key>
+ <dict>
+ <key>MIMEType</key>
+ <string>text/javascript</string>
+ <key>URL</key>
+ <string>http://127.0.0.1:8000/uri/intercept/print/script.js?%26%231758%3B</string>
+ <key>allHeaderFields</key>
+ <dict>
+ <key>Cache-Control</key>
+ <string>no-store, no-cache, must-revalidate</string>
+ <key>Content-Type</key>
+ <string>text/javascript</string>
+ <key>Date</key>
+ <string>Sun, 16 Nov 2008 17:00:00 GMT</string>
+ <key>Expires</key>
+ <string>Thu, 01 Dec 2003 16:00:00 GMT</string>
+ <key>Pragma</key>
+ <string>no-cache</string>
+ <key>Server</key>
+ <string>Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7l PHP/5.2.6</string>
+ <key>Transfer-Encoding</key>
+ <string>Identity</string>
+ </dict>
+ <key>expectedContentLength</key>
+ <integer>-1</integer>
+ <key>statusCode</key>
+ <integer>200</integer>
+ </dict>
+ <key>WebResourceURL</key>
+ <string>http://127.0.0.1:8000/uri/intercept/print/script.js?%26%231758%3B</string>
+ </dict>
+ <dict>
+ <key>WebResourceData</key>
<string>/* test-preload-resources.css */
</string>
<key>WebResourceMIMEType</key>
History:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&test=http%2Ftests%2Fwebarchive%2Fcross-origin-stylesheet-crash.html&test=http%2Ftests%2Fwebarchive%2Ftest-css-url-encoding-shift-jis.html&test=http%2Ftests%2Fwebarchive%2Ftest-css-url-encoding-utf-8.html&test=http%2Ftests%2Fwebarchive%2Ftest-css-url-encoding.html&test=http%2Ftests%2Fwebarchive%2Ftest-preload-resources.html&flavor=wk2
Test results:
https://ews-build.s3-us-west-2.amazonaws.com/macOS-Sequoia-Debug-WK2-Tests-EWS/75dbe5c2-11943/results.html#
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/144639388>
EWS
Test gardening commit 290255@main (5b6daeea50dd): <https://commits.webkit.org/290255@main>
Reviewed commits have been landed. Closing PR #40465 and removing active labels.
Sihui Liu
Pull request: https://github.com/WebKit/WebKit/pull/40492
EWS
Committed 290309@main (e11a47ee2628): <https://commits.webkit.org/290309@main>
Reviewed commits have been landed. Closing PR #40492 and removing active labels.
Ben Schwartz
*** Bug 287817 has been marked as a duplicate of this bug. ***