Changeset 230230 in webkit
- Timestamp:
- Apr 3, 2018, 6:19:52 PM (7 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r230143 r230230 1 2018-04-03 Mark Lam <mark.lam@apple.com> 2 3 Test js-fixed-array-out-of-memory.js should be excluded for memory limited devices. 4 https://bugs.webkit.org/show_bug.cgi?id=184284 5 6 Reviewed by Saam Barati. 7 8 * stress/js-fixed-array-out-of-memory.js: 9 1 10 2018-03-31 Filip Pizlo <fpizlo@apple.com> 2 11 -
trunk/JSTests/stress/js-fixed-array-out-of-memory.js
r215919 r230230 1 //@ if $buildType == "debug" then runDefault("--maxSingleAllocationSize=1048576") else skip end1 //@ if $buildType == "debug" && !$memoryLimited then runDefault("--maxSingleAllocationSize=1048576") else skip end 2 2 3 3 var exception;
Note:
See TracChangeset
for help on using the changeset viewer.