| 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 'language/module-code/namespace/internals/define-own-property': [FAIL], | 412 'language/module-code/namespace/internals/define-own-property': [FAIL], |
| 413 | 413 |
| 414 # Symbol.iterator on namespace objects was removed, tests need to be updated. | 414 # Symbol.iterator on namespace objects was removed, tests need to be updated. |
| 415 'language/module-code/namespace/Symbol.iterator/*': [SKIP], | 415 'language/module-code/namespace/Symbol.iterator/*': [SKIP], |
| 416 'language/module-code/namespace/internals/get-own-property-sym': [SKIP], | 416 'language/module-code/namespace/internals/get-own-property-sym': [SKIP], |
| 417 'language/module-code/namespace/internals/get-sym-found': [SKIP], | 417 'language/module-code/namespace/internals/get-sym-found': [SKIP], |
| 418 'language/module-code/namespace/internals/has-property-sym-found': [SKIP], | 418 'language/module-code/namespace/internals/has-property-sym-found': [SKIP], |
| 419 'language/module-code/namespace/internals/own-property-keys-binding-types': [S
KIP], | 419 'language/module-code/namespace/internals/own-property-keys-binding-types': [S
KIP], |
| 420 'language/module-code/namespace/internals/own-property-keys-sort': [SKIP], | 420 'language/module-code/namespace/internals/own-property-keys-sort': [SKIP], |
| 421 | 421 |
| 422 # Symbol.toString on namespace objects was made non-configurable, tests need |
| 423 # to be updated. |
| 424 'language/module-code/namespace/Symbol.toStringTag': [SKIP], |
| 425 |
| 426 # Possible spec bug, see comment in https://github.com/tc39/ecma262/pull/747. |
| 427 'language/module-code/namespace/internals/delete-non-exported': [SKIP], |
| 428 |
| 422 ######################## NEEDS INVESTIGATION ########################### | 429 ######################## NEEDS INVESTIGATION ########################### |
| 423 | 430 |
| 424 # These test failures are specific to the intl402 suite and need investigation | 431 # These test failures are specific to the intl402 suite and need investigation |
| 425 # to be either marked as bugs with issues filed for them or as deliberate | 432 # to be either marked as bugs with issues filed for them or as deliberate |
| 426 # incompatibilities if the test cases turn out to be broken or ambiguous. | 433 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 427 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 434 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
| 428 'intl402/6.2.3': [FAIL], | 435 'intl402/6.2.3': [FAIL], |
| 429 'intl402/Collator/10.1.2.1_4': [FAIL], | 436 'intl402/Collator/10.1.2.1_4': [FAIL], |
| 430 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 437 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
| 431 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 438 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 | 579 |
| 573 ['variant == asm_wasm', { | 580 ['variant == asm_wasm', { |
| 574 '*': [SKIP], | 581 '*': [SKIP], |
| 575 }], # variant == asm_wasm | 582 }], # variant == asm_wasm |
| 576 | 583 |
| 577 ['variant == wasm_traps', { | 584 ['variant == wasm_traps', { |
| 578 '*': [SKIP], | 585 '*': [SKIP], |
| 579 }], # variant == wasm_traps | 586 }], # variant == wasm_traps |
| 580 | 587 |
| 581 ] | 588 ] |
| OLD | NEW |