mirror of
https://github.com/tc39/test262.git
synced 2025-07-29 00:44:32 +02:00
Fix phase on some module tests (#3832)
This commit is contained in:
parent
aecd10eec8
commit
c4642dd714
@ -31,9 +31,11 @@ info: |
|
||||
SameValue(resolution.[[BindingName]],
|
||||
starResolution.[[BindingName]]) is false, return "ambiguous".
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
export { x as y } from './instn-iee-err-ambiguous_FIXTURE.js';
|
||||
|
@ -31,9 +31,11 @@ info: |
|
||||
SameValue(resolution.[[BindingName]],
|
||||
starResolution.[[BindingName]]) is false, return "ambiguous".
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
export { x } from './instn-iee-err-ambiguous_FIXTURE.js';
|
||||
|
@ -20,9 +20,11 @@ info: |
|
||||
i. Assert: this is a circular import request.
|
||||
ii. Return null.
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
export { x as y } from './instn-iee-err-circular_FIXTURE.js';
|
||||
|
@ -20,9 +20,11 @@ info: |
|
||||
i. Assert: this is a circular import request.
|
||||
ii. Return null.
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
export { x } from './instn-iee-err-circular_FIXTURE.js';
|
||||
|
@ -19,9 +19,11 @@ info: |
|
||||
b. Throw a SyntaxError exception.
|
||||
c. NOTE A default export cannot be provided by an export *.
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
export { default as x } from './instn-iee-err-dflt-thru-star-int_FIXTURE.js';
|
||||
|
@ -19,9 +19,11 @@ info: |
|
||||
b. Throw a SyntaxError exception.
|
||||
c. NOTE A default export cannot be provided by an export *.
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
export { default } from './instn-iee-err-dflt-thru-star-int_FIXTURE.js';
|
||||
|
@ -19,9 +19,11 @@ info: |
|
||||
[...]
|
||||
11. Return starResolution.
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
export { x as y } from './instn-iee-err-not-found-empty_FIXTURE.js';
|
||||
|
@ -19,9 +19,11 @@ info: |
|
||||
[...]
|
||||
11. Return starResolution.
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
export { x } from './instn-iee-err-not-found-empty_FIXTURE.js';
|
||||
|
@ -36,9 +36,11 @@ info: |
|
||||
SameValue(resolution.[[BindingName]],
|
||||
starResolution.[[BindingName]]) is false, return "ambiguous".
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
import { x as y } from './instn-named-err-ambiguous_FIXTURE.js';
|
||||
|
@ -36,9 +36,11 @@ info: |
|
||||
SameValue(resolution.[[BindingName]],
|
||||
starResolution.[[BindingName]]) is false, return "ambiguous".
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
import { x } from './instn-named-err-ambiguous_FIXTURE.js';
|
||||
|
@ -24,9 +24,11 @@ info: |
|
||||
b. Throw a SyntaxError exception.
|
||||
c. NOTE A default export cannot be provided by an export *.
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
import { default as x } from './instn-named-err-dflt-thru-star-int_FIXTURE.js';
|
||||
|
@ -24,9 +24,11 @@ info: |
|
||||
b. Throw a SyntaxError exception.
|
||||
c. NOTE A default export cannot be provided by an export *.
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
import x from './instn-named-err-dflt-thru-star-int_FIXTURE.js';
|
||||
|
@ -24,9 +24,11 @@ info: |
|
||||
[...]
|
||||
11. Return starResolution.
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
import { x as y } from './instn-named-err-not-found-empty_FIXTURE.js';
|
||||
|
@ -24,9 +24,11 @@ info: |
|
||||
[...]
|
||||
11. Return starResolution.
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
import x from './instn-named-err-not-found-empty_FIXTURE.js';
|
||||
|
@ -24,9 +24,11 @@ info: |
|
||||
[...]
|
||||
11. Return starResolution.
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
import { x } from './instn-named-err-not-found-empty_FIXTURE.js';
|
||||
|
@ -23,9 +23,11 @@ info: |
|
||||
i. Let resolution be ? module.ResolveExport(name, « », « »).
|
||||
ii. If resolution is null, throw a SyntaxError exception.
|
||||
negative:
|
||||
phase: runtime
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
import * as ns from './instn-star-err-not-found-faulty_FIXTURE.js';
|
||||
|
Loading…
x
Reference in New Issue
Block a user