Changeset 259535 in webkit
- Timestamp:
- Apr 4, 2020, 11:56:14 AM (6 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
stress/typed-array-subarray-can-throw-oom-error.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r259530 r259535 1 2020-04-04 Yusuke Suzuki <ysuzuki@apple.com> 2 3 Unreviewed, skip stress/typed-array-subarray-can-throw-oom-error.js on memory-limited archs, and mark it slow 4 https://bugs.webkit.org/show_bug.cgi?id=209974 5 6 * stress/typed-array-subarray-can-throw-oom-error.js: 7 1 8 2020-04-04 Mark Lam <mark.lam@apple.com> 2 9 -
trunk/JSTests/stress/typed-array-subarray-can-throw-oom-error.js
r259530 r259535 1 //@ skip if ["arm", "mips"].include?($architecture) 1 //@ skip if $memoryLimited 2 //@ slow! 2 3 3 4 function foo() {
Note:
See TracChangeset
for help on using the changeset viewer.