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

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

Issue 2665513002: [parser] Lift template literal invalid escape restriction (Closed)
Patch Set: address comments 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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI L], 389 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI L],
390 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t ry': [FAIL], 390 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t ry': [FAIL],
391 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t ry': [FAIL], 391 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t ry': [FAIL],
392 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try ': [FAIL], 392 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try ': [FAIL],
393 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try': [FAIL], 393 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try': [FAIL],
394 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try ': [FAIL], 394 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try ': [FAIL],
395 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA IL], 395 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA IL],
396 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA IL], 396 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA IL],
397 397
398 # https://bugs.chromium.org/p/v8/issues/detail?id=5546 398 # https://bugs.chromium.org/p/v8/issues/detail?id=5546
399 'language/expressions/tagged-template/invalid-escape-sequences': [FAIL], 399 'language/expressions/tagged-template/invalid-escape-sequences': ['--harmony-t emplate-escapes'],
400 400
401 # https://bugs.chromium.org/p/v8/issues/detail?id=5537 401 # https://bugs.chromium.org/p/v8/issues/detail?id=5537
402 'built-ins/global/*': [SKIP], 402 'built-ins/global/*': [SKIP],
403 403
404 # PreParser doesn't produce early errors 404 # PreParser doesn't produce early errors
405 # https://bugs.chromium.org/p/v8/issues/detail?id=2728 405 # https://bugs.chromium.org/p/v8/issues/detail?id=2728
406 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup licate': [FAIL], 406 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup licate': [FAIL],
407 'language/expressions/object/method-definition/generator-param-redecl-const': [FAIL], 407 'language/expressions/object/method-definition/generator-param-redecl-const': [FAIL],
408 'language/expressions/object/method-definition/generator-param-redecl-let': [F AIL], 408 'language/expressions/object/method-definition/generator-param-redecl-let': [F AIL],
409 'language/expressions/object/method-definition/name-param-redecl': [FAIL], 409 'language/expressions/object/method-definition/name-param-redecl': [FAIL],
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 692
693 ['variant == asm_wasm', { 693 ['variant == asm_wasm', {
694 '*': [SKIP], 694 '*': [SKIP],
695 }], # variant == asm_wasm 695 }], # variant == asm_wasm
696 696
697 ['variant == wasm_traps', { 697 ['variant == wasm_traps', {
698 '*': [SKIP], 698 '*': [SKIP],
699 }], # variant == wasm_traps 699 }], # variant == wasm_traps
700 700
701 ] 701 ]
OLDNEW
« src/parsing/scanner.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