test262/test/language/statements
André Bargull 98a7f03f5c Remove leading space characters in YAML frontmatter
Remove leading space characters so directly loading the frontmatter text
with `yaml.safe_load` doesn't throw an exception.
2024-12-17 17:52:36 +01:00
..
async-function Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
async-generator Rebuild generated tests 2022-11-30 16:04:02 -08:00
await-using Function branding boilerplate tests from PR #3866 2024-09-20 10:48:23 -07:00
block Add test for normative change to BlockStatement 2021-09-07 17:50:02 -04:00
break chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00
class Remove leading space characters in YAML frontmatter 2024-12-17 17:52:36 +01:00
const Use verifyProperty in language/statements tests 2023-09-13 16:05:40 +02:00
continue chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00
debugger Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
do-while chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00
empty
expression chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00
for Correct spurious syntax errors 2022-06-17 10:29:52 +02:00
for-await-of Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
for-in RAB: Integrate helper to rest of the tests (#4198) 2024-08-27 17:18:44 +02:00
for-of Remove leading space characters in YAML frontmatter 2024-12-17 17:52:36 +01:00
function Remove excess leading whitespace 2023-09-13 16:05:40 +02:00
generators Use verifyProperty in language/statements tests 2023-09-13 16:05:40 +02:00
if chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00
labeled Remove leading space characters in YAML frontmatter 2024-12-17 17:52:36 +01:00
let Use verifyProperty in language/statements tests 2023-09-13 16:05:40 +02:00
return chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00
switch chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00
throw Improve coverage for ops involving negative zero 2021-09-16 16:35:41 -04:00
try Improve coverage for ops involving negative zero 2021-09-16 16:35:41 -04:00
using Function branding boilerplate tests from PR #3866 2024-09-20 10:48:23 -07:00
variable Use verifyProperty in language/statements tests 2023-09-13 16:05:40 +02:00
while chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00
with Add test coverage for correct binding object MOP executions in with-environment 2024-09-13 12:28:45 -07:00