| 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 'language/module-code/instn-named-star-cycle': [FAIL], | 443 'language/module-code/instn-named-star-cycle': [FAIL], |
| 444 'language/module-code/instn-star-star-cycle': [FAIL], | 444 'language/module-code/instn-star-star-cycle': [FAIL], |
| 445 | 445 |
| 446 # v8:5487 | 446 # v8:5487 |
| 447 'language/module-code/namespace/internals/get-own-property-str-found-uninit':
[FAIL], | 447 'language/module-code/namespace/internals/get-own-property-str-found-uninit':
[FAIL], |
| 448 | 448 |
| 449 # v8:5401 | 449 # v8:5401 |
| 450 'language/module-code/namespace/internals/set': [FAIL], | 450 'language/module-code/namespace/internals/set': [FAIL], |
| 451 'language/module-code/namespace/internals/define-own-property': [FAIL], | 451 'language/module-code/namespace/internals/define-own-property': [FAIL], |
| 452 | 452 |
| 453 # Symbol.iterator on namespace objects was removed, tests need to be updated. |
| 454 'language/module-code/namespace/Symbol.iterator/*': [SKIP], |
| 455 'language/module-code/namespace/internals/get-own-property-sym': [SKIP], |
| 456 'language/module-code/namespace/internals/get-sym-found': [SKIP], |
| 457 'language/module-code/namespace/internals/has-property-sym-found': [SKIP], |
| 458 'language/module-code/namespace/internals/own-property-keys-binding-types': [S
KIP], |
| 459 'language/module-code/namespace/internals/own-property-keys-sort': [SKIP], |
| 460 |
| 453 ######################## NEEDS INVESTIGATION ########################### | 461 ######################## NEEDS INVESTIGATION ########################### |
| 454 | 462 |
| 455 # These test failures are specific to the intl402 suite and need investigation | 463 # These test failures are specific to the intl402 suite and need investigation |
| 456 # to be either marked as bugs with issues filed for them or as deliberate | 464 # to be either marked as bugs with issues filed for them or as deliberate |
| 457 # incompatibilities if the test cases turn out to be broken or ambiguous. | 465 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 458 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 466 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
| 459 'intl402/6.2.3': [FAIL], | 467 'intl402/6.2.3': [FAIL], |
| 460 'intl402/Collator/10.1.2.1_4': [FAIL], | 468 'intl402/Collator/10.1.2.1_4': [FAIL], |
| 461 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 469 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
| 462 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 470 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 | 601 |
| 594 ['variant == asm_wasm', { | 602 ['variant == asm_wasm', { |
| 595 '*': [SKIP], | 603 '*': [SKIP], |
| 596 }], # variant == asm_wasm | 604 }], # variant == asm_wasm |
| 597 | 605 |
| 598 ['variant == wasm_traps', { | 606 ['variant == wasm_traps', { |
| 599 '*': [SKIP], | 607 '*': [SKIP], |
| 600 }], # variant == wasm_traps | 608 }], # variant == wasm_traps |
| 601 | 609 |
| 602 ] | 610 ] |
| OLD | NEW |