mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Generate tests
This commit is contained in:
parent
dac8fd4975
commit
7f69f1c6bf
@ -51,7 +51,7 @@ info: |
|
||||
---*/
|
||||
|
||||
let f = () => {
|
||||
import('./instn-iee-err-ambiguous-export.js').catch(error => {
|
||||
import('./instn-iee-err-ambiguous-export_FIXTURE.js').catch(error => {
|
||||
|
||||
assert.sameValue(error.name, 'SyntaxError');
|
||||
|
||||
|
@ -51,7 +51,7 @@ info: |
|
||||
---*/
|
||||
|
||||
async function f() {
|
||||
await import('./instn-iee-err-ambiguous-export.js').catch(error => {
|
||||
await import('./instn-iee-err-ambiguous-export_FIXTURE.js').catch(error => {
|
||||
|
||||
assert.sameValue(error.name, 'SyntaxError');
|
||||
|
||||
|
@ -51,7 +51,7 @@ info: |
|
||||
---*/
|
||||
|
||||
async function f() {
|
||||
import('./instn-iee-err-ambiguous-export.js').catch(error => {
|
||||
import('./instn-iee-err-ambiguous-export_FIXTURE.js').catch(error => {
|
||||
|
||||
assert.sameValue(error.name, 'SyntaxError');
|
||||
|
||||
|
@ -51,7 +51,7 @@ info: |
|
||||
---*/
|
||||
|
||||
async function f() {
|
||||
return await import('./instn-iee-err-ambiguous-export.js').catch(error => {
|
||||
return await import('./instn-iee-err-ambiguous-export_FIXTURE.js').catch(error => {
|
||||
|
||||
assert.sameValue(error.name, 'SyntaxError');
|
||||
|
||||
|
@ -51,7 +51,7 @@ info: |
|
||||
---*/
|
||||
|
||||
{
|
||||
import('./instn-iee-err-ambiguous-export.js').catch(error => {
|
||||
import('./instn-iee-err-ambiguous-export_FIXTURE.js').catch(error => {
|
||||
|
||||
assert.sameValue(error.name, 'SyntaxError');
|
||||
|
||||
|
@ -51,7 +51,7 @@ info: |
|
||||
---*/
|
||||
|
||||
label: {
|
||||
import('./instn-iee-err-ambiguous-export.js').catch(error => {
|
||||
import('./instn-iee-err-ambiguous-export_FIXTURE.js').catch(error => {
|
||||
|
||||
assert.sameValue(error.name, 'SyntaxError');
|
||||
|
||||
|
@ -51,7 +51,7 @@ info: |
|
||||
---*/
|
||||
|
||||
do {
|
||||
import('./instn-iee-err-ambiguous-export.js').catch(error => {
|
||||
import('./instn-iee-err-ambiguous-export_FIXTURE.js').catch(error => {
|
||||
|
||||
assert.sameValue(error.name, 'SyntaxError');
|
||||
|
||||
|
@ -53,7 +53,7 @@ info: |
|
||||
if (false) {
|
||||
|
||||
} else {
|
||||
import('./instn-iee-err-ambiguous-export.js').catch(error => {
|
||||
import('./instn-iee-err-ambiguous-export_FIXTURE.js').catch(error => {
|
||||
|
||||
assert.sameValue(error.name, 'SyntaxError');
|
||||
|
||||
|
@ -51,7 +51,7 @@ info: |
|
||||
---*/
|
||||
|
||||
function f() {
|
||||
import('./instn-iee-err-ambiguous-export.js').catch(error => {
|
||||
import('./instn-iee-err-ambiguous-export_FIXTURE.js').catch(error => {
|
||||
|
||||
assert.sameValue(error.name, 'SyntaxError');
|
||||
|
||||
|
@ -51,7 +51,7 @@ info: |
|
||||
---*/
|
||||
|
||||
if (true) {
|
||||
import('./instn-iee-err-ambiguous-export.js').catch(error => {
|
||||
import('./instn-iee-err-ambiguous-export_FIXTURE.js').catch(error => {
|
||||
|
||||
assert.sameValue(error.name, 'SyntaxError');
|
||||
|
||||
|
@ -53,7 +53,7 @@ info: |
|
||||
let x = 0;
|
||||
while (!x) {
|
||||
x++;
|
||||
import('./instn-iee-err-ambiguous-export.js').catch(error => {
|
||||
import('./instn-iee-err-ambiguous-export_FIXTURE.js').catch(error => {
|
||||
|
||||
assert.sameValue(error.name, 'SyntaxError');
|
||||
|
||||
|
@ -50,7 +50,7 @@ info: |
|
||||
|
||||
---*/
|
||||
|
||||
import('./instn-iee-err-ambiguous-export.js').catch(error => {
|
||||
import('./instn-iee-err-ambiguous-export_FIXTURE.js').catch(error => {
|
||||
|
||||
assert.sameValue(error.name, 'SyntaxError');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user