Changeset 286153 in webkit
- Timestamp:
- Nov 24, 2021, 2:36:47 PM (5 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
stress/get-array-length-reuse.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r286149 r286153 1 2021-11-24 Michael Catanzaro <mcatanzaro@gnome.org> 2 3 Skip new stress test get-array-length-reuse.js if memory-limited 4 https://bugs.webkit.org/show_bug.cgi?id=233299 5 rdar://85502079 6 7 Reviewed by Yusuke Suzuki. 8 9 * stress/get-array-length-reuse.js: 10 1 11 2021-11-24 Aditi Singh <asingh@igalia.com> 2 12 -
trunk/JSTests/stress/get-array-length-reuse.js
r285978 r286153 1 //@ skip if $memoryLimited 2 1 3 function foo(a) { 2 4 arguments;
Note:
See TracChangeset
for help on using the changeset viewer.