Add missing features for tests using cross-realm (#2328)

Fixes #2324
This commit is contained in:
Leo Balter 2019-09-04 16:27:20 -03:00 committed by GitHub
parent a997838e4b
commit d39e96b439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 14 additions and 14 deletions

View File

@ -23,7 +23,7 @@ info: |
5. Assert: calleeContext is now the running execution context.
...
features: [tail-call-optimization, class]
features: [tail-call-optimization, class, cross-realm]
---*/
// - The class constructor call is in a valid tail-call position, which means PrepareForTailCall is performed.

View File

@ -23,7 +23,7 @@ info: |
5. Assert: calleeContext is now the running execution context.
...
features: [tail-call-optimization, class]
features: [tail-call-optimization, class, cross-realm]
---*/
// - The class constructor call is in a valid tail-call position, which means PrepareForTailCall is performed.

View File

@ -22,7 +22,7 @@ info: |
5. Assert: calleeContext is now the running execution context.
...
features: [tail-call-optimization, class]
features: [tail-call-optimization, class, cross-realm]
---*/
// - The class constructor call is in a valid tail-call position, which means PrepareForTailCall is performed.

View File

@ -22,7 +22,7 @@ info: |
5. Assert: calleeContext is now the running execution context.
...
features: [tail-call-optimization, class]
features: [tail-call-optimization, class, cross-realm]
---*/
// - The class constructor call is in a valid tail-call position, which means PrepareForTailCall is performed.

View File

@ -16,7 +16,7 @@ info: |
PrivateBrandCheck(O, P)
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
features: [class, class-methods-private]
features: [class, class-methods-private, cross-realm]
---*/
let classStringExpression = `

View File

@ -16,7 +16,7 @@ info: |
PrivateBrandCheck(O, P)
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
features: [class, class-methods-private]
features: [class, class-methods-private, cross-realm]
flags: [noStrict]
---*/

View File

@ -16,7 +16,7 @@ info: |
PrivateBrandCheck(O, P)
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
features: [class, class-methods-private]
features: [class, class-methods-private, cross-realm]
---*/
let classStringExpression = `

View File

@ -16,7 +16,7 @@ info: |
PrivateBrandCheck(O, P)
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
features: [class, class-methods-private]
features: [class, class-methods-private, cross-realm]
flags: [noStrict]
---*/

View File

@ -16,7 +16,7 @@ info: |
PrivateBrandCheck(O, P)
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
features: [class, class-methods-private]
features: [class, class-methods-private, cross-realm]
---*/
let classStringExpression = `

View File

@ -16,7 +16,7 @@ info: |
PrivateBrandCheck(O, P)
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
features: [class, class-methods-private]
features: [class, class-methods-private, cross-realm]
flags: [noStrict]
---*/

View File

@ -35,7 +35,7 @@ info: |
...
8. If fieldName is a Private Name,
a. Perform ? PrivateFieldAdd(fieldName, receiver, initValue).
features: [class, class-static-fields-private]
features: [class, class-static-fields-private, cross-realm]
flags: [noStrict]
---*/

View File

@ -19,7 +19,7 @@ info: |
PrivateBrandCheck(O, P)
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
features: [class, class-static-methods-private]
features: [class, class-static-methods-private, cross-realm]
flags: [noStrict]
---*/

View File

@ -19,7 +19,7 @@ info: |
PrivateBrandCheck(O, P)
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
features: [class, class-static-methods-private]
features: [class, class-static-methods-private, cross-realm]
flags: [noStrict]
---*/

View File

@ -19,7 +19,7 @@ info: |
PrivateBrandCheck(O, P)
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
features: [class, class-static-methods-private]
features: [class, class-static-methods-private, cross-realm]
flags: [noStrict]
---*/