| 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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 'built-ins/Atomics/and/good-views': ['--harmony-sharedarraybuffer', FAIL], | 499 'built-ins/Atomics/and/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 500 'built-ins/Atomics/compareExchange/good-views': ['--harmony-sharedarraybuffer'
, FAIL], | 500 'built-ins/Atomics/compareExchange/good-views': ['--harmony-sharedarraybuffer'
, FAIL], |
| 501 'built-ins/Atomics/exchange/good-views': ['--harmony-sharedarraybuffer', FAIL]
, | 501 'built-ins/Atomics/exchange/good-views': ['--harmony-sharedarraybuffer', FAIL]
, |
| 502 'built-ins/Atomics/load/good-views': ['--harmony-sharedarraybuffer', FAIL], | 502 'built-ins/Atomics/load/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 503 'built-ins/Atomics/or/good-views': ['--harmony-sharedarraybuffer', FAIL], | 503 'built-ins/Atomics/or/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 504 'built-ins/Atomics/store/good-views': ['--harmony-sharedarraybuffer', FAIL], | 504 'built-ins/Atomics/store/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 505 'built-ins/Atomics/sub/good-views': ['--harmony-sharedarraybuffer', FAIL], | 505 'built-ins/Atomics/sub/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 506 'built-ins/Atomics/wake/good-views': ['--harmony-sharedarraybuffer', FAIL], | 506 'built-ins/Atomics/wake/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 507 'built-ins/Atomics/xor/good-views': ['--harmony-sharedarraybuffer', FAIL], | 507 'built-ins/Atomics/xor/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 508 | 508 |
| 509 # https://bugs.chromium.org/p/v8/issues/detail?id=5983 | |
| 510 'built-ins/SharedArrayBuffer/newtarget-prototype-is-not-object': [FAIL], | |
| 511 | |
| 512 # https://bugs.chromium.org/p/v8/issues/detail?id=5984 | |
| 513 'built-ins/SharedArrayBuffer/proto-from-ctor-realm': [FAIL], | |
| 514 | |
| 515 # https://bugs.chromium.org/p/v8/issues/detail?id=6045 | 509 # https://bugs.chromium.org/p/v8/issues/detail?id=6045 |
| 516 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [FAIL], | 510 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [FAIL], |
| 517 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [FAIL], | 511 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [FAIL], |
| 518 | 512 |
| 519 # https://bugs.chromium.org/p/v8/issues/detail?id=6049 | 513 # https://bugs.chromium.org/p/v8/issues/detail?id=6049 |
| 520 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller
': [FAIL_SLOPPY], | 514 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller
': [FAIL_SLOPPY], |
| 521 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-argume
nts': [FAIL_SLOPPY], | 515 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-argume
nts': [FAIL_SLOPPY], |
| 522 | 516 |
| 523 ######################## NEEDS INVESTIGATION ########################### | 517 ######################## NEEDS INVESTIGATION ########################### |
| 524 | 518 |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 678 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
| 685 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], | 679 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], |
| 686 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], | 680 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], |
| 687 }], # asan == True or msan == True or tsan == True | 681 }], # asan == True or msan == True or tsan == True |
| 688 | 682 |
| 689 ['variant == wasm_traps', { | 683 ['variant == wasm_traps', { |
| 690 '*': [SKIP], | 684 '*': [SKIP], |
| 691 }], # variant == wasm_traps | 685 }], # variant == wasm_traps |
| 692 | 686 |
| 693 ] | 687 ] |
| OLD | NEW |