Title: [263249] trunk/LayoutTests
Revision
263249
Author
ysuz...@apple.com
Date
2020-06-18 18:04:22 -0700 (Thu, 18 Jun 2020)

Log Message

Unreviewed, fix test failure in Windows part 2
https://bugs.webkit.org/show_bug.cgi?id=213269

Looks like Windows TWR and DRT have different implementation.

* platform/win/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Added.
* platform/wincairo/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (263248 => 263249)


--- trunk/LayoutTests/ChangeLog	2020-06-19 00:37:56 UTC (rev 263248)
+++ trunk/LayoutTests/ChangeLog	2020-06-19 01:04:22 UTC (rev 263249)
@@ -1,5 +1,15 @@
 2020-06-18  Yusuke Suzuki  <ysuz...@apple.com>
 
+        Unreviewed, fix test failure in Windows part 2
+        https://bugs.webkit.org/show_bug.cgi?id=213269
+
+        Looks like Windows TWR and DRT have different implementation.
+
+        * platform/win/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Added.
+        * platform/wincairo/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Added.
+
+2020-06-18  Yusuke Suzuki  <ysuz...@apple.com>
+
         Unreviewed, fix test failure in Windows
         https://bugs.webkit.org/show_bug.cgi?id=213269
 

Added: trunk/LayoutTests/platform/win/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt (0 => 263249)


--- trunk/LayoutTests/platform/win/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt	2020-06-19 01:04:22 UTC (rev 263249)
@@ -0,0 +1,4 @@
+ALERT: PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/wincairo/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt (0 => 263249)


--- trunk/LayoutTests/platform/wincairo/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wincairo/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt	2020-06-19 01:04:22 UTC (rev 263249)
@@ -0,0 +1,4 @@
+ALERT: PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to