- Apr 20, 2015
-
-
Mike Pennisi authored
These tests are derived from the following files within the Google V8 project: test/mjsunit/es6/typed-array-iterator.js test/mjsunit/es6/arguments-iterator.js test/mjsunit/es6/string-iterator.js test/mjsunit/es6/collection-iterator.js
-
- Apr 19, 2015
-
-
Brian Terlson authored
remove non-printable characters from quoted strings in tests
-
Caitlin Potter authored
-
- Apr 18, 2015
-
-
Brian Terlson authored
More tests for Math.round
-
Brian Terlson authored
Restructure generator tests 2
-
Brian Terlson authored
Import tests from Google V8 (Symbol)
-
Brian Terlson authored
Import tests from Google V8 (templates)
-
- Apr 15, 2015
-
-
Mike Pennisi authored
-
Mike Pennisi authored
The project has recently changed the preferred location for generators created via the MethodDefinition syntactic form.
-
Mike Pennisi authored
Add assertions for the "Line Separtator" and "Paragraph Separator" line terminator code points.
-
Mike Pennisi authored
-
Mike Pennisi authored
-
- Apr 14, 2015
-
-
Brian Terlson authored
Import tests from Google V8 (generator syntax)
-
Mike Pennisi authored
-
Mike Pennisi authored
Ensure that these forms result in objects that meet basic expectations about generator functions.
-
Mike Pennisi authored
These tests are derived from the following files within the Google V8 project: test/mjsunit/es6/generators-parsing.js
-
- Apr 13, 2015
-
-
Rick Waldron authored
Fix malformed YAML front matter
-
André Bargull authored
-
- Apr 12, 2015
-
-
Brian Terlson authored
Add tests for %FunctionPrototype% restricted properties
-
Caitlin Potter authored
-
- Apr 11, 2015
-
-
Brian Terlson authored
Update tests for `typeof` operator
-
- Apr 09, 2015
-
-
Brian Terlson authored
Import tests from Google V8 (Rest Parameters)
-
- Apr 08, 2015
-
-
Brian Terlson authored
Changes for currency data
-
Brian Terlson authored
Don't use Annex B extensions in main test suite
-
Brian Terlson authored
Array.prototype.find does not skip holes
-
Brian Terlson authored
Function length property is configurable
-
André Bargull authored
Strict eval variable declarations are lexically scoped, assign expected result value to a previously declared global (issue #35) Add missing variable declarations (issue #35) Split S12.6.3_A10 and S12.6.3_A10.1 because both files seem to test implicit global variables (issue #35) Changes (issue #35) - Add missing noStrict flags. - Change 13.2-15-1 and 13.2-18-1 to use assert.js and propertyHelper.js (simplifies writable and configurable checks while in strict mode). - Add variable declarations for globals. - Create copies of S13.2.1_A6_T1 and S13.2.1_A6_T2 instead of adding variable declarations, because both files seem to test implicit global variables. - Split S13_A14 and S13_A16 to work in strict mode. - Remove assignment to .name property. Add missing noStrict flags (issue #35) Add missing noStrict flags and variable declarations (issue #35) Add missing noStrict flags (issue #35)
-
Brian Terlson authored
Re-structure generator tests
-
Mike Pennisi authored
-
Brian Terlson authored
Add a test for String.prototype.concat() with single Object argument
-
- Apr 07, 2015
-
-
Brian Terlson authored
-
Rick Waldron authored
-
Brian Terlson authored
Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of})
-
Mike Pennisi authored
Consistently use the `typeof` operator without the grouping operator (and include one explicit test to ensure the validity of this pattern generally).
-
Mike Pennisi authored
-
Mike Pennisi authored
-
Mike Pennisi authored
-
Mike Pennisi authored
According to the new test organization scheme, specification identification references should be encoded within the test file itself, and the file should be named according to the semantics of the test.
-
Rick Waldron authored
These tests are derived from the following files within the Google V8 project: test/mjsunit/harmony/private.js
-
Rick Waldron authored
These tests are derived from the following files within the Google V8 project: test/mjsunit/harmony/array-fill.js test/mjsunit/harmony/array-find.js test/mjsunit/harmony/array-findindex.js test/mjsunit/harmony/array-from.js test/mjsunit/harmony/array-of.js
-