- Jan 24, 2019
-
-
Frank Yung-Fong Tang authored
This is due to the fact we now only accept Unicode Locale Identifier in UTS 35.
- Jan 23, 2019
-
-
jugglinmike authored
Previously, the early error prohibiting duplicate entries in UniqueFormalParameters was only tested in terms of async functions. In one case, this was misattributed to UniqeFormalParameters and only enforced for strict mode code. Extend coverage to the other function-creating productions which include UniqueFormalParameters (i.e. method definitions and non-async arrow functions), and update the existing tests to more accurately describe the source of the error.
-
- Jan 18, 2019
-
-
Frank Yung-Fong Tang authored
-
Leo Balter authored
Add missing features to private elements tests
-
- Jan 17, 2019
-
-
Nicolò Ribaudo authored
-
Nicolò Ribaudo authored
-
Leo Balter authored
Update rs-private-getter-alt.case
-
Timothy Gu authored
Move proposals that have been incorporated into the standard to the corresponding section.
-
Leo Balter authored
Import test changes from V8
-
Leo Balter authored
Merge pull request #2016 from test262-automation/javascriptcore-test262-automation-export-8f629cd87f Import test changes from JavaScriptCore
-
Frank Yung-Fong Tang authored
Sync with https://github.com/tc39/proposal-intl-list-format/pull/36
-
- Jan 12, 2019
-
-
Nicolò Ribaudo authored
-
- Jan 11, 2019
-
-
Nicolò Ribaudo authored
-
Nicolò Ribaudo authored
-
Leo Balter authored
Update same-line-async-gen-private-field-usage.js
-
- Jan 08, 2019
-
-
Nicolò Ribaudo authored
-
Nicolò Ribaudo authored
-
- Jan 07, 2019
-
-
Peter Wong authored
-
Ross Kirsling authored
-
Leo Balter authored
Refactor, reorganize, and extend tests for line terminators
-
- Jan 01, 2019
-
-
Mike Pennisi authored
Previous commits restructured the tests for line terminators and made coverage gaps more apparent. Introduce new files to improve coverage.
-
Mike Pennisi authored
-
Mike Pennisi authored
The tests for the parsing of line terminators were expressed using eval. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of eval and instead express the expectations with literal source text. Rename the files to make each test's purpose more clear.
-
Mike Pennisi authored
The tests for the parsing of line terminators were expressed using eval. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of eval and instead express the expectations with literal source text. Rename the files to make each test's purpose more clear.
-
Mike Pennisi authored
The tests for the parsing of line terminators were expressed using eval. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of eval and instead express the expectations with literal source text. Rename the files to make each test's purpose more clear.
-
Mike Pennisi authored
The tests for the parsing of line terminators were expressed using eval. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of eval and instead express the expectations with literal source text.
-
Mike Pennisi authored
The tests for the parsing of line terminators were expressed using eval. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of eval and instead express the expectations with literal source text.
-
Mike Pennisi authored
The behavior asserted by the removed tests is covered by other files. - test/language/line-terminators/7.3-1.js duplicates test/language/line-terminators/S7.3_A1.3.js - test/language/line-terminators/7.3-2.js duplicates test/language/line-terminators/S7.3_A1.4.js - test/language/line-terminators/7.3-3.js duplicates test/language/line-terminators/S7.3_A3.3_T1.js - test/language/line-terminators/7.3-4.js duplicates test/language/line-terminators/S7.3_A3.4_T1.js - test/language/line-terminators/7.3-9.js duplicates test/language/line-terminators/S7.3_A6_T3.js - test/language/line-terminators/7.3-10.js duplicates test/language/line-terminators/S7.3_A6_T4.js - test/language/line-terminators/S7.3_A1.1_T1.js duplicates test/language/line-terminators/S7.3_A1.1_T2.js - test/language/line-terminators/S7.3_A1.2_T1.js duplicates test/language/line-terminators/S7.3_A1.2_T2.js - test/language/line-terminators/S7.3_A3.1_T2.js duplicates test/language/line-terminators/S7.3_A3.1_T3.js - test/language/line-terminators/S7.3_A3.2_T3.js duplicates test/language/line-terminators/S7.3_A3.2_T1.js - test/language/line-terminators/S7.3_A3.3_T2.js duplicates test/language/line-terminators/S7.3_A3.3_T1.js - test/language/line-terminators/S7.3_A3.4_T2.js duplicates test/language/line-terminators/S7.3_A3.4_T1.js - test/language/line-terminators/S7.3_A4_T1.js duplicates test/language/line-terminators/S7.3_A3.1_T1.js - test/language/line-terminators/S7.3_A5.1_T1.js duplicates test/language/line-terminators/S7.3_A5.1_T2.js - test/language/line-terminators/S7.3_A5.2_T1.js duplicates test/language/line-terminators/S7.3_A5.2_T2.js
-
Mike Pennisi authored
These files were authored to test the effect of the carriage return character, but that character was not present in the source text. Insert the character as intended by the authors.
-
- Dec 21, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-