| async-error.js |
---
description: An async Test262 smoketest that throws an unexpected error
flags: [async]
--- |
181 |
- |
| async-failure.js |
---
description: Verify async test failure handling
flags: [async]
--- |
120 |
- |
| async.js |
---
description: Verify async test handling via print()
flags: [async]
--- |
154 |
- |
| basic-failure.js |
---
description: A basic Test262 smoketest that fails
features: [Test262]
--- |
128 |
- |
| basic.js |
---
description: A basic Test262 smoketest
features: [Test262]
--- |
117 |
- |
| error.js |
---
description: A smoketest that throws a Test262Error
--- |
127 |
- |
| module-error.js |
---
description: A module smoketest that throws an unexpected ReferenceError.
flags: [module]
--- |
161 |
- |
| module-failure.js |
---
description: A module smoketest that fails an assertion.
flags: [module]
--- |
184 |
- |
| module.js |
---
description: A module smoketest
flags: [module]
--- |
108 |
- |
| negative-early.js |
---
negative:
type: SyntaxError
phase: early
--- |
154 |
- |
| negative-error.js |
---
description: A negative test that throws a different error than expected.
negative:
phase: runtime
type: TypeError
--- |
156 |
- |
| negative-failure.js |
---
description: A negative smoketest that is expected to fail because it does not throw an error.
negative:
phase: runtime
type: Test262Error
--- |
155 |
- |
| negative-parse.js |
---
negative:
type: SyntaxError
phase: parse
--- |
99 |
- |
| negative-resolution.js |
---
flags: [module]
negative:
type: SyntaxError
phase: resolution
--- |
117 |
- |
| negative.js |
---
description: A negative smoketest
negative:
phase: runtime
type: Test262Error
--- |
120 |
- |
| strict-error.js |
---
description: A strict mode smoketest that throws an unexpected ReferenceError.
flags: [onlyStrict]
--- |
136 |
- |
| strict-failure.js |
---
description: A strict mode smoketest that fails an assertion.
flags: [onlyStrict]
--- |
168 |
- |
| strict.js |
---
description: A strict-mode smoketest from https://github.com/tc39/test262/blob/main/INTERPRETING.md
negative:
phase: parse
type: SyntaxError
--- |
188 |
- |
| support |
|
|
- |
| timeout.js |
---
description: An async Test262 test that times out
flags: [async]
--- |
129 |
- |
| unexpected-error.js |
---
description: A smoketest that throws an unexpected ReferenceError.
--- |
91 |
- |