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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 'language/expressions/super/call-new-target-undef': [FAIL], | 452 'language/expressions/super/call-new-target-undef': [FAIL], |
453 'language/eval-code/direct/super-call-fn': [FAIL], | 453 'language/eval-code/direct/super-call-fn': [FAIL], |
454 'language/expressions/super/prop-dot-fn-no-super-bndng': [FAIL], | 454 'language/expressions/super/prop-dot-fn-no-super-bndng': [FAIL], |
455 'language/expressions/super/prop-expr-fn-no-super-bndng': [FAIL], | 455 'language/expressions/super/prop-expr-fn-no-super-bndng': [FAIL], |
456 'language/expressions/super/prop-expr-fn-eval-before-has-super': [FAIL], | 456 'language/expressions/super/prop-expr-fn-eval-before-has-super': [FAIL], |
457 | 457 |
458 # https://bugs.chromium.org/p/v8/issues/detail?id=5064 | 458 # https://bugs.chromium.org/p/v8/issues/detail?id=5064 |
459 'language/expressions/arrow-function/params-dflt-duplicates': [FAIL], | 459 'language/expressions/arrow-function/params-dflt-duplicates': [FAIL], |
460 | 460 |
461 # https://bugs.chromium.org/p/v8/issues/detail?id=5244 | 461 # https://bugs.chromium.org/p/v8/issues/detail?id=5244 |
462 'intl402/DateTimeFormat/prototype/formatToParts/*': [SKIP], | |
463 'intl402/NumberFormat/prototype/formatToParts/*': [SKIP], | 462 'intl402/NumberFormat/prototype/formatToParts/*': [SKIP], |
464 | 463 |
465 # https://bugs.chromium.org/p/v8/issues/detail?id=5327 | 464 # https://bugs.chromium.org/p/v8/issues/detail?id=5327 |
466 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws':
[FAIL], | 465 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws':
[FAIL], |
467 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr
ows': [FAIL], | 466 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr
ows': [FAIL], |
468 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL], | 467 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL], |
469 'built-ins/TypedArrays/internals/Set/key-is-not-integer': [FAIL], | 468 'built-ins/TypedArrays/internals/Set/key-is-not-integer': [FAIL], |
470 'built-ins/TypedArrays/internals/Set/key-is-out-of-bounds': [FAIL], | 469 'built-ins/TypedArrays/internals/Set/key-is-out-of-bounds': [FAIL], |
471 'built-ins/TypedArrays/internals/Set/tonumber-value-throws': [FAIL], | 470 'built-ins/TypedArrays/internals/Set/tonumber-value-throws': [FAIL], |
472 | 471 |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 }], # asan == True | 639 }], # asan == True |
641 | 640 |
642 ['asan == True or msan == True or tsan == True', { | 641 ['asan == True or msan == True or tsan == True', { |
643 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 642 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
644 # The failed allocation causes an asan/msan/tsan error | 643 # The failed allocation causes an asan/msan/tsan error |
645 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 644 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
646 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 645 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
647 }], # asan == True or msan == True or tsan == True | 646 }], # asan == True or msan == True or tsan == True |
648 | 647 |
649 ] | 648 ] |
OLD | NEW |