| 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 # https://bugs.chromium.org/p/v8/issues/detail?id=5137 | 462 # https://bugs.chromium.org/p/v8/issues/detail?id=5137 |
| 463 'annexB/built-ins/RegExp/prototype/compile/flags-undefined': [FAIL], | 463 'annexB/built-ins/RegExp/prototype/compile/flags-undefined': [FAIL], |
| 464 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-distinct': [FAIL], | 464 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-distinct': [FAIL], |
| 465 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-same': [FAIL], | 465 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-same': [FAIL], |
| 466 'annexB/built-ins/RegExp/prototype/compile/pattern-undefined': [FAIL], | 466 'annexB/built-ins/RegExp/prototype/compile/pattern-undefined': [FAIL], |
| 467 | 467 |
| 468 # https://bugs.chromium.org/p/v8/issues/detail?id=5139 | 468 # https://bugs.chromium.org/p/v8/issues/detail?id=5139 |
| 469 'annexB/built-ins/Date/prototype/setYear/time-clip': [FAIL], | 469 'annexB/built-ins/Date/prototype/setYear/time-clip': [FAIL], |
| 470 'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL], | 470 'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL], |
| 471 | 471 |
| 472 # Fixed by https://github.com/tc39/test262/pull/662. |
| 473 'built-ins/Object/getOwnPropertyDescriptors/duplicate-keys': [FAIL], |
| 474 |
| 472 ######################## NEEDS INVESTIGATION ########################### | 475 ######################## NEEDS INVESTIGATION ########################### |
| 473 | 476 |
| 474 # These test failures are specific to the intl402 suite and need investigation | 477 # These test failures are specific to the intl402 suite and need investigation |
| 475 # to be either marked as bugs with issues filed for them or as deliberate | 478 # to be either marked as bugs with issues filed for them or as deliberate |
| 476 # incompatibilities if the test cases turn out to be broken or ambiguous. | 479 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 477 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 480 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
| 478 'intl402/6.2.3': [FAIL], | 481 'intl402/6.2.3': [FAIL], |
| 479 'intl402/Collator/10.1.2.1_4': [FAIL], | 482 'intl402/Collator/10.1.2.1_4': [FAIL], |
| 480 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 483 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
| 481 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 484 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 }], # asan == True | 614 }], # asan == True |
| 612 | 615 |
| 613 ['asan == True or msan == True or tsan == True', { | 616 ['asan == True or msan == True or tsan == True', { |
| 614 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 617 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 615 # The failed allocation causes an asan/msan/tsan error | 618 # The failed allocation causes an asan/msan/tsan error |
| 616 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 619 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 617 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 620 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
| 618 }], # asan == True or msan == True or tsan == True | 621 }], # asan == True or msan == True or tsan == True |
| 619 | 622 |
| 620 ] | 623 ] |
| OLD | NEW |