Browse Source

testcase trivia

pull/1/head
Sami Vaarala 11 years ago
parent
commit
615e38e02b
  1. 6
      ecmascript-testcases/test-dev-large-join.js

6
ecmascript-testcases/test-dev-large-join.js

@ -39,11 +39,7 @@ joining
*/ */
tmp = []; tmp = [];
var i;
/* The 'tmp' array build becomes sparse (array part abandoned) so this is
* very memory and CPU intensive now. It shouldn't affect the join test
* though.
*/
print('building'); print('building');
for (i = 1000000; i; i -= 1) { // funny syntax; current version does not support comparisons yet for (i = 1000000; i; i -= 1) { // funny syntax; current version does not support comparisons yet

Loading…
Cancel
Save