Changeset 252195 in webkit


Ignore:
Timestamp:
Nov 7, 2019 11:24:54 AM (4 years ago)
Author:
Ross Kirsling
Message:

Unskip test262 tests for async-iteration
https://bugs.webkit.org/show_bug.cgi?id=203921

Reviewed by Keith Miller.

This should have been done two years ago, it seems.

  • test262/config.yaml:
  • test262/expectations.yaml:
Location:
trunk/JSTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r252191 r252195  
     12019-11-07  Ross Kirsling  <ross.kirsling@sony.com>
     2
     3        Unskip test262 tests for async-iteration
     4        https://bugs.webkit.org/show_bug.cgi?id=203921
     5
     6        Reviewed by Keith Miller.
     7
     8        This should have been done two years ago, it seems.
     9
     10        * test262/config.yaml:
     11        * test262/expectations.yaml:
     12
    1132019-11-07  Alexey Shvayka  <shvaikalesh@gmail.com>
    214
  • trunk/JSTests/test262/config.yaml

    r251588 r252195  
    1010    - SharedArrayBuffer
    1111    - Atomics
    12     # https://bugs.webkit.org/show_bug.cgi?id=166693
    13     - async-iteration
    1412    # https://bugs.webkit.org/show_bug.cgi?id=174931
    1513    - regexp-lookbehind
  • trunk/JSTests/test262/expectations.yaml

    r252191 r252195  
    736736  default: 'Test262Error: newTarget.prototype is undefined Expected SameValue(«[object AsyncFunction]», «[object AsyncFunction]») to be true'
    737737  strict mode: 'Test262Error: newTarget.prototype is undefined Expected SameValue(«[object AsyncFunction]», «[object AsyncFunction]») to be true'
     738test/built-ins/AsyncGeneratorFunction/proto-from-ctor-realm.js:
     739  default: 'Test262Error: newTarget.prototype is undefined Expected SameValue(«[object AsyncGeneratorFunction]», «[object AsyncGeneratorFunction]») to be true'
     740  strict mode: 'Test262Error: newTarget.prototype is undefined Expected SameValue(«[object AsyncGeneratorFunction]», «[object AsyncGeneratorFunction]») to be true'
    738741test/built-ins/BigInt/constructor-integer.js:
    739742  default: 'RangeError: Not safe integer'
     
    898901  default: "SyntaxError: Unexpected token ';'. Expected a ')' or a ',' after a parameter declaration."
    899902  strict mode: "SyntaxError: Unexpected token ';'. Expected a ')' or a ',' after a parameter declaration."
     903test/built-ins/Function/prototype/toString/AsyncGenerator.js:
     904  default: "SyntaxError: Unexpected token ';'. Expected a ')' or a ',' after a parameter declaration."
     905  strict mode: "SyntaxError: Unexpected token ';'. Expected a ')' or a ',' after a parameter declaration."
    900906test/built-ins/Function/prototype/toString/Function.js:
    901907  default: "SyntaxError: Unexpected token ';'. Expected a ')' or a ',' after a parameter declaration."
     
    913919  default: "Test262Error: Conforms to NativeFunction Syntax: 'async function F( /* c */ x /* d */ , /* e */ y /* f */ ) /* g */ { /* h */ ; /* i */ ; /* j */ }'.(async function /* a */ F /* b */ ( /* c */ x /* d */ , /* e */ y /* f */ ) /* g */ { /* h */ ; /* i */ ; /* j */ })"
    914920  strict mode: "Test262Error: Conforms to NativeFunction Syntax: 'async function F( /* c */ x /* d */ , /* e */ y /* f */ ) /* g */ { /* h */ ; /* i */ ; /* j */ }'.(async function /* a */ F /* b */ ( /* c */ x /* d */ , /* e */ y /* f */ ) /* g */ { /* h */ ; /* i */ ; /* j */ })"
     921test/built-ins/Function/prototype/toString/async-generator-declaration.js:
     922  default: "Test262Error: Conforms to NativeFunction Syntax: 'async function* f( /* e */ x /* f */ , /* g */ y /* h */ ) /* i */ { /* j */ ; /* k */ ; /* l */ }'.(async /* a */ function /* b */ * /* c */ f /* d */ ( /* e */ x /* f */ , /* g */ y /* h */ ) /* i */ { /* j */ ; /* k */ ; /* l */ })"
     923  strict mode: "Test262Error: Conforms to NativeFunction Syntax: 'async function* f( /* e */ x /* f */ , /* g */ y /* h */ ) /* i */ { /* j */ ; /* k */ ; /* l */ }'.(async /* a */ function /* b */ * /* c */ f /* d */ ( /* e */ x /* f */ , /* g */ y /* h */ ) /* i */ { /* j */ ; /* k */ ; /* l */ })"
     924test/built-ins/Function/prototype/toString/async-generator-expression.js:
     925  default: "Test262Error: Conforms to NativeFunction Syntax: 'async function* F( /* e */ x /* f */ , /* g */ y /* h */ ) /* i */ { /* j */ ; /* k */ ; /* l */ }'.(async /* a */ function /* b */ * /* c */ F /* d */ ( /* e */ x /* f */ , /* g */ y /* h */ ) /* i */ { /* j */ ; /* k */ ; /* l */ })"
     926  strict mode: "Test262Error: Conforms to NativeFunction Syntax: 'async function* F( /* e */ x /* f */ , /* g */ y /* h */ ) /* i */ { /* j */ ; /* k */ ; /* l */ }'.(async /* a */ function /* b */ * /* c */ F /* d */ ( /* e */ x /* f */ , /* g */ y /* h */ ) /* i */ { /* j */ ; /* k */ ; /* l */ })"
     927test/built-ins/Function/prototype/toString/async-generator-method-class-expression-static.js:
     928  default: "Test262Error: Conforms to NativeFunction Syntax: 'async function* f( /* d */ ) /* e */ { /* f */ }'.(async /* a */ * /* b */ f /* c */ ( /* d */ ) /* e */ { /* f */ })"
     929  strict mode: "Test262Error: Conforms to NativeFunction Syntax: 'async function* f( /* d */ ) /* e */ { /* f */ }'.(async /* a */ * /* b */ f /* c */ ( /* d */ ) /* e */ { /* f */ })"
     930test/built-ins/Function/prototype/toString/async-generator-method-class-expression.js:
     931  default: "Test262Error: Conforms to NativeFunction Syntax: 'async function* f( /* d */ ) /* e */ { /* f */ }'.(async /* a */ * /* b */ f /* c */ ( /* d */ ) /* e */ { /* f */ })"
     932  strict mode: "Test262Error: Conforms to NativeFunction Syntax: 'async function* f( /* d */ ) /* e */ { /* f */ }'.(async /* a */ * /* b */ f /* c */ ( /* d */ ) /* e */ { /* f */ })"
     933test/built-ins/Function/prototype/toString/async-generator-method-class-statement-static.js:
     934  default: "Test262Error: Conforms to NativeFunction Syntax: 'async function* f( /* d */ ) /* e */ { /* f */ }'.(async /* a */ * /* b */ f /* c */ ( /* d */ ) /* e */ { /* f */ })"
     935  strict mode: "Test262Error: Conforms to NativeFunction Syntax: 'async function* f( /* d */ ) /* e */ { /* f */ }'.(async /* a */ * /* b */ f /* c */ ( /* d */ ) /* e */ { /* f */ })"
     936test/built-ins/Function/prototype/toString/async-generator-method-class-statement.js:
     937  default: "Test262Error: Conforms to NativeFunction Syntax: 'async function* f( /* d */ ) /* e */ { /* f */ }'.(async /* a */ * /* b */ f /* c */ ( /* d */ ) /* e */ { /* f */ })"
     938  strict mode: "Test262Error: Conforms to NativeFunction Syntax: 'async function* f( /* d */ ) /* e */ { /* f */ }'.(async /* a */ * /* b */ f /* c */ ( /* d */ ) /* e */ { /* f */ })"
     939test/built-ins/Function/prototype/toString/async-generator-method-object.js:
     940  default: "Test262Error: Conforms to NativeFunction Syntax: 'async function* f( /* d */ ) /* e */ { /* f */ }'.(async /* a */ * /* b */ f /* c */ ( /* d */ ) /* e */ { /* f */ })"
     941  strict mode: "Test262Error: Conforms to NativeFunction Syntax: 'async function* f( /* d */ ) /* e */ { /* f */ }'.(async /* a */ * /* b */ f /* c */ ( /* d */ ) /* e */ { /* f */ })"
    915942test/built-ins/Function/prototype/toString/async-method-class-expression-static.js:
    916943  default: "Test262Error: Conforms to NativeFunction Syntax: 'async function f( /* b */ ) /* c */ { /* d */ }'.(async f /* a */ ( /* b */ ) /* c */ { /* d */ })"
     
    19621989test/language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-async-function.js:
    19631990  default: 'Test262: This statement should not be evaluated.'
     1991test/language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-async-generator.js:
     1992  default: 'Test262: This statement should not be evaluated.'
    19641993test/language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-class.js:
    19651994  default: 'Test262: This statement should not be evaluated.'
     
    19742003test/language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-var.js:
    19752004  default: 'Test262: This statement should not be evaluated.'
     2005test/language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-async-function.js:
     2006  default: 'Test262: This statement should not be evaluated.'
     2007test/language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-async-generator.js:
     2008  default: 'Test262: This statement should not be evaluated.'
     2009test/language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-class.js:
     2010  default: 'Test262: This statement should not be evaluated.'
     2011test/language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-const.js:
     2012  default: 'Test262: This statement should not be evaluated.'
     2013test/language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-function.js:
     2014  default: 'Test262: This statement should not be evaluated.'
     2015test/language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-generator.js:
     2016  default: 'Test262: This statement should not be evaluated.'
     2017test/language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-let.js:
     2018  default: 'Test262: This statement should not be evaluated.'
     2019test/language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-var.js:
     2020  default: 'Test262: This statement should not be evaluated.'
    19762021test/language/block-scope/syntax/redeclaration/class-name-redeclaration-attempt-with-async-function.js:
    19772022  default: 'Test262: This statement should not be evaluated.'
     2023test/language/block-scope/syntax/redeclaration/class-name-redeclaration-attempt-with-async-generator.js:
     2024  default: 'Test262: This statement should not be evaluated.'
    19782025test/language/block-scope/syntax/redeclaration/class-name-redeclaration-attempt-with-function.js:
    19792026  default: 'Test262: This statement should not be evaluated.'
     
    19822029test/language/block-scope/syntax/redeclaration/const-name-redeclaration-attempt-with-async-function.js:
    19832030  default: 'Test262: This statement should not be evaluated.'
     2031test/language/block-scope/syntax/redeclaration/const-name-redeclaration-attempt-with-async-generator.js:
     2032  default: 'Test262: This statement should not be evaluated.'
    19842033test/language/block-scope/syntax/redeclaration/const-name-redeclaration-attempt-with-function.js:
    19852034  default: 'Test262: This statement should not be evaluated.'
     
    19882037test/language/block-scope/syntax/redeclaration/function-name-redeclaration-attempt-with-async-function.js:
    19892038  default: 'Test262: This statement should not be evaluated.'
     2039test/language/block-scope/syntax/redeclaration/function-name-redeclaration-attempt-with-async-generator.js:
     2040  default: 'Test262: This statement should not be evaluated.'
    19902041test/language/block-scope/syntax/redeclaration/function-name-redeclaration-attempt-with-class.js:
    19912042  default: 'Test262: This statement should not be evaluated.'
     
    20002051test/language/block-scope/syntax/redeclaration/generator-name-redeclaration-attempt-with-async-function.js:
    20012052  default: 'Test262: This statement should not be evaluated.'
     2053test/language/block-scope/syntax/redeclaration/generator-name-redeclaration-attempt-with-async-generator.js:
     2054  default: 'Test262: This statement should not be evaluated.'
    20022055test/language/block-scope/syntax/redeclaration/generator-name-redeclaration-attempt-with-class.js:
    20032056  default: 'Test262: This statement should not be evaluated.'
     
    20152068  default: 'Test262: This statement should not be evaluated.'
    20162069  strict mode: 'Test262: This statement should not be evaluated.'
     2070test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-async-generator.js:
     2071  default: 'Test262: This statement should not be evaluated.'
     2072  strict mode: 'Test262: This statement should not be evaluated.'
    20172073test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-function.js:
    20182074  default: 'Test262: This statement should not be evaluated.'
     
    20232079test/language/block-scope/syntax/redeclaration/inner-block-var-redeclaration-attempt-after-async-function.js:
    20242080  default: 'Test262: This statement should not be evaluated.'
     2081test/language/block-scope/syntax/redeclaration/inner-block-var-redeclaration-attempt-after-async-generator.js:
     2082  default: 'Test262: This statement should not be evaluated.'
    20252083test/language/block-scope/syntax/redeclaration/inner-block-var-redeclaration-attempt-after-function.js:
    20262084  default: 'Test262: This statement should not be evaluated.'
     
    20292087test/language/block-scope/syntax/redeclaration/let-name-redeclaration-attempt-with-async-function.js:
    20302088  default: 'Test262: This statement should not be evaluated.'
     2089test/language/block-scope/syntax/redeclaration/let-name-redeclaration-attempt-with-async-generator.js:
     2090  default: 'Test262: This statement should not be evaluated.'
    20312091test/language/block-scope/syntax/redeclaration/let-name-redeclaration-attempt-with-function.js:
    20322092  default: 'Test262: This statement should not be evaluated.'
     
    20362096  default: 'Test262: This statement should not be evaluated.'
    20372097  strict mode: 'Test262: This statement should not be evaluated.'
     2098test/language/block-scope/syntax/redeclaration/var-name-redeclaration-attempt-with-async-generator.js:
     2099  default: 'Test262: This statement should not be evaluated.'
     2100  strict mode: 'Test262: This statement should not be evaluated.'
    20382101test/language/block-scope/syntax/redeclaration/var-name-redeclaration-attempt-with-function.js:
    20392102  default: 'Test262: This statement should not be evaluated.'
     
    20432106  strict mode: 'Test262: This statement should not be evaluated.'
    20442107test/language/block-scope/syntax/redeclaration/var-redeclaration-attempt-after-async-function.js:
     2108  default: 'Test262: This statement should not be evaluated.'
     2109test/language/block-scope/syntax/redeclaration/var-redeclaration-attempt-after-async-generator.js:
    20452110  default: 'Test262: This statement should not be evaluated.'
    20462111test/language/block-scope/syntax/redeclaration/var-redeclaration-attempt-after-function.js:
     
    22612326  default: 'Test262Error: descriptor value should be '
    22622327  strict mode: 'Test262Error: descriptor value should be '
     2328test/language/expressions/async-generator/early-errors-expression-yield-as-function-binding-identifier.js:
     2329  default: 'Test262: This statement should not be evaluated.'
     2330test/language/expressions/async-generator/generator-created-after-decl-inst.js:
     2331  default: 'Test262Error: Expected SameValue(«[object AsyncGenerator]», «[object AsyncGenerator]») to be false'
     2332  strict mode: 'Test262Error: Expected SameValue(«[object AsyncGenerator]», «[object AsyncGenerator]») to be false'
    22632333test/language/expressions/call/eval-realm-indirect.js:
    22642334  default: 'Test262Error: Expected SameValue(«inside», «outside») to be true'
     
    23022372test/language/expressions/class/class-name-ident-static.js:
    23032373  default: 'Test262: This statement should not be evaluated.'
     2374test/language/expressions/class/elements/syntax/valid/grammar-static-ctor-async-gen-meth-valid.js:
     2375  default: "SyntaxError: Cannot declare an async generator method named 'constructor'."
     2376  strict mode: "SyntaxError: Cannot declare an async generator method named 'constructor'."
    23042377test/language/expressions/class/elements/syntax/valid/grammar-static-ctor-async-meth-valid.js:
    23052378  default: "SyntaxError: Cannot declare an async method named 'constructor'."
     
    26182691test/language/expressions/import.meta/import-meta-is-an-ordinary-object.js:
    26192692  module: 'SyntaxError: Cannot use new with import.'
     2693test/language/expressions/import.meta/syntax/invalid-assignment-target-for-await-of-loop.js:
     2694  module: 'Test262: This statement should not be evaluated.'
    26202695test/language/expressions/import.meta/syntax/invalid-assignment-target-for-in-loop.js:
    26212696  module: 'Test262: This statement should not be evaluated.'
     
    32543329test/language/module-code/parse-err-hoist-lex-gen.js:
    32553330  module: 'Test262: This statement should not be evaluated.'
     3331test/language/statements/async-generator/generator-created-after-decl-inst.js:
     3332  default: 'Test262Error: Expected SameValue(«[object AsyncGenerator]», «[object AsyncGenerator]») to be false'
     3333  strict mode: 'Test262Error: Expected SameValue(«[object AsyncGenerator]», «[object AsyncGenerator]») to be false'
    32563334test/language/statements/class/class-name-ident-await-escaped.js:
    32573335  default: "SyntaxError: Unexpected escaped characters in keyword token: 'aw\\u0061it'"
     
    32643342test/language/statements/class/class-name-ident-static.js:
    32653343  default: 'Test262: This statement should not be evaluated.'
     3344test/language/statements/class/elements/syntax/valid/grammar-static-ctor-async-gen-meth-valid.js:
     3345  default: "SyntaxError: Cannot declare an async generator method named 'constructor'."
     3346  strict mode: "SyntaxError: Cannot declare an async generator method named 'constructor'."
    32663347test/language/statements/class/elements/syntax/valid/grammar-static-ctor-async-meth-valid.js:
    32673348  default: "SyntaxError: Cannot declare an async method named 'constructor'."
     
    34163497test/language/statements/do-while/let-array-with-newline.js:
    34173498  default: 'Test262: This statement should not be evaluated.'
     3499test/language/statements/for-await-of/async-func-decl-dstr-array-elem-nested-array-invalid.js:
     3500  default: 'Test262: This statement should not be evaluated.'
     3501  strict mode: 'Test262: This statement should not be evaluated.'
     3502test/language/statements/for-await-of/async-func-decl-dstr-array-elem-nested-obj-invalid.js:
     3503  default: 'Test262: This statement should not be evaluated.'
     3504  strict mode: 'Test262: This statement should not be evaluated.'
     3505test/language/statements/for-await-of/async-func-decl-dstr-array-elem-target-simple-strict.js:
     3506  strict mode: 'Test262: This statement should not be evaluated.'
     3507test/language/statements/for-await-of/let-array-with-newline.js:
     3508  default: 'Test262: This statement should not be evaluated.'
    34183509test/language/statements/for-in/12.6.4-2.js:
    34193510  default: 'Test262Error: accessedProp Expected SameValue(«true», «false») to be true'
     
    36743765test/language/statements/if/if-async-fun-no-else.js:
    36753766  default: 'Test262: This statement should not be evaluated.'
     3767test/language/statements/if/if-async-gen-else-async-gen.js:
     3768  default: 'Test262: This statement should not be evaluated.'
     3769test/language/statements/if/if-async-gen-else-stmt.js:
     3770  default: 'Test262: This statement should not be evaluated.'
     3771test/language/statements/if/if-async-gen-no-else.js:
     3772  default: 'Test262: This statement should not be evaluated.'
    36763773test/language/statements/if/if-gen-else-gen.js:
    36773774  default: 'Test262: This statement should not be evaluated.'
     
    36823779test/language/statements/if/if-stmt-else-async-fun.js:
    36833780  default: 'Test262: This statement should not be evaluated.'
     3781test/language/statements/if/if-stmt-else-async-gen.js:
     3782  default: 'Test262: This statement should not be evaluated.'
    36843783test/language/statements/if/if-stmt-else-gen.js:
    36853784  default: 'Test262: This statement should not be evaluated.'
     
    36873786  default: 'Test262: This statement should not be evaluated.'
    36883787test/language/statements/labeled/decl-async-function.js:
     3788  default: 'Test262: This statement should not be evaluated.'
     3789  strict mode: 'Test262: This statement should not be evaluated.'
     3790test/language/statements/labeled/decl-async-generator.js:
    36893791  default: 'Test262: This statement should not be evaluated.'
    36903792  strict mode: 'Test262: This statement should not be evaluated.'
     
    37043806test/language/statements/switch/syntax/redeclaration/async-function-name-redeclaration-attempt-with-async-function.js:
    37053807  default: 'Test262: This statement should not be evaluated.'
     3808test/language/statements/switch/syntax/redeclaration/async-function-name-redeclaration-attempt-with-async-generator.js:
     3809  default: 'Test262: This statement should not be evaluated.'
    37063810test/language/statements/switch/syntax/redeclaration/async-function-name-redeclaration-attempt-with-class.js:
    37073811  default: 'Test262: This statement should not be evaluated.'
     
    37163820test/language/statements/switch/syntax/redeclaration/async-function-name-redeclaration-attempt-with-var.js:
    37173821  default: 'Test262: This statement should not be evaluated.'
     3822test/language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-async-function.js:
     3823  default: 'Test262: This statement should not be evaluated.'
     3824test/language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-async-generator.js:
     3825  default: 'Test262: This statement should not be evaluated.'
     3826test/language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-class.js:
     3827  default: 'Test262: This statement should not be evaluated.'
     3828test/language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-const.js:
     3829  default: 'Test262: This statement should not be evaluated.'
     3830test/language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-function.js:
     3831  default: 'Test262: This statement should not be evaluated.'
     3832test/language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-generator.js:
     3833  default: 'Test262: This statement should not be evaluated.'
     3834test/language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-let.js:
     3835  default: 'Test262: This statement should not be evaluated.'
     3836test/language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-var.js:
     3837  default: 'Test262: This statement should not be evaluated.'
    37183838test/language/statements/switch/syntax/redeclaration/class-name-redeclaration-attempt-with-async-function.js:
    37193839  default: 'Test262: This statement should not be evaluated.'
     3840test/language/statements/switch/syntax/redeclaration/class-name-redeclaration-attempt-with-async-generator.js:
     3841  default: 'Test262: This statement should not be evaluated.'
    37203842test/language/statements/switch/syntax/redeclaration/class-name-redeclaration-attempt-with-function.js:
    37213843  default: 'Test262: This statement should not be evaluated.'
     
    37243846test/language/statements/switch/syntax/redeclaration/const-name-redeclaration-attempt-with-async-function.js:
    37253847  default: 'Test262: This statement should not be evaluated.'
     3848test/language/statements/switch/syntax/redeclaration/const-name-redeclaration-attempt-with-async-generator.js:
     3849  default: 'Test262: This statement should not be evaluated.'
    37263850test/language/statements/switch/syntax/redeclaration/const-name-redeclaration-attempt-with-function.js:
    37273851  default: 'Test262: This statement should not be evaluated.'
     
    37303854test/language/statements/switch/syntax/redeclaration/function-name-redeclaration-attempt-with-async-function.js:
    37313855  default: 'Test262: This statement should not be evaluated.'
     3856test/language/statements/switch/syntax/redeclaration/function-name-redeclaration-attempt-with-async-generator.js:
     3857  default: 'Test262: This statement should not be evaluated.'
    37323858test/language/statements/switch/syntax/redeclaration/function-name-redeclaration-attempt-with-class.js:
    37333859  default: 'Test262: This statement should not be evaluated.'
     
    37423868test/language/statements/switch/syntax/redeclaration/generator-name-redeclaration-attempt-with-async-function.js:
    37433869  default: 'Test262: This statement should not be evaluated.'
     3870test/language/statements/switch/syntax/redeclaration/generator-name-redeclaration-attempt-with-async-generator.js:
     3871  default: 'Test262: This statement should not be evaluated.'
    37443872test/language/statements/switch/syntax/redeclaration/generator-name-redeclaration-attempt-with-class.js:
    37453873  default: 'Test262: This statement should not be evaluated.'
     
    37563884test/language/statements/switch/syntax/redeclaration/let-name-redeclaration-attempt-with-async-function.js:
    37573885  default: 'Test262: This statement should not be evaluated.'
     3886test/language/statements/switch/syntax/redeclaration/let-name-redeclaration-attempt-with-async-generator.js:
     3887  default: 'Test262: This statement should not be evaluated.'
    37583888test/language/statements/switch/syntax/redeclaration/let-name-redeclaration-attempt-with-function.js:
    37593889  default: 'Test262: This statement should not be evaluated.'
     
    37613891  default: 'Test262: This statement should not be evaluated.'
    37623892test/language/statements/switch/syntax/redeclaration/var-name-redeclaration-attempt-with-async-function.js:
     3893  default: 'Test262: This statement should not be evaluated.'
     3894  strict mode: 'Test262: This statement should not be evaluated.'
     3895test/language/statements/switch/syntax/redeclaration/var-name-redeclaration-attempt-with-async-generator.js:
    37633896  default: 'Test262: This statement should not be evaluated.'
    37643897  strict mode: 'Test262: This statement should not be evaluated.'
Note: See TracChangeset for help on using the changeset viewer.