test262/harness
Mike Pennisi 4dc81d3788 Add tests for tail-call optimization
ECMAScript 2015 introduced tail call optimization for function calls
occuring in a number of positions in the grammar. Assert expected
behavior by triggering a large (but configurable) number of recursive
function calls in these positions. Compliant runtimes will execute such
programs without error; non-compliant runtimes are expected to fail
these tests by throwing an error or crashing when system resources are
exhausted.
2016-02-01 13:20:17 -05:00
..
Date_constants.js Reorganize ./test 2014-12-07 15:33:09 -08:00
Date_library.js Reorganize ./test 2014-12-07 15:33:09 -08:00
PromiseHelper.js Reorganize ./test 2014-12-07 15:33:09 -08:00
Test262Error.js Reorganize ./test 2014-12-07 15:33:09 -08:00
arrayContains.js Reorganize ./test 2014-12-07 15:33:09 -08:00
assert.js Merge pull request #394 from smikes/quoted-sameValue-strings 2015-08-05 11:20:18 -07:00
compareArray.js Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of}) 2015-04-07 09:53:17 -04:00
cth.js Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
doneprintHandle.js Reorganize ./test 2014-12-07 15:33:09 -08:00
fnGlobalObject.js Reorganize ./test 2014-12-07 15:33:09 -08:00
framework.js Reorganize ./test 2014-12-07 15:33:09 -08:00
math_isequal.js Reorganize ./test 2014-12-07 15:33:09 -08:00
math_precision.js Fix issue with math_precision.js 2015-06-25 16:43:10 -04:00
numeric_conversion.js Reorganize ./test 2014-12-07 15:33:09 -08:00
propertyHelper.js Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
sta.js Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
tco-helper.js Add tests for tail-call optimization 2016-02-01 13:20:17 -05:00
testBuiltInObject.js Correct error messages 2015-04-21 17:58:10 -04:00
testIntl.js Fix missing variable declaration 2015-08-05 20:04:02 -04:00
testTypedArray.js Add missing tests for "length" and "name" properties of %TypedArray% built-in functions 2016-01-15 18:12:42 +01:00
timer.js Reorganize ./test 2014-12-07 15:33:09 -08:00