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

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

Issue 411493002: Update ICU to 5.2 (matching chromium) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « test/intl/intl.status ('k') | 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 13 matching lines...) Expand all
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 [ 28 [
29 [ALWAYS, { 29 [ALWAYS, {
30 ############################### BUGS ################################### 30 ############################### BUGS ###################################
31 31
32 '15.5.4.9_CE': [['no_i18n', SKIP]], 32 '15.5.4.9_CE': [['no_i18n', SKIP]],
33 33
34 # BUG(v8:3455)
35 '11.2.3_b': [FAIL],
36 '12.2.3_b': [FAIL],
37
34 ######################## NEEDS INVESTIGATION ########################### 38 ######################## NEEDS INVESTIGATION ###########################
35 39
36 # These test failures are specific to the intl402 suite and need investigation 40 # These test failures are specific to the intl402 suite and need investigation
37 # to be either marked as bugs with issues filed for them or as deliberate 41 # to be either marked as bugs with issues filed for them or as deliberate
38 # incompatibilities if the test cases turn out to be broken or ambiguous. 42 # incompatibilities if the test cases turn out to be broken or ambiguous.
39 '6.2.3': [FAIL], 43 '6.2.3': [FAIL],
40 '9.2.1_2': [FAIL], 44 '9.2.1_2': [FAIL],
41 '9.2.5_11_g_ii_2': [FAIL],
42 '9.2.6_2': [FAIL], 45 '9.2.6_2': [FAIL],
43 '10.1.1_a': [FAIL], 46 '10.1.1_a': [FAIL],
44 '10.1.1_19_c': [PASS, FAIL], 47 '10.1.1_19_c': [PASS, FAIL],
45 '10.1.2.1_4': [FAIL], 48 '10.1.2.1_4': [FAIL],
46 '10.2.3_b': [PASS, FAIL], 49 '10.2.3_b': [PASS, FAIL],
47 '10.3_a': [FAIL], 50 '10.3_a': [FAIL],
48 '11.1.1_17': [PASS, FAIL], 51 '11.1.1_17': [PASS, FAIL],
49 '11.1.1_19': [PASS, FAIL], 52 '11.1.1_19': [PASS, FAIL],
50 '11.1.1_20_c': [FAIL], 53 '11.1.1_20_c': [FAIL],
51 '11.1.1_a': [FAIL], 54 '11.1.1_a': [FAIL],
52 '11.1.2.1_4': [FAIL], 55 '11.1.2.1_4': [FAIL],
53 '11.3.2_FN_2': [PASS, FAIL], 56 '11.3.2_FN_2': [PASS, FAIL],
54 '11.3.2_TRF': [PASS, FAIL], 57 '11.3.2_TRF': [PASS, FAIL],
55 '11.3.2_TRP': [FAIL],
56 '11.3_a': [FAIL], 58 '11.3_a': [FAIL],
57 '12.1.1_a': [FAIL], 59 '12.1.1_a': [FAIL],
58 '12.1.2.1_4': [FAIL], 60 '12.1.2.1_4': [FAIL],
59 '12.3.2_FDT_7_a_iv': [FAIL], 61 '12.3.2_FDT_7_a_iv': [FAIL],
60 '12.3.3': [FAIL], 62 '12.3.3': [FAIL],
61 '12.3_a': [FAIL], 63 '12.3_a': [FAIL],
62 '15.5.4.9_3': [PASS, FAIL], 64 '15.5.4.9_3': [PASS, FAIL],
63 65
64 ##################### DELIBERATE INCOMPATIBILITIES ##################### 66 ##################### DELIBERATE INCOMPATIBILITIES #####################
65 67
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 109
108 # BUG(3251225): Tests that timeout with --nocrankshaft. 110 # BUG(3251225): Tests that timeout with --nocrankshaft.
109 'S15.1.3.1_A2.4_T1': [SKIP], 111 'S15.1.3.1_A2.4_T1': [SKIP],
110 'S15.1.3.1_A2.5_T1': [SKIP], 112 'S15.1.3.1_A2.5_T1': [SKIP],
111 'S15.1.3.2_A2.4_T1': [SKIP], 113 'S15.1.3.2_A2.4_T1': [SKIP],
112 'S15.1.3.2_A2.5_T1': [SKIP], 114 'S15.1.3.2_A2.5_T1': [SKIP],
113 'S15.1.3.3_A2.3_T1': [SKIP], 115 'S15.1.3.3_A2.3_T1': [SKIP],
114 'S15.1.3.4_A2.3_T1': [SKIP], 116 'S15.1.3.4_A2.3_T1': [SKIP],
115 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 117 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
116 ] 118 ]
OLDNEW
« no previous file with comments | « test/intl/intl.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698