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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 'built-ins/Atomics/and/good-views': ['--harmony-sharedarraybuffer', FAIL], | 531 'built-ins/Atomics/and/good-views': ['--harmony-sharedarraybuffer', FAIL], |
532 'built-ins/Atomics/compareExchange/good-views': ['--harmony-sharedarraybuffer'
, FAIL], | 532 'built-ins/Atomics/compareExchange/good-views': ['--harmony-sharedarraybuffer'
, FAIL], |
533 'built-ins/Atomics/exchange/good-views': ['--harmony-sharedarraybuffer', FAIL]
, | 533 'built-ins/Atomics/exchange/good-views': ['--harmony-sharedarraybuffer', FAIL]
, |
534 'built-ins/Atomics/load/good-views': ['--harmony-sharedarraybuffer', FAIL], | 534 'built-ins/Atomics/load/good-views': ['--harmony-sharedarraybuffer', FAIL], |
535 'built-ins/Atomics/or/good-views': ['--harmony-sharedarraybuffer', FAIL], | 535 'built-ins/Atomics/or/good-views': ['--harmony-sharedarraybuffer', FAIL], |
536 'built-ins/Atomics/store/good-views': ['--harmony-sharedarraybuffer', FAIL], | 536 'built-ins/Atomics/store/good-views': ['--harmony-sharedarraybuffer', FAIL], |
537 'built-ins/Atomics/sub/good-views': ['--harmony-sharedarraybuffer', FAIL], | 537 'built-ins/Atomics/sub/good-views': ['--harmony-sharedarraybuffer', FAIL], |
538 'built-ins/Atomics/wake/good-views': ['--harmony-sharedarraybuffer', FAIL], | 538 'built-ins/Atomics/wake/good-views': ['--harmony-sharedarraybuffer', FAIL], |
539 'built-ins/Atomics/xor/good-views': ['--harmony-sharedarraybuffer', FAIL], | 539 'built-ins/Atomics/xor/good-views': ['--harmony-sharedarraybuffer', FAIL], |
540 | 540 |
541 # https://bugs.chromium.org/p/v8/issues/detail?id=5983 | |
542 'built-ins/SharedArrayBuffer/newtarget-prototype-is-not-object': [FAIL], | |
543 | |
544 # https://bugs.chromium.org/p/v8/issues/detail?id=5984 | |
545 'built-ins/SharedArrayBuffer/proto-from-ctor-realm': [FAIL], | |
546 | |
547 # https://bugs.chromium.org/p/v8/issues/detail?id=6045 | 541 # https://bugs.chromium.org/p/v8/issues/detail?id=6045 |
548 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [FAIL], | 542 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [FAIL], |
549 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [FAIL], | 543 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [FAIL], |
550 | 544 |
551 # https://bugs.chromium.org/p/v8/issues/detail?id=6049 | 545 # https://bugs.chromium.org/p/v8/issues/detail?id=6049 |
552 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller
': [FAIL_SLOPPY], | 546 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller
': [FAIL_SLOPPY], |
553 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-argume
nts': [FAIL_SLOPPY], | 547 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-argume
nts': [FAIL_SLOPPY], |
554 | 548 |
555 # https://bugs.chromium.org/p/v8/issues/detail?id=6016 | 549 # https://bugs.chromium.org/p/v8/issues/detail?id=6016 |
556 'intl402/NumberFormat/dft-currency-mnfd-range-check-mxfd': [FAIL], | 550 'intl402/NumberFormat/dft-currency-mnfd-range-check-mxfd': [FAIL], |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 713 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
720 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], | 714 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], |
721 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], | 715 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], |
722 }], # asan == True or msan == True or tsan == True | 716 }], # asan == True or msan == True or tsan == True |
723 | 717 |
724 ['variant == wasm_traps', { | 718 ['variant == wasm_traps', { |
725 '*': [SKIP], | 719 '*': [SKIP], |
726 }], # variant == wasm_traps | 720 }], # variant == wasm_traps |
727 | 721 |
728 ] | 722 ] |
OLD | NEW |