- Apr 25, 2017
-
-
Leo Balter authored
-
- Apr 13, 2017
-
-
André Bargull authored
-
- Mar 14, 2017
-
-
Leonardo Balter authored
Fix 850
-
- Mar 13, 2017
-
-
Leo Balter authored
Fixes #861 Ref #849 Based on the cases from TypedArray.prototype.copyWithin
-
- Mar 01, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- Jan 31, 2017
-
-
Corey Frang authored
-
Corey Frang authored
-
- Jan 20, 2017
-
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
- Oct 24, 2016
-
-
jugglinmike authored
* Add tests for prototype realm inference * Add tests for miscellaneous realm concerns * Add tests for realm of spec-created Errors In some cases, Error objects produced by the specification are observable from ECMAScript code. Among these cases, some are further differentiated in that they occur outside of any built-in function and may be triggered through syntactic production directly. The current realm record is commonly interpreted incorrectly under these circumstances. Add tests asserting that the expected realm record is used when constructing such Error objects. * Add tests for realm use in ArraySpeciesCreate * Add tests for function realm retrieval * Add tests for cross-realm behaviors of Symbols * Add tests for GetValue and PutValue * Add tests for realm of spec-created Arrays In some cases, Arrays produced by CreateArrayFromList are observable from ECMAScript code. Among these cases, two occur outside of any built-in function and may be triggered through syntactic production directly. The current realm record is commonly interpreted incorrectly under these circumstances. Add tests asserting that the expected realm record is used when constructing arrays. * Add test for spec-created object * fixup! Add tests for realm of spec-created Errors * fixup! Add tests for realm of spec-created Errors * fixup! Add tests for prototype realm inference * fixup! Add tests for miscellaneous realm concerns
-
- Oct 19, 2016
-
-
Viktor authored
`Array.prototype.sort` should be used instead of `Array.sort`
-
- Jul 01, 2016
-
-
Leo Balter authored
The global isNaN is not precise at all, and Number.isNaN is an ES6 feature that makes it preferrable to use assert's sameValue for NaN values, as it handles it internally using the comparison.
-
- Jun 21, 2016
-
-
Leonardo Balter authored
Fixes gh-597
-
- Jun 10, 2016
-
-
jugglinmike authored
-
- Jun 01, 2016
-
-
Leonardo Balter authored
-
- May 03, 2016
-
-
jugglinmike authored
Assert the expected behavior of the ArraySpeciesCreate abstract operation in the 5 Array instance methods from which it is invoked. This change set does not include tests for ECMAScript realm considerations because Test262 does not currently expose a mechanism for interfacing with realms.
-
- Apr 25, 2016
-
-
Mike Pennisi authored
-
Mike Pennisi authored
This harness function is not necessary in the majority of cases in which it is used. Remove its usage to simplify tests and decrease the amount of domain-specific knowledge necessary to contribute to the test suite. Persist the harness function itself for use by future tests for ES2015 modules (such a helper is necessary for tests that are interpreted as module code).
-
- Apr 12, 2016
-
-
Leonardo Balter authored
-
- Apr 07, 2016
-
-
Leonardo Balter authored
Because Test262 asserts the strict equality of `Array.prototype.toString` and `TypedArray.prototype.toString`, tests for properties of the object do not need to be reproduced in both location. Ref gh-526
-
- Feb 22, 2016
-
-
Leonardo Balter authored
Fixes #477
-
- Feb 05, 2016
-
-
Leonardo Balter authored
Fixes #435
-
- Jan 23, 2016
-
-
Tom Schuster authored
-
- Jan 15, 2016
-
-
André Bargull authored
Note: Already uses the updated DataView function lengths from tc39/ecma262#266 (ES2016 Draft 2015-12-20)
-
André Bargull authored
-
- Oct 05, 2015
-
-
Mike Pennisi authored
-
- Sep 07, 2015
-
-
André Bargull authored
- String case functions iterate over code points - Has called before Get in Array.p.reverse - Add test for web-compat Array.p.splice behaviour; Plus missing test for no arguments case - ToObject no longer applied to this-value in Array.p.toLocaleString - ToObject no longer applied to this-value in Object.p.toLocaleString - Add tests for Object.p.propertyIsEnumerable and symbol property keys - Add tests for Object.p.hasOwnProperty and symbol property keys - Test property descriptor attributes of message property - Tests for RegExp constructor checks - Date constructor when called with date object - TimeClip never returns negative zero
-
- Sep 04, 2015
-
-
Rick Waldron authored
-
- Sep 02, 2015
-
-
Leonardo Balter authored
- fixed a false positive where argument-passed-null.js was returning a TypeError from 22.1.2.1 step 5 - created 2 tests from argument-passed-null to assert this as null and items as null - fixed reference info on Array.from_arity.js - fix tests at Array.from_forwards-length-for-array-likes - static checks on calling-from-valid-1-onlyStrict.js - static checks on calling-from-valid-1-noStrict.js - static checks on calling-from-valid-2.js - removed create-typedarray-from.js, that test belong to es6id 22.2.2.1 - removed mapfn-invalid-typeerror-1.js - false positive from 22.1.2.1 step 5 - moved mapfn-invalid-typeerror-2.js to more spread tests where mapfn is not callable - ...
-
- Aug 25, 2015
-
-
Dan Ehrenberg authored
An extra newline in a comment prevented the import from being parsed properly.
-
- Aug 13, 2015
-
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
- Aug 11, 2015
-
-
André Bargull authored
-
- Aug 06, 2015
-
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-