Title: [279068] trunk/JSTests
Revision
279068
Author
[email protected]
Date
2021-06-21 09:04:14 -0700 (Mon, 21 Jun 2021)

Log Message

[JSC] Reenable ChakraCore/test/Math/max.js on ARMv7 and MIPS
https://bugs.webkit.org/show_bug.cgi?id=227209

Patch by Xan Lopez <[email protected]> on 2021-06-21
Reviewed by Adrian Perez de Castro.

* ChakraCore.yaml: reenable the test, should be working fine now.

Modified Paths

Diff

Modified: trunk/JSTests/ChakraCore.yaml (279067 => 279068)


--- trunk/JSTests/ChakraCore.yaml	2021-06-21 15:51:06 UTC (rev 279067)
+++ trunk/JSTests/ChakraCore.yaml	2021-06-21 16:04:14 UTC (rev 279068)
@@ -917,14 +917,8 @@
   cmd: runChakra :baseline, "NoException", "pow.baseline", []
 - path: ChakraCore/test/Math/min.js
   cmd: runChakra :baseline, "NoException", "min.baseline", []
-  # FIXME: unskip the following test on arm and mips when https://bugs.webkit.org/show_bug.cgi?id=203406 is fixed.
 - path: ChakraCore/test/Math/max.js
-  cmd: |
-      if ["arm", "mips"].include?($architecture) and $hostOS == "linux"
-          skip
-      else
-          runChakra :baseline, "NoException", "max.baseline", []
-      end
+  cmd: runChakra :baseline, "NoException", "max.baseline", []
 - path: ChakraCore/test/Math/miscellaneous.js
   cmd: runChakra :baseline, "NoException", "miscellaneous.baseline", []
 - path: ChakraCore/test/Math/round.js

Modified: trunk/JSTests/ChangeLog (279067 => 279068)


--- trunk/JSTests/ChangeLog	2021-06-21 15:51:06 UTC (rev 279067)
+++ trunk/JSTests/ChangeLog	2021-06-21 16:04:14 UTC (rev 279068)
@@ -1,3 +1,12 @@
+2021-06-21  Xan Lopez  <[email protected]>
+
+        [JSC] Reenable ChakraCore/test/Math/max.js on ARMv7 and MIPS
+        https://bugs.webkit.org/show_bug.cgi?id=227209
+
+        Reviewed by Adrian Perez de Castro.
+
+        * ChakraCore.yaml: reenable the test, should be working fine now.
+
 2021-06-20  Yusuke Suzuki  <[email protected]>
 
         [JSC] Add ValueOf fast path in toPrimitive
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to