| 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 'built-ins/Atomics/sub/good-views': ['--harmony-sharedarraybuffer', FAIL], | 508 'built-ins/Atomics/sub/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 509 'built-ins/Atomics/wake/good-views': ['--harmony-sharedarraybuffer', FAIL], | 509 'built-ins/Atomics/wake/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 510 'built-ins/Atomics/xor/good-views': ['--harmony-sharedarraybuffer', FAIL], | 510 'built-ins/Atomics/xor/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 511 | 511 |
| 512 # https://bugs.chromium.org/p/v8/issues/detail?id=5983 | 512 # https://bugs.chromium.org/p/v8/issues/detail?id=5983 |
| 513 'built-ins/SharedArrayBuffer/newtarget-prototype-is-not-object': [FAIL], | 513 'built-ins/SharedArrayBuffer/newtarget-prototype-is-not-object': [FAIL], |
| 514 | 514 |
| 515 # https://bugs.chromium.org/p/v8/issues/detail?id=5984 | 515 # https://bugs.chromium.org/p/v8/issues/detail?id=5984 |
| 516 'built-ins/SharedArrayBuffer/proto-from-ctor-realm': [FAIL], | 516 'built-ins/SharedArrayBuffer/proto-from-ctor-realm': [FAIL], |
| 517 | 517 |
| 518 # https://bugs.chromium.org/p/v8/issues/detail?id=5897 | |
| 519 'built-ins/SharedArrayBuffer/prototype/slice/*': [SKIP], | |
| 520 | |
| 521 # https://bugs.chromium.org/p/v8/issues/detail?id=6045 | 518 # https://bugs.chromium.org/p/v8/issues/detail?id=6045 |
| 522 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [FAIL], | 519 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [FAIL], |
| 523 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [FAIL], | 520 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [FAIL], |
| 524 | 521 |
| 525 # https://bugs.chromium.org/p/v8/issues/detail?id=6049 | 522 # https://bugs.chromium.org/p/v8/issues/detail?id=6049 |
| 526 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller
': [FAIL_SLOPPY], | 523 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller
': [FAIL_SLOPPY], |
| 527 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-argume
nts': [FAIL_SLOPPY], | 524 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-argume
nts': [FAIL_SLOPPY], |
| 528 | 525 |
| 529 ######################## NEEDS INVESTIGATION ########################### | 526 ######################## NEEDS INVESTIGATION ########################### |
| 530 | 527 |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 | 699 |
| 703 ['variant == asm_wasm', { | 700 ['variant == asm_wasm', { |
| 704 '*': [SKIP], | 701 '*': [SKIP], |
| 705 }], # variant == asm_wasm | 702 }], # variant == asm_wasm |
| 706 | 703 |
| 707 ['variant == wasm_traps', { | 704 ['variant == wasm_traps', { |
| 708 '*': [SKIP], | 705 '*': [SKIP], |
| 709 }], # variant == wasm_traps | 706 }], # variant == wasm_traps |
| 710 | 707 |
| 711 ] | 708 ] |
| OLD | NEW |