- Jul 31, 2015
-
-
André Bargull authored
-
- Jul 30, 2015
-
-
Brian Terlson authored
B.1.4 and Unicode RegExps
-
- Jul 29, 2015
-
-
André Bargull authored
-
André Bargull authored
-
- Jul 28, 2015
-
-
Brian Terlson authored
Add tests for Array.of
-
Brian Terlson authored
Update tests for Array#find and Array#findIndex
-
Brian Terlson authored
Add and update tests for Array.prototype.fill
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Brian Terlson authored
Add and update tests for Array.prototype iterator methods.
-
- Jul 27, 2015
-
-
Brian Terlson authored
Add tests for @@iterator
-
- Jul 24, 2015
-
-
Brian Terlson authored
Reinforce test for the use of ToLength(lastIndex) in RegExp
-
Brian Terlson authored
Add and update tests for String.prototype.endsWith
-
Brian Terlson authored
Add tests for String.prototype.startsWith
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Brian Terlson authored
Add tests for RegExp `u` flag
-
Brian Terlson authored
Add tests for @@isConcatSpreadable
-
Mike Pennisi authored
-
Mike Pennisi authored
-
- Jul 23, 2015
-
-
Brian Terlson authored
Add tests for String.prototype.includes
-
Leonardo Balter authored
-
Brian Terlson authored
Add tests for String.prototype.repeat
-
- Jul 22, 2015
-
-
Brian Terlson authored
Add tests for function `name` attribute
-
Brian Terlson authored
Add tests for RegExp `y` flag
-
Mike Pennisi authored
This change set includes tests for most invocations of the SetFunctionName abstract operation in the ES2015 specification. Practical testing considerations preclude the introduction of tests for certain invocations: - The project is still vetting methods to sustainably test the semantics of the Destructuring Binding pattern across all valid productions. - 13.3.3.6 Runtime Semantics: IteratorBindingInitialization - 13.3.3.7 Runtime Semantics: KeyedBindingInitialization - Without a loader, there is no way to access a function object declared in an ExportDeclaration, so `name` assignment cannot be tested in these cases - 14.1.19 Runtime Semantics: InstantiateFunctionObject - 14.4.12 Runtime Semantics: InstantiateFunctionObject - 14.5.15 Runtime Semantics: BindingClassDeclarationEvaluation - 15.2.3.11 Runtime Semantics: Evaluation
-
Mike Pennisi authored
-
- Jul 21, 2015
-
-
Brian Terlson authored
Extend test coverage for Promise built-in
-
Dan Ehrenberg authored
Previously, test262 had only a test that ensured that ToLength (for example, rather than ToInteger) was used in test'ing a RegExp, not in calls to exec. Although in the ES5 and ES2015 specs there is only one code path, in some implementations, ToLength is called in from separate code paths. This patch makes a new test for exec'ing a RegExp and ensures that ToLength is called.
-
Brian Terlson authored
Add tests for String.raw
-
Brian Terlson authored
Add tests for String.prototype.normalize
-
Leonardo Balter authored
-
- Jul 17, 2015
-
-
Brian Terlson authored
Fix test regressions
-
Brian Terlson authored
Change license headers to standard format
-
Brian Terlson authored
Add tests for String.prototype.codePointAt
-
Brian Terlson authored
Remove links to hg.ecmascript.org
-
André Bargull authored
- Remove duplicate word - Add missing license
-
André Bargull authored
-