Title: [252884] trunk/LayoutTests
Revision
252884
Author
[email protected]
Date
2019-11-26 04:17:56 -0800 (Tue, 26 Nov 2019)

Log Message

[GTK][WPE] New tests crashing after added in the r251377
https://bugs.webkit.org/show_bug.cgi?id=204112

Unreviewed test gardening, add new tests crashing because we do
not have an implementation of WTR::UIScriptController::copyText,
the test was added in r252450.

* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (252883 => 252884)


--- trunk/LayoutTests/ChangeLog	2019-11-26 12:09:04 UTC (rev 252883)
+++ trunk/LayoutTests/ChangeLog	2019-11-26 12:17:56 UTC (rev 252884)
@@ -1,3 +1,15 @@
+2019-11-26  Alejandro G. Castro  <[email protected]>
+
+        [GTK][WPE] New tests crashing after added in the r251377
+        https://bugs.webkit.org/show_bug.cgi?id=204112
+
+        Unreviewed test gardening, add new tests crashing because we do
+        not have an implementation of WTR::UIScriptController::copyText,
+        the test was added in r252450.
+
+        * platform/gtk/TestExpectations:
+        * platform/wpe/TestExpectations:
+
 2019-11-26  Antoine Quint  <[email protected]>
 
         [Web Animations] Layout of children of element with forwards-filling opacity animation may be incorrect after removal

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (252883 => 252884)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2019-11-26 12:09:04 UTC (rev 252883)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2019-11-26 12:17:56 UTC (rev 252884)
@@ -1296,6 +1296,7 @@
 webkit.org/b/204112 editing/async-clipboard/clipboard-get-type-with-old-items.html [ Crash ]
 webkit.org/b/204112 editing/async-clipboard/clipboard-read-text-from-platform.html [ Crash ]
 webkit.org/b/204112 editing/async-clipboard/clipboard-do-not-read-text-from-platform-if-text-changes.html [ Crash ]
+webkit.org/b/204112 editing/async-clipboard/clipboard-change-data-while-writing.html [ Crash ]
 
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Crashing tests

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (252883 => 252884)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2019-11-26 12:09:04 UTC (rev 252883)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2019-11-26 12:17:56 UTC (rev 252884)
@@ -791,6 +791,7 @@
 webkit.org/b/204112 editing/async-clipboard/clipboard-get-type-with-old-items.html [ Crash ]
 webkit.org/b/204112 editing/async-clipboard/clipboard-read-text-from-platform.html [ Crash ]
 webkit.org/b/204112 editing/async-clipboard/clipboard-do-not-read-text-from-platform-if-text-changes.html [ Crash ]
+webkit.org/b/204112 editing/async-clipboard/clipboard-change-data-while-writing.html [ Crash ]
 
 #////////////////////////////////////////////////////////////////////////////////////////
 # 6. FLAKY TESTS
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to