Bug 213359

Summary: [Win] fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html is failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: annevk, keith_miller, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

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.