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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 | 596 |
597 # BUG(v8:4437). | 597 # BUG(v8:4437). |
598 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], | 598 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], |
599 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo
rm': [SKIP], | 599 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo
rm': [SKIP], |
600 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p
arameter': [SKIP], | 600 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p
arameter': [SKIP], |
601 | 601 |
602 # Case-conversion is not fully compliant to the Unicode spec with i18n off. | 602 # Case-conversion is not fully compliant to the Unicode spec with i18n off. |
603 'built-ins/String/prototype/toLocaleLowerCase/Final_Sigma_U180E': [FAIL], | 603 'built-ins/String/prototype/toLocaleLowerCase/Final_Sigma_U180E': [FAIL], |
604 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], | 604 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], |
605 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], | 605 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], |
| 606 'built-ins/String/prototype/toLowerCase/Final_Sigma_U180E': [FAIL], |
606 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], | 607 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], |
607 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], | 608 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], |
608 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], | 609 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], |
609 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], | 610 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], |
610 | 611 |
611 # Locale-sensitive case-conversion is not available with i18n off. | 612 # Locale-sensitive case-conversion is not available with i18n off. |
612 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], | 613 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], |
613 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL]
, | 614 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL]
, |
614 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], | 615 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], |
615 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], | 616 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], |
(...skipping 23 matching lines...) Expand all Loading... |
639 }], # asan == True | 640 }], # asan == True |
640 | 641 |
641 ['asan == True or msan == True or tsan == True', { | 642 ['asan == True or msan == True or tsan == True', { |
642 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 643 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
643 # The failed allocation causes an asan/msan/tsan error | 644 # The failed allocation causes an asan/msan/tsan error |
644 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 645 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
645 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 646 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
646 }], # asan == True or msan == True or tsan == True | 647 }], # asan == True or msan == True or tsan == True |
647 | 648 |
648 ] | 649 ] |
OLD | NEW |