Title: [294631] trunk/JSTests/stress/class-subclassing-function.js
Revision
294631
Author
[email protected]
Date
2022-05-23 03:37:07 -0700 (Mon, 23 May 2022)

Log Message

Re-enable JSTests/stress/class-subclassing-function.js in ARM+NoLLInt
https://bugs.webkit.org/show_bug.cgi?id=240648

Patch by Joseph Griego <[email protected]> on 2022-05-23
Reviewed by Yusuke Suzuki.

This was originally skipped in
https://bugs.webkit.org/show_bug.cgi?id=194285 because it runs out of
executable memory without LLInt; this seems to no longer be the case, at
least as far as my testing revealed, and EWS can hopefully confirm this

Re-enable the test in ARM+NoLLInt configurations.

* JSTests/stress/class-subclassing-function.js:

Canonical link: https://commits.webkit.org/250857@main

Modified Paths

Diff

Modified: trunk/JSTests/stress/class-subclassing-function.js (294630 => 294631)


--- trunk/JSTests/stress/class-subclassing-function.js	2022-05-23 10:34:25 UTC (rev 294630)
+++ trunk/JSTests/stress/class-subclassing-function.js	2022-05-23 10:37:07 UTC (rev 294631)
@@ -1,5 +1,3 @@
-//@ defaultNoNoLLIntRun if $architecture == "arm"
-
 F = class extends Function { }
 N = class extends null { }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to