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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI
L], | 393 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI
L], |
394 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t
ry': [FAIL], | 394 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t
ry': [FAIL], |
395 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t
ry': [FAIL], | 395 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t
ry': [FAIL], |
396 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try
': [FAIL], | 396 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try
': [FAIL], |
397 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try':
[FAIL], | 397 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try':
[FAIL], |
398 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try
': [FAIL], | 398 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try
': [FAIL], |
399 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA
IL], | 399 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA
IL], |
400 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA
IL], | 400 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA
IL], |
401 | 401 |
402 # https://bugs.chromium.org/p/v8/issues/detail?id=5546 | 402 # https://bugs.chromium.org/p/v8/issues/detail?id=5546 |
403 'language/expressions/tagged-template/invalid-escape-sequences': [FAIL], | 403 'language/expressions/tagged-template/invalid-escape-sequences': ['--harmony-t
emplate-escapes'], |
404 | 404 |
405 # https://bugs.chromium.org/p/v8/issues/detail?id=5537 | 405 # https://bugs.chromium.org/p/v8/issues/detail?id=5537 |
406 'built-ins/global/*': [SKIP], | 406 'built-ins/global/*': [SKIP], |
407 | 407 |
408 # PreParser doesn't produce early errors | 408 # PreParser doesn't produce early errors |
409 # https://bugs.chromium.org/p/v8/issues/detail?id=2728 | 409 # https://bugs.chromium.org/p/v8/issues/detail?id=2728 |
410 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup
licate': [FAIL], | 410 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup
licate': [FAIL], |
411 'language/expressions/object/method-definition/generator-param-redecl-const':
[FAIL], | 411 'language/expressions/object/method-definition/generator-param-redecl-const':
[FAIL], |
412 'language/expressions/object/method-definition/generator-param-redecl-let': [F
AIL], | 412 'language/expressions/object/method-definition/generator-param-redecl-let': [F
AIL], |
413 'language/expressions/object/method-definition/name-param-redecl': [FAIL], | 413 'language/expressions/object/method-definition/name-param-redecl': [FAIL], |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
699 | 699 |
700 ['variant == asm_wasm', { | 700 ['variant == asm_wasm', { |
701 '*': [SKIP], | 701 '*': [SKIP], |
702 }], # variant == asm_wasm | 702 }], # variant == asm_wasm |
703 | 703 |
704 ['variant == wasm_traps', { | 704 ['variant == wasm_traps', { |
705 '*': [SKIP], | 705 '*': [SKIP], |
706 }], # variant == wasm_traps | 706 }], # variant == wasm_traps |
707 | 707 |
708 ] | 708 ] |
OLD | NEW |