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