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

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

Issue 698073003: Remove FAIL from test262-es6.status (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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 | « 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 15 matching lines...) Expand all
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 # BUG(v8:3455) 32 # BUG(v8:3455)
33 '11.2.3_b': [FAIL], 33 '11.2.3_b': [FAIL],
34 '12.2.3_b': [FAIL], 34 '12.2.3_b': [FAIL],
35 35
36 # BUG(v8:3642)
37 'S7.6.1.2_A1.26ns': [FAIL],
38
39 # Unicode canonicalization is not available with i18n turned off. 36 # Unicode canonicalization is not available with i18n turned off.
40 '15.5.4.9_CE': [['no_i18n', SKIP]], 37 '15.5.4.9_CE': [['no_i18n', SKIP]],
41 38
42 ###################### NEEDS INVESTIGATION ####################### 39 ###################### NEEDS INVESTIGATION #######################
43 40
44 # Possibly same cause as S8.5_A2.1, below: floating-point tests. 41 # Possibly same cause as S8.5_A2.1, below: floating-point tests.
45 'S15.8.2.16_A7': [PASS, FAIL_OK], 42 'S15.8.2.16_A7': [PASS, FAIL_OK],
46 'S15.8.2.18_A7': [PASS, FAIL_OK], 43 'S15.8.2.18_A7': [PASS, FAIL_OK],
47 'S15.8.2.7_A7': [PASS, FAIL_OK], 44 'S15.8.2.7_A7': [PASS, FAIL_OK],
48 45
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 168
172 # BUG(3251225): Tests that timeout with --nocrankshaft. 169 # BUG(3251225): Tests that timeout with --nocrankshaft.
173 'S15.1.3.1_A2.4_T1': [SKIP], 170 'S15.1.3.1_A2.4_T1': [SKIP],
174 'S15.1.3.1_A2.5_T1': [SKIP], 171 'S15.1.3.1_A2.5_T1': [SKIP],
175 'S15.1.3.2_A2.4_T1': [SKIP], 172 'S15.1.3.2_A2.4_T1': [SKIP],
176 'S15.1.3.2_A2.5_T1': [SKIP], 173 'S15.1.3.2_A2.5_T1': [SKIP],
177 'S15.1.3.3_A2.3_T1': [SKIP], 174 'S15.1.3.3_A2.3_T1': [SKIP],
178 'S15.1.3.4_A2.3_T1': [SKIP], 175 'S15.1.3.4_A2.3_T1': [SKIP],
179 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 176 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
180 ] 177 ]
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