- Jun 12, 2017
-
-
Rick Waldron authored
-
Leo Balter authored
Adding case to computed property
-
Jordan Harband authored
Array.prototype.sort and %TypedArray%.prototype.sort should throw on a non-undefined non-function (#1059) Per https://github.com/tc39/ecma262/pull/785/
-
jugglinmike authored
A recent commit introduced a document that enumerated acceptable values for the test "features" metadata tag. However, this list was incomplete, and maintaining it placed extra burden on the project owners. Restructure the document into a machine-readable format. Add entries for all previously-omitted values. Add in-line documentation with recommendations for maintenance of the file. Extend the project's linting tool to validate tests according to the document's contents.
-
Leo Balter authored
Remove src/dstr-assignment/default/for-await-of.template (invalid)
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Will need to revisit with a function and generator version Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- Jun 09, 2017
-
-
Rick Waldron authored
Tests for PR to Prohibit ASI between 'let' and 'yield'/'await'
-
- May 31, 2017
-
-
Rick Waldron authored
src/dstr-assignment-async-iteration -> src/dstr-assignment-for-await
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
[WIP] for-await-of: dstr-assignment, templates & cases
-
- May 25, 2017
-
-
Leo Balter authored
Move dstr-binding for-await-of cases and templates to dstr-binding-async-iteration. Fixes gh-1043
-
- May 23, 2017
- May 22, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Arup Rakshit authored
-
jugglinmike authored
-
- May 19, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- May 18, 2017
-
-
Rick Waldron authored
Remove more unnecessary tests
-
Rick Waldron authored
Update TR 104
-
Leo Balter authored
-
Leo Balter authored
-
- May 17, 2017
-
-
Leo Balter authored
These tests are not helpful for their respective APIs being tested. They don't add any coverage for the built-in apis and basically check behaviors that might conflict with a implementation defined global.
-
Rick Waldron authored
Remove unnecessary tests
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Leo Balter authored
These tests are not adding any coverage to the respective API they should be covering. There are other files checking cases for array-like objects, and playing this with the global might cause issues and unnexpected behavior on specific environments like browsers.
-
Mathias Bynens authored
Thanks to @anba for spotting this: https://github.com/tc39/test262/pull/1014/files/4843f049fafb6cdd61e3be011e3701cc94a9fe46#r116528031
-
- May 16, 2017
-
-
Rick Waldron authored
Fix features flags
-
Leo Balter authored
-
Leo Balter authored
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Add templates for dstr-binding w/ for-await-of looping over async iterators
-
- May 15, 2017
-
-
Rick Waldron authored
Assert iterators are consumed - and closed - in dstr patterns
-
Leo Balter authored
-
Leo Balter authored
-