Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: test/test262/test262.status

Issue 2305793002: Skip new test262 toLocaleLowerCase test under noi18n build (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 593
594 # Unicode regexp case mapping is not available with i18n turned off. 594 # Unicode regexp case mapping is not available with i18n turned off.
595 'language/literals/regexp/u-case-mapping': [SKIP], 595 'language/literals/regexp/u-case-mapping': [SKIP],
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/special_casing_conditional': [FA IL], 604 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL],
604 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], 605 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
605 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], 606 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL],
606 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], 607 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL],
607 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], 608 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL],
608 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], 609 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL],
609 610
610 # Locale-sensitive case-conversion is not available with i18n off. 611 # Locale-sensitive case-conversion is not available with i18n off.
611 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], 612 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL],
612 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] , 613 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] ,
(...skipping 25 matching lines...) Expand all
638 }], # asan == True 639 }], # asan == True
639 640
640 ['asan == True or msan == True or tsan == True', { 641 ['asan == True or msan == True or tsan == True', {
641 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 642 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
642 # The failed allocation causes an asan/msan/tsan error 643 # The failed allocation causes an asan/msan/tsan error
643 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 644 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
644 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 645 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
645 }], # asan == True or msan == True or tsan == True 646 }], # asan == True or msan == True or tsan == True
646 647
647 ] 648 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698