Title: [281442] trunk/LayoutTests
Revision
281442
Author
commit-qu...@webkit.org
Date
2021-08-23 07:32:41 -0700 (Mon, 23 Aug 2021)

Log Message

Skip failing test on 32bit (ARMv7/MIPS)
https://bugs.webkit.org/show_bug.cgi?id=229407

Unreviewed test gardening.

Patch by Xan Lopez <x...@igalia.com> on 2021-08-23

* js/script-tests/reserved-words.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (281441 => 281442)


--- trunk/LayoutTests/ChangeLog	2021-08-23 14:20:50 UTC (rev 281441)
+++ trunk/LayoutTests/ChangeLog	2021-08-23 14:32:41 UTC (rev 281442)
@@ -1,3 +1,12 @@
+2021-08-23  Xan Lopez  <x...@igalia.com>
+
+        Skip failing test on 32bit (ARMv7/MIPS)
+        https://bugs.webkit.org/show_bug.cgi?id=229407
+
+        Unreviewed test gardening.
+
+        * js/script-tests/reserved-words.js:
+
 2021-08-23  Alicia Boya GarcĂ­a  <ab...@igalia.com>
 
         [MSE][GStreamer] Implement multi-track support

Modified: trunk/LayoutTests/js/script-tests/reserved-words.js (281441 => 281442)


--- trunk/LayoutTests/js/script-tests/reserved-words.js	2021-08-23 14:20:50 UTC (rev 281441)
+++ trunk/LayoutTests/js/script-tests/reserved-words.js	2021-08-23 14:32:41 UTC (rev 281442)
@@ -1,3 +1,4 @@
+//@ skip if (["arm", "mips"].include?($architecture) and $hostOS == "linux")
 function isReserved(word)
 {
     try {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to