Title: [284916] trunk/JSTests
Revision
284916
Author
[email protected]
Date
2021-10-26 18:07:57 -0700 (Tue, 26 Oct 2021)

Log Message

Unreivewed, fix CLoop build and test failure

CLoop is running Yarr interpreter instead of Yarr JIT.

* mozilla/ecma_3/RegExp/regress-85721.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (284915 => 284916)


--- trunk/JSTests/ChangeLog	2021-10-27 00:38:12 UTC (rev 284915)
+++ trunk/JSTests/ChangeLog	2021-10-27 01:07:57 UTC (rev 284916)
@@ -1,5 +1,13 @@
 2021-10-26  Yusuke Suzuki  <[email protected]>
 
+        Unreivewed, fix CLoop build and test failure
+
+        CLoop is running Yarr interpreter instead of Yarr JIT.
+
+        * mozilla/ecma_3/RegExp/regress-85721.js:
+
+2021-10-26  Yusuke Suzuki  <[email protected]>
+
         Unreviewed, fix test262 bot failures
         https://bugs.webkit.org/show_bug.cgi?id=232005
 

Modified: trunk/JSTests/mozilla/ecma_3/RegExp/regress-85721.js (284915 => 284916)


--- trunk/JSTests/mozilla/ecma_3/RegExp/regress-85721.js	2021-10-27 00:38:12 UTC (rev 284915)
+++ trunk/JSTests/mozilla/ecma_3/RegExp/regress-85721.js	2021-10-27 01:07:57 UTC (rev 284916)
@@ -45,7 +45,7 @@
 //-----------------------------------------------------------------------------
 var bug = 85721;
 var summary = 'Performance: execution of regular _expression_';
-var FAST = 100; // execution should be 100 ms or less to pass the test
+var FAST = 500; // execution should be 500 ms or less to pass the test
 var MSG_FAST = 'Execution took less than ' + FAST + ' ms';
 var MSG_SLOW = 'Execution took ';
 var MSG_MS = ' ms';
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to