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

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

Issue 2827033: Even more cleanup of es5 test expectations. ... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 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 | « 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 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 21 matching lines...) Expand all
32 # Non UTF8 characters in test files. 32 # Non UTF8 characters in test files.
33 chapter10/10.4/10.4.2/10.4.2-3-c-2-s: FAIL_OK 33 chapter10/10.4/10.4.2/10.4.2-3-c-2-s: FAIL_OK
34 chapter10/10.4/10.4.2/10.4.2-3-c-1-s: FAIL_OK 34 chapter10/10.4/10.4.2/10.4.2-3-c-1-s: FAIL_OK
35 chapter10/10.4/10.4.2/10.4.2-2-c-1: FAIL_OK 35 chapter10/10.4/10.4.2/10.4.2-2-c-1: FAIL_OK
36 36
37 # We do not implement the error chekcs specified in the production rules 37 # We do not implement the error chekcs specified in the production rules
38 # of 11.1.5 (Object initializer). 38 # of 11.1.5 (Object initializer).
39 # We are compatible with Safari and Firefox. 39 # We are compatible with Safari and Firefox.
40 chapter11/11.1/11.1.5: UNIMPLEMENTED 40 chapter11/11.1/11.1.5: UNIMPLEMENTED
41 41
42 # Issue 759, see http://code.google.com/p/v8/issues/detail?id=759 42 # Delete returns true in eval even when it should return false.
43 chapter11/11.4/11.4.1//11.4.1-4.a-5: FAIL_OK 43 # Please see http://code.google.com/p/v8/issues/detail?id=759
44 chapter11/11.4/11.4.1//11.4.1-4.a-7: FAIL_OK 44 chapter11/11.4/11.4.1//11.4.1-4.a-5: FAIL
45 chapter11/11.4/11.4.1//11.4.1-4.a-7: FAIL
45 46
46 47
47 # We do not have a global object called 'global' as required by tests. 48 # We do not have a global object called 'global' as required by tests.
48 chapter15/15.1: FAIL_OK 49 chapter15/15.1: FAIL_OK
49 50
50 # NOT IMPLEMENTED: seal 51 # NOT IMPLEMENTED: seal
51 chapter15/15.2/15.2.3/15.2.3.8: UNIMPLEMENTED 52 chapter15/15.2/15.2.3/15.2.3.8: UNIMPLEMENTED
52 # NOT IMPLEMENTED: freeze 53 # NOT IMPLEMENTED: freeze
53 chapter15/15.2/15.2.3/15.2.3.9: UNIMPLEMENTED 54 chapter15/15.2/15.2.3/15.2.3.9: UNIMPLEMENTED
54 # NOT IMPLEMENTED: preventExtensions 55 # NOT IMPLEMENTED: preventExtensions
55 chapter15/15.2/15.2.3/15.2.3.10: UNIMPLEMENTED 56 chapter15/15.2/15.2.3/15.2.3.10: UNIMPLEMENTED
56 # NOT IMPLEMENTED: isSealed 57 # NOT IMPLEMENTED: isSealed
57 chapter15/15.2/15.2.3/15.2.3.11: UNIMPLEMENTED 58 chapter15/15.2/15.2.3/15.2.3.11: UNIMPLEMENTED
58 # NOT IMPLEMENTED: isFrozen 59 # NOT IMPLEMENTED: isFrozen
59 chapter15/15.2/15.2.3/15.2.3.12: UNIMPLEMENTED 60 chapter15/15.2/15.2.3/15.2.3.12: UNIMPLEMENTED
60 # NOT IMPLEMENTED: isExtensible 61 # NOT IMPLEMENTED: isExtensible
61 chapter15/15.2/15.2.3/15.2.3.13: UNIMPLEMENTED 62 chapter15/15.2/15.2.3/15.2.3.13: UNIMPLEMENTED
62 63
63 # NOT IMPLEMENTED: seal 64 # NOT IMPLEMENTED: seal
64 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20: FAIL_OK 65 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20: UNIMPLEMENTED
65 66
66 # NOT IMPLEMENTED: freeze 67 # NOT IMPLEMENTED: freeze
67 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-21: FAIL_OK 68 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-21: UNIMPLEMENTED
68 69
69 # NOT IMPLEMENTED: preventExtensions 70 # NOT IMPLEMENTED: preventExtensions
70 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-22: FAIL_OK 71 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-22: UNIMPLEMENTED
71 72
72 # NOT IMPLEMENTED: isSealed 73 # NOT IMPLEMENTED: isSealed
73 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23: FAIL_OK 74 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23: UNIMPLEMENTED
74 75
75 # NOT IMPLEMENTED: isFrozen 76 # NOT IMPLEMENTED: isFrozen
76 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-24: FAIL_OK 77 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-24: UNIMPLEMENTED
77 78
78 # NOT IMPLEMENTED: isExtensible 79 # NOT IMPLEMENTED: isExtensible
79 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-25: FAIL_OK 80 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-25: UNIMPLEMENTED
80 81
81 # NOT IMPLEMENTED: bind 82 # NOT IMPLEMENTED: bind
82 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: FAIL_OK 83 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: UNIMPLEMENTED
83 84
84 # NaN is writable. 85 # NaN is writable. We are compatible with JSC.
85 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK 86 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK
86 # Infinity is writable. 87 # Infinity is writable. We are compatible with JSC.
87 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK 88 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK
88 # undefined is writable. 89 # undefined is writable. We are compatible with JSC.
89 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK 90 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK
90 91
91 # Our Function object has an "arguments" property which is used as a 92 # Our Function object has an "arguments" property which is used as a
92 # non-property in the test. 93 # non-property in the test.
93 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183: FAIL_OK 94 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183: FAIL_OK
94 95
95 # Our Function object has a "caller" property which is used as a 96 # Our Function object has a "caller" property which is used as a
96 # non-property in in the test. 97 # non-property in in the test.
97 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184: FAIL_OK 98 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184: FAIL_OK
98 99
99 # Our function object has a name property which is used as a 100 # Our function object has a name property which is used as a
100 # non-property in the test. 101 # non-property in the test.
101 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-188: FAIL_OK 102 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-188: FAIL_OK
102 103
103 # NOT IMPLEMENTED: RegExp.prototype.source 104 # NOT IMPLEMENTED: RegExp.prototype.source
104 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-212: FAIL_OK 105 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-212: UNIMPLEMENTED
105 106
106 # NOT IMPLEMENTED: RegExp.prototype.global 107 # NOT IMPLEMENTED: RegExp.prototype.global
107 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-213: FAIL_OK 108 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-213: UNIMPLEMENTED
108 109
109 # NOT IMPLEMENTED: RegExp.prototype.ignoreCase 110 # NOT IMPLEMENTED: RegExp.prototype.ignoreCase
110 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214: FAIL_OK 111 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214: UNIMPLEMENTED
111 112
112 # NOT IMPLEMENTED: RegExp.prototype.multiline 113 # NOT IMPLEMENTED: RegExp.prototype.multiline
113 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215: FAIL_OK 114 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215: UNIMPLEMENTED
114 115
115 # All of the tests below marked SUBSETFAIL (in 15.2.3.4) fail because 116 # All of the tests below marked SUBSETFAIL (in 15.2.3.4) fail because
116 # the tests assumes that objects can not have more properties 117 # the tests assumes that objects can not have more properties
117 # than those described in the spec - but according to spec they can 118 # than those described in the spec - but according to spec they can
118 # have additional properties. 119 # have additional properties.
119 # All compareArray calls in these tests could be exchanged with a 120 # All compareArray calls in these tests could be exchanged with a
120 # isSubsetOfArray call (I will upload a path to the es5conform site). 121 # isSubsetOfArray call (I will upload a path to the es5conform site).
121 122
122 # SUBSETFAIL 123 # SUBSETFAIL
123 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1: FAIL_OK 124 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1: FAIL_OK
(...skipping 19 matching lines...) Expand all
143 # SUBSETFAIL 144 # SUBSETFAIL
144 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-8: FAIL_OK 145 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-8: FAIL_OK
145 146
146 # SUBSETFAIL 147 # SUBSETFAIL
147 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-9: FAIL_OK 148 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-9: FAIL_OK
148 149
149 # SUBSETFAIL 150 # SUBSETFAIL
150 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-11: FAIL_OK 151 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-11: FAIL_OK
151 152
152 # We do not implement all methods on RegExp. 153 # We do not implement all methods on RegExp.
153 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-13: FAIL_OK 154 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-13: FAIL
154 155
155 # SUBSETFAIL 156 # SUBSETFAIL
156 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-14: FAIL_OK 157 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-14: FAIL_OK
157 158
158 # EvalError.prototype does not have message property. 159 # EvalError.prototype does not have message property.
159 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-15: FAIL_OK 160 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-15: FAIL
160 161
161 # Rangeerror.prototype does not have message property. 162 # Rangeerror.prototype does not have message property.
162 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-16: FAIL_OK 163 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-16: FAIL
163 164
164 # ReferenceError.prototype does not have message property. 165 # ReferenceError.prototype does not have message property.
165 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-17: FAIL_OK 166 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-17: FAIL
166 167
167 # SyntaxError.prototype does not have message property. 168 # SyntaxError.prototype does not have message property.
168 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-18: FAIL_OK 169 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-18: FAIL
169 170
170 # TypeError.prototype does not have message property. 171 # TypeError.prototype does not have message property.
171 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-19: FAIL_OK 172 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-19: FAIL
172 173
173 # URIError.prototype does not have message property. 174 # URIError.prototype does not have message property.
174 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-20: FAIL_OK 175 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-20: FAIL
175 176
176 # SUBSETFAIL 177 # SUBSETFAIL
177 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-22: FAIL_OK 178 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-22: FAIL_OK
178 179
179 # SUBSETFAIL 180 # SUBSETFAIL
180 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-23: FAIL_OK 181 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-23: FAIL_OK
181 182
182 # SUBSETFAIL 183 # SUBSETFAIL
183 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-24: FAIL_OK 184 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-24: FAIL_OK
184 185
(...skipping 24 matching lines...) Expand all
209 # SUBSETFAIL 210 # SUBSETFAIL
210 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-33: FAIL_OK 211 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-33: FAIL_OK
211 212
212 # SUBSETFAIL 213 # SUBSETFAIL
213 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-34: FAIL_OK 214 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-34: FAIL_OK
214 215
215 # SUBSETFAIL 216 # SUBSETFAIL
216 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-35: FAIL_OK 217 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-35: FAIL_OK
217 218
218 # NOT IMPLEMENTED: bind on Function.prototype. 219 # NOT IMPLEMENTED: bind on Function.prototype.
219 chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-1: FAIL_OK 220 chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-1: UNIMPLEMENTED
220 221
221 # Wrong test - the spec does not say anything about throwing errors 222 # Bad test - the spec does not say anything about throwing errors
222 # on calling Array.prototype.indexOf with undefined as argument. 223 # on calling Array.prototype.indexOf with undefined as argument.
223 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1: FAIL_OK 224 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1: FAIL_OK
224 225
225 # Wrong test - the spec does not say anything about throwing errors 226 # Bad test - the spec does not say anything about throwing errors
226 # on calling Array.prototype.indexOf with null as argument. 227 # on calling Array.prototype.indexOf with null as argument.
227 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2: FAIL_OK 228 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2: FAIL_OK
228 229
229 # Wrong assumption - according to spec some returns a Boolean, not a number. 230 # Bad test - the test at the end should be "i === true".
231 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10: FAIL_OK
232
233 # Bad test - according to spec some returns a Boolean, not a number.
230 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9: FAIL_OK 234 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9: FAIL_OK
231 235
232 # Same as 15.4.4.16-7-7 236 # Bad test - uses unitialized variable a in precondition check.
233 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-7: FAIL_OK
234
235 # Same as 15.4.4.16-10-8
236 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10: FAIL_OK
237
238 # Same as 15.4.4.16-7-7
239 chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-6: FAIL_OK
240
241 # Same as 15.4.4.16-7-7
242 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-7: FAIL_OK
243
244 # Wrong test - uses unitialized variable a in precondition check.
245 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-3: FAIL_OK 237 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-3: FAIL_OK
246 238
247 # We do not implement Array mapping functions correctly if array 239 # We do not implement Array mapping functions correctly if array
248 # entries are added for nonexistent entries smaller than length by 240 # entries are added for nonexistent entries smaller than length by
249 # the callback function. 241 # the callback function. We are compatible with JSC.
250 # See http://code.google.com/p/v8/issues/detail?id=755 242 # See http://code.google.com/p/v8/issues/detail?id=755
251 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-1: FAIL_OK 243 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-1: FAIL_OK
252 244
253 # Wrong tests, path in test file is wrong. This will crash the test 245 # Bad tests, path in test file is wrong. This will crash the test
254 # script so we mark it unimplemented. 246 # script so we mark it SKIP.
255 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4: UNIMPLEMENTED 247 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4: SKIP
256 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s: UNIMPLEMENTED 248 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s: SKIP
257 249
258 # Wrong test - deleting the property on o in callbackfn will 250 # Bad test - deleting the property on o in callbackfn will
259 # have no effect on the actual array on which reduceRight is called. 251 # have no effect on the actual array on which reduceRight is called.
260 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7: FAIL_OK 252 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7: FAIL_OK
261 253
262 # We do not implement trim correctly on null and undefined. 254 # We do not implement trim correctly on null and undefined.
263 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-1: FAIL_OK 255 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-1: FAIL
264 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-2: FAIL_OK 256 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-2: FAIL
265 257
266 # We do not correctly recognize \uFEFF as whitespace 258 # We do not correctly recognize \uFEFF as whitespace
267 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10: FAIL_OK 259 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10: FAIL
268 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18: FAIL_OK 260 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18: FAIL
269 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34: FAIL_OK 261 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34: FAIL
270 262
271 # RegExp.prototype is not of type RegExp - we are bug compatible with JSC. 263 # RegExp.prototype is not of type RegExp - we are bug compatible with JSC.
272 chapter15/15.10/15.10.6/15.10.6: FAIL_OK 264 chapter15/15.10/15.10.6/15.10.6: FAIL_OK
273 265
274 # We do not have the properties of a RegExp instance on RegExp.prototype. 266 # We do not have the properties of a RegExp instance on RegExp.prototype.
275 # The spec says we should - but we are currently bug compatible with JSC. 267 # The spec says we should - but we are currently bug compatible with JSC.
276 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-1: FAIL_OK 268 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-1: FAIL_OK
277 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2: FAIL_OK 269 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2: FAIL_OK
278 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1: FAIL_OK 270 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1: FAIL_OK
279 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2: FAIL_OK 271 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2: FAIL_OK
280 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1: FAIL_OK 272 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1: FAIL_OK
281 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK 273 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK
282 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK 274 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK
283 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK 275 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK
284 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK 276 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK
285 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK 277 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK
286 278
287 [ $arch == mips ] 279 [ $arch == mips ]
288 280
289 # Skip all tests on MIPS. 281 # Skip all tests on MIPS.
290 *: SKIP 282 *: SKIP
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