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

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

Issue 1408693003: [test] Mark some test262 intl tests as failing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 790 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
791 'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP], 791 'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP],
792 'intl402/9.2.6_4_b': [SKIP], 792 'intl402/9.2.6_4_b': [SKIP],
793 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP], 793 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP],
794 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP], 794 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP],
795 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP], 795 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP],
796 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP], 796 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP],
797 'language/statements/const/syntax/const-invalid-assignment-next-expression-for ': [SKIP], 797 'language/statements/const/syntax/const-invalid-assignment-next-expression-for ': [SKIP],
798 }], # ALWAYS 798 }], # ALWAYS
799 799
800 ['system == linux', {
801 # BUG(v8:4437).
802 'intl402/Collator/10.1.1_19_c': [PASS, FAIL],
803 'intl402/Collator/9.2.5_11_g_ii_2': [PASS, FAIL],
804 'intl402/NumberFormat/11.1.1_17': [PASS, FAIL],
805 'intl402/NumberFormat/11.1.1_19': [PASS, FAIL],
806 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [PASS, FAIL],
807 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [PASS, FAIL],
808 }], # system == linux
809
800 ['system == macos', { 810 ['system == macos', {
801 'intl402/11.3.2_TRP': [FAIL], 811 'intl402/11.3.2_TRP': [FAIL],
802 'intl402/9.2.5_11_g_ii_2': [FAIL], 812 'intl402/9.2.5_11_g_ii_2': [FAIL],
803 813
804 # BUG(v8:4437). 814 # BUG(v8:4437).
805 'intl402/Collator/10.1.1_19_c': [SKIP], 815 'intl402/Collator/10.1.1_19_c': [SKIP],
806 'intl402/Collator/9.2.5_11_g_ii_2': [SKIP], 816 'intl402/Collator/9.2.5_11_g_ii_2': [SKIP],
807 'intl402/NumberFormat/11.1.1_17': [SKIP], 817 'intl402/NumberFormat/11.1.1_17': [SKIP],
808 'intl402/NumberFormat/11.1.1_19': [SKIP], 818 'intl402/NumberFormat/11.1.1_19': [SKIP],
809 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [SKIP], 819 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [SKIP],
(...skipping 16 matching lines...) Expand all
826 836
827 # BUG(3251225): Tests that timeout with --nocrankshaft. 837 # BUG(3251225): Tests that timeout with --nocrankshaft.
828 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 838 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
829 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 839 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
830 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 840 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
831 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 841 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
832 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 842 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
833 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 843 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
834 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 844 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
835 ] 845 ]
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