| 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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': ['--icu-cas
e-mapping'], | 440 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': ['--icu-cas
e-mapping'], |
| 441 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': ['--ic
u-case-mapping'], | 441 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': ['--ic
u-case-mapping'], |
| 442 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': ['--icu-c
ase-mapping'], | 442 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': ['--icu-c
ase-mapping'], |
| 443 | 443 |
| 444 # https://bugs.chromium.org/p/v8/issues/detail?id=5601 | 444 # https://bugs.chromium.org/p/v8/issues/detail?id=5601 |
| 445 'intl402/PluralRules/*': [SKIP], | 445 'intl402/PluralRules/*': [SKIP], |
| 446 | 446 |
| 447 # https://bugs.chromium.org/p/v8/issues/detail?id=5855 | 447 # https://bugs.chromium.org/p/v8/issues/detail?id=5855 |
| 448 'language/expressions/async-generators/*': [SKIP], | 448 'language/expressions/async-generators/*': [SKIP], |
| 449 | 449 |
| 450 # https://bugs.chromium.org/p/v8/issues/detail?id=5534 | |
| 451 'built-ins/Date/UTC/return-value': [FAIL], | |
| 452 | |
| 453 # https://bugs.chromium.org/p/v8/issues/detail?id=4614 | 450 # https://bugs.chromium.org/p/v8/issues/detail?id=4614 |
| 454 'built-ins/SharedArrayBuffer/*': [SKIP], | 451 'built-ins/SharedArrayBuffer/*': [SKIP], |
| 455 'built-ins/Atomics/*': [SKIP], | 452 'built-ins/Atomics/*': [SKIP], |
| 456 'built-ins/DataView/buffer-does-not-have-arraybuffer-data-throws-sab': [SKIP], | 453 'built-ins/DataView/buffer-does-not-have-arraybuffer-data-throws-sab': [SKIP], |
| 457 'built-ins/DataView/buffer-reference-sab': [SKIP], | 454 'built-ins/DataView/buffer-reference-sab': [SKIP], |
| 458 'built-ins/DataView/byteoffset-is-negative-throws-sab': [SKIP], | 455 'built-ins/DataView/byteoffset-is-negative-throws-sab': [SKIP], |
| 459 'built-ins/DataView/custom-proto-access-throws-sab': [SKIP], | 456 'built-ins/DataView/custom-proto-access-throws-sab': [SKIP], |
| 460 'built-ins/DataView/custom-proto-if-not-object-fallbacks-to-default-prototype-
sab': [SKIP], | 457 'built-ins/DataView/custom-proto-if-not-object-fallbacks-to-default-prototype-
sab': [SKIP], |
| 461 'built-ins/DataView/custom-proto-if-object-is-used-sab': [SKIP], | 458 'built-ins/DataView/custom-proto-if-object-is-used-sab': [SKIP], |
| 462 'built-ins/DataView/defined-bytelength-and-byteoffset-sab': [SKIP], | 459 'built-ins/DataView/defined-bytelength-and-byteoffset-sab': [SKIP], |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 | 696 |
| 700 ['variant == asm_wasm', { | 697 ['variant == asm_wasm', { |
| 701 '*': [SKIP], | 698 '*': [SKIP], |
| 702 }], # variant == asm_wasm | 699 }], # variant == asm_wasm |
| 703 | 700 |
| 704 ['variant == wasm_traps', { | 701 ['variant == wasm_traps', { |
| 705 '*': [SKIP], | 702 '*': [SKIP], |
| 706 }], # variant == wasm_traps | 703 }], # variant == wasm_traps |
| 707 | 704 |
| 708 ] | 705 ] |
| OLD | NEW |