- Feb 14, 2019
-
-
Leo Balter authored
- indirect eval - files renaming - space after comma
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Bradley Farias authored
-
- Nov 07, 2018
-
-
Mike Pennisi authored
Four tests were documented as asserting the interpretation of line terminators within multi-line comments, but the source code did not actually demonstrate this condition. Introduce new tests that demonstrate the intended functionality and place them in the correct directory.
-
- Oct 26, 2018
-
-
Rick Waldron authored
-
- Oct 23, 2018
-
-
Mathias Bynens authored
-
Mathias Bynens authored
Closes #1634.
-
- Jan 25, 2018
-
-
André Bargull authored
-
- Jan 10, 2018
-
-
Rick Waldron authored
-
- Jan 05, 2018
-
-
Mike Pennisi authored
Early errors may result from parsing the source text of a test file, but they may also result from parsing some other source text as referenced through the ES2015 module syntax. The latter form of early error is not necessarily detectable by ECMAScript parsers, however. Because of this, the label "early" is not sufficiently precise for all Test262 consumers to correctly interpret all tests. Update the "phase" name of "early" to "parse" for all those negative tests that describe errors resulting from parsing of the file's source text directly. A forthcoming commit will update the remaining tests to use a "phase" name that is more specific to module resolution.
-
Rick Waldron authored
-
- Sep 26, 2017
-
-
Leo Balter authored
-
- Sep 25, 2017
-
-
Leo Balter authored
-
- Jun 28, 2017
-
-
Mike Pennisi authored
This pattern makes expectations more explicit by making test files more literal.
-
- Oct 19, 2016
-
-
Mike Pennisi authored
Authored via the following command: $ find test -type f -print0 | \ xargs -0 sed \ -i 's/^\(\s*\)negative:\s*SyntaxError\s*$/\1negative:\n\1 phase: early\n\1 type: SyntaxError/g'
-
- Jul 06, 2016
-
-
Mathias Bynens authored
Ref. https://hashseed.blogspot.com/2014/08/in-ecma-262-5.html Ref. https://github.com/tc39/ecma262/pull/300#issuecomment-181376767 Ref. https://github.com/mathiasbynens/regexpu-core/commit/9b10d2a597d4e56b236cae0f9aa2f21a9c6d1122 Fix and add @anba’s U+180E tests
-
- May 09, 2016
-
-
jugglinmike authored
-
- Dec 07, 2014
-
-
Brian Terlson authored
-