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