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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 | 403 |
404 # https://bugs.chromium.org/p/v8/issues/detail?id=5546 | 404 # https://bugs.chromium.org/p/v8/issues/detail?id=5546 |
405 'language/expressions/tagged-template/invalid-escape-sequences': [FAIL], | 405 'language/expressions/tagged-template/invalid-escape-sequences': [FAIL], |
406 | 406 |
407 # https://bugs.chromium.org/p/v8/issues/detail?id=5537 | 407 # https://bugs.chromium.org/p/v8/issues/detail?id=5537 |
408 'built-ins/global/*': [SKIP], | 408 'built-ins/global/*': [SKIP], |
409 | 409 |
410 # PreParser doesn't produce early errors | 410 # PreParser doesn't produce early errors |
411 # https://bugs.chromium.org/p/v8/issues/detail?id=2728 | 411 # https://bugs.chromium.org/p/v8/issues/detail?id=2728 |
412 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup
licate': [FAIL], | 412 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup
licate': [FAIL], |
413 'language/expressions/async-function/early-errors-expression-formals-body-dupl
icate': [FAIL], | |
414 'language/expressions/object/method-definition/generator-param-redecl-const':
[FAIL], | 413 'language/expressions/object/method-definition/generator-param-redecl-const':
[FAIL], |
415 'language/expressions/object/method-definition/generator-param-redecl-let': [F
AIL], | 414 'language/expressions/object/method-definition/generator-param-redecl-let': [F
AIL], |
416 'language/expressions/object/method-definition/name-param-redecl': [FAIL], | 415 'language/expressions/object/method-definition/name-param-redecl': [FAIL], |
417 'language/statements/async-function/early-errors-declaration-formals-body-dupl
icate': [FAIL], | 416 'language/statements/async-function/early-errors-declaration-formals-body-dupl
icate': [FAIL], |
418 | 417 |
419 # Module-related tests | 418 # Module-related tests |
420 # v8:5485 | 419 # v8:5485 |
421 'language/module-code/comment-multi-line-html*': [FAIL], | 420 'language/module-code/comment-multi-line-html*': [FAIL], |
422 'language/module-code/comment-single-line-html*': [FAIL], | 421 'language/module-code/comment-single-line-html*': [FAIL], |
423 # v8:5487 | 422 # v8:5487 |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 | 617 |
619 ['variant == asm_wasm', { | 618 ['variant == asm_wasm', { |
620 '*': [SKIP], | 619 '*': [SKIP], |
621 }], # variant == asm_wasm | 620 }], # variant == asm_wasm |
622 | 621 |
623 ['variant == wasm_traps', { | 622 ['variant == wasm_traps', { |
624 '*': [SKIP], | 623 '*': [SKIP], |
625 }], # variant == wasm_traps | 624 }], # variant == wasm_traps |
626 | 625 |
627 ] | 626 ] |
OLD | NEW |