Bug 213359 - [Win] fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html is failing
Summary: [Win] fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.h...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-18 15:35 PDT by Ryan Haddad
Modified: 2023-04-02 08:12 PDT (History)
4 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 2020-06-18 15:35:30 PDT
fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html is failing on Windows bots

--- C:\WebKit-BuildWorker\wincairo-wkl-release-tests\build\layout-test-results\fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt
+++ C:\WebKit-BuildWorker\wincairo-wkl-release-tests\build\layout-test-results\fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-actual.txt
@@ -1,5 +1,4 @@
-ALERT: (null)
-layer at (0,0) size 800x600
+ALERT: layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600

https://results.webkit.org/?suite=layout-tests&test=fast%2Fdom%2FWindow%2Falert-with-unmatched-utf16-surrogate-should-not-crash.html
Comment 1 Ryan Haddad 2020-06-18 15:36:12 PDT
The test was recently added with https://trac.webkit.org/changeset/263164/webkit

win-ews caught the failure before it was landed :(

https://ews-build.webkit.org/#/builders/10/builds/21706
Comment 2 Radar WebKit Bug Importer 2020-06-18 15:36:27 PDT
<rdar://problem/64507563>
Comment 3 Ryan Haddad 2020-06-18 15:36:54 PDT
--- /home/buildbot/worker/Windows-EWS/build/layout-test-results/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt
+++ /home/buildbot/worker/Windows-EWS/build/layout-test-results/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-actual.txt
@@ -1,5 +1,4 @@
-ALERT: 
-layer at (0,0) size 800x600
+ALERT: layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
Comment 4 Anne van Kesteren 2023-04-02 08:12:42 PDT
Fixed by https://trac.webkit.org/changeset/263245.