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 Bugs | Assignee: | 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 | ||
Ryan Haddad
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
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
Radar WebKit Bug Importer
<rdar://problem/64507563>
Ryan Haddad
--- /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
Anne van Kesteren
Fixed by https://trac.webkit.org/changeset/263245.