| OLD | NEW |
| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 # https://bugs.chromium.org/p/v8/issues/detail?id=5112 | 417 # https://bugs.chromium.org/p/v8/issues/detail?id=5112 |
| 418 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI
L], | 418 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI
L], |
| 419 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t
ry': [FAIL], | 419 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t
ry': [FAIL], |
| 420 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t
ry': [FAIL], | 420 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t
ry': [FAIL], |
| 421 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try
': [FAIL], | 421 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try
': [FAIL], |
| 422 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try':
[FAIL], | 422 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try':
[FAIL], |
| 423 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try
': [FAIL], | 423 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try
': [FAIL], |
| 424 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA
IL], | 424 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA
IL], |
| 425 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA
IL], | 425 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA
IL], |
| 426 | 426 |
| 427 # https://bugs.chromium.org/p/v8/issues/detail?id=5336 | |
| 428 'language/expressions/super/call-proto-not-ctor': [FAIL], | |
| 429 | |
| 430 # https://bugs.chromium.org/p/v8/issues/detail?id=5546 | 427 # https://bugs.chromium.org/p/v8/issues/detail?id=5546 |
| 431 'language/expressions/tagged-template/invalid-escape-sequences': [FAIL], | 428 'language/expressions/tagged-template/invalid-escape-sequences': [FAIL], |
| 432 | 429 |
| 433 # https://bugs.chromium.org/p/v8/issues/detail?id=5537 | 430 # https://bugs.chromium.org/p/v8/issues/detail?id=5537 |
| 434 'built-ins/global/*': [SKIP], | 431 'built-ins/global/*': [SKIP], |
| 435 | 432 |
| 436 # PreParser doesn't produce early errors | 433 # PreParser doesn't produce early errors |
| 437 # https://bugs.chromium.org/p/v8/issues/detail?id=2728 | 434 # https://bugs.chromium.org/p/v8/issues/detail?id=2728 |
| 438 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup
licate': [FAIL], | 435 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup
licate': [FAIL], |
| 439 'language/expressions/async-function/early-errors-expression-formals-body-dupl
icate': [FAIL], | 436 'language/expressions/async-function/early-errors-expression-formals-body-dupl
icate': [FAIL], |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 | 599 |
| 603 ['variant == asm_wasm', { | 600 ['variant == asm_wasm', { |
| 604 '*': [SKIP], | 601 '*': [SKIP], |
| 605 }], # variant == asm_wasm | 602 }], # variant == asm_wasm |
| 606 | 603 |
| 607 ['variant == wasm_traps', { | 604 ['variant == wasm_traps', { |
| 608 '*': [SKIP], | 605 '*': [SKIP], |
| 609 }], # variant == wasm_traps | 606 }], # variant == wasm_traps |
| 610 | 607 |
| 611 ] | 608 ] |
| OLD | NEW |