Fix phase on some module tests (#3832)

This commit is contained in:
José Julián Espina 2023-06-10 22:12:02 +00:00 committed by GitHub
parent aecd10eec8
commit c4642dd714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 48 additions and 16 deletions

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';