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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 | 702 |
703 ['variant == asm_wasm', { | 703 ['variant == asm_wasm', { |
704 '*': [SKIP], | 704 '*': [SKIP], |
705 }], # variant == asm_wasm | 705 }], # variant == asm_wasm |
706 | 706 |
707 ['variant == wasm_traps', { | 707 ['variant == wasm_traps', { |
708 '*': [SKIP], | 708 '*': [SKIP], |
709 }], # variant == wasm_traps | 709 }], # variant == wasm_traps |
710 | 710 |
711 ] | 711 ] |
OLD | NEW |