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

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

Issue 2504553003: [es6] Perform the IsConstructor test in GetSuperConstructor. (Closed)
Patch Set: rebase Created 4 years 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 # https://bugs.chromium.org/p/v8/issues/detail?id=5112 408 # https://bugs.chromium.org/p/v8/issues/detail?id=5112
409 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI L], 409 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI L],
410 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t ry': [FAIL], 410 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t ry': [FAIL],
411 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t ry': [FAIL], 411 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t ry': [FAIL],
412 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try ': [FAIL], 412 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try ': [FAIL],
413 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try': [FAIL], 413 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try': [FAIL],
414 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try ': [FAIL], 414 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try ': [FAIL],
415 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA IL], 415 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA IL],
416 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA IL], 416 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA IL],
417 417
418 # https://bugs.chromium.org/p/v8/issues/detail?id=5336
419 'language/expressions/super/call-proto-not-ctor': [FAIL],
420
421 # https://bugs.chromium.org/p/v8/issues/detail?id=5546 418 # https://bugs.chromium.org/p/v8/issues/detail?id=5546
422 'language/expressions/tagged-template/invalid-escape-sequences': [FAIL], 419 'language/expressions/tagged-template/invalid-escape-sequences': [FAIL],
423 420
424 # https://bugs.chromium.org/p/v8/issues/detail?id=5537 421 # https://bugs.chromium.org/p/v8/issues/detail?id=5537
425 'built-ins/global/*': [SKIP], 422 'built-ins/global/*': [SKIP],
426 423
427 # PreParser doesn't produce early errors 424 # PreParser doesn't produce early errors
428 # https://bugs.chromium.org/p/v8/issues/detail?id=2728 425 # https://bugs.chromium.org/p/v8/issues/detail?id=2728
429 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup licate': [FAIL], 426 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup licate': [FAIL],
430 'language/expressions/async-function/early-errors-expression-formals-body-dupl icate': [FAIL], 427 'language/expressions/async-function/early-errors-expression-formals-body-dupl icate': [FAIL],
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 598
602 ['variant == asm_wasm', { 599 ['variant == asm_wasm', {
603 '*': [SKIP], 600 '*': [SKIP],
604 }], # variant == asm_wasm 601 }], # variant == asm_wasm
605 602
606 ['variant == wasm_traps', { 603 ['variant == wasm_traps', {
607 '*': [SKIP], 604 '*': [SKIP],
608 }], # variant == wasm_traps 605 }], # variant == wasm_traps
609 606
610 ] 607 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698