extend test/ufuzz.js (#1769)

New expressions:
- property access
- array literal
- object literal

Miscellaneous:
- reduce execution timeout
- test `toplevel` and `mangleProperties`
This commit is contained in:
Alex Lam S.L
2017-04-03 04:00:33 +08:00
committed by GitHub
parent b7f6b73f4e
commit 1f1fccc45d
3 changed files with 123 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ exports.run_code = function(code) {
}));
}
}
}, { timeout: 30000 });
}, { timeout: 5000 });
return stdout;
} catch (ex) {
return ex;