Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Side by Side Diff: test/test262/test262.status

Issue 2665513002: [parser] Lift template literal invalid escape restriction (Closed)
Patch Set: rebase harder Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI L], 391 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI L],
392 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t ry': [FAIL], 392 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t ry': [FAIL],
393 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t ry': [FAIL], 393 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t ry': [FAIL],
394 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try ': [FAIL], 394 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try ': [FAIL],
395 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try': [FAIL], 395 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try': [FAIL],
396 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try ': [FAIL], 396 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try ': [FAIL],
397 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA IL], 397 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA IL],
398 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA IL], 398 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA IL],
399 399
400 # https://bugs.chromium.org/p/v8/issues/detail?id=5546 400 # https://bugs.chromium.org/p/v8/issues/detail?id=5546
401 'language/expressions/tagged-template/invalid-escape-sequences': [FAIL], 401 'language/expressions/tagged-template/invalid-escape-sequences': ['--harmony-t emplate-escapes'],
402 402
403 # https://bugs.chromium.org/p/v8/issues/detail?id=5537 403 # https://bugs.chromium.org/p/v8/issues/detail?id=5537
404 'built-ins/global/*': [SKIP], 404 'built-ins/global/*': [SKIP],
405 405
406 # PreParser doesn't produce early errors 406 # PreParser doesn't produce early errors
407 # https://bugs.chromium.org/p/v8/issues/detail?id=2728 407 # https://bugs.chromium.org/p/v8/issues/detail?id=2728
408 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup licate': [FAIL], 408 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup licate': [FAIL],
409 'language/expressions/async-function/early-errors-expression-formals-body-dupl icate': [FAIL], 409 'language/expressions/async-function/early-errors-expression-formals-body-dupl icate': [FAIL],
410 'language/expressions/object/method-definition/generator-param-redecl-const': [FAIL], 410 'language/expressions/object/method-definition/generator-param-redecl-const': [FAIL],
411 'language/expressions/object/method-definition/generator-param-redecl-let': [F AIL], 411 'language/expressions/object/method-definition/generator-param-redecl-let': [F AIL],
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 614
615 ['variant == asm_wasm', { 615 ['variant == asm_wasm', {
616 '*': [SKIP], 616 '*': [SKIP],
617 }], # variant == asm_wasm 617 }], # variant == asm_wasm
618 618
619 ['variant == wasm_traps', { 619 ['variant == wasm_traps', {
620 '*': [SKIP], 620 '*': [SKIP],
621 }], # variant == wasm_traps 621 }], # variant == wasm_traps
622 622
623 ] 623 ]
OLDNEW
« test/cctest/test-parsing.cc ('K') | « test/mjsunit/harmony/template-escapes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698