OLD | NEW |
1 | 1 |
2 # Copyright 2011 the V8 project authors. All rights reserved. | 2 # Copyright 2011 the V8 project authors. All rights reserved. |
3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
5 # met: | 5 # met: |
6 # | 6 # |
7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
10 # copyright notice, this list of conditions and the following | 10 # copyright notice, this list of conditions and the following |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 # Object.getPrototypeOf wraps primitive values in ES6. | 201 # Object.getPrototypeOf wraps primitive values in ES6. |
202 '15.2.3.2-1': [FAIL], | 202 '15.2.3.2-1': [FAIL], |
203 '15.2.3.2-1-3': [FAIL], | 203 '15.2.3.2-1-3': [FAIL], |
204 '15.2.3.2-1-4': [FAIL], | 204 '15.2.3.2-1-4': [FAIL], |
205 | 205 |
206 # Object.getOwnPropertyDescriptor wraps primitives in ES6. | 206 # Object.getOwnPropertyDescriptor wraps primitives in ES6. |
207 '15.2.3.3-1': [FAIL], | 207 '15.2.3.3-1': [FAIL], |
208 '15.2.3.3-1-3': [FAIL], | 208 '15.2.3.3-1-3': [FAIL], |
209 '15.2.3.3-1-4': [FAIL], | 209 '15.2.3.3-1-4': [FAIL], |
210 | 210 |
| 211 # Function restricted "caller" and "arguments" properties are defined only on |
| 212 # the intrinsic %FunctionPrototype% (and sloppy functions) in ES6 |
| 213 '13.2-29-s': [FAIL], |
| 214 '13.2-30-s': [FAIL], |
| 215 '13.2-31-s': [FAIL], |
| 216 '13.2-32-s': [FAIL], |
| 217 '13.2-33-s': [FAIL], |
| 218 '13.2-34-s': [FAIL], |
| 219 '13.2-35-s': [FAIL], |
| 220 '13.2-36-s': [FAIL], |
| 221 'S13.2.3_A1': [FAIL], |
| 222 '15.3.4.5-20-1': [FAIL], |
| 223 '15.3.4.5-20-4': [FAIL], |
| 224 '15.3.4.5-20-5': [FAIL], |
| 225 '15.3.4.5-21-1': [FAIL], |
| 226 '15.3.4.5-21-4': [FAIL], |
| 227 '15.3.4.5-21-5': [FAIL], |
| 228 |
| 229 |
211 ######################## NEEDS INVESTIGATION ########################### | 230 ######################## NEEDS INVESTIGATION ########################### |
212 | 231 |
213 # These test failures are specific to the intl402 suite and need investigation | 232 # These test failures are specific to the intl402 suite and need investigation |
214 # to be either marked as bugs with issues filed for them or as deliberate | 233 # to be either marked as bugs with issues filed for them or as deliberate |
215 # incompatibilities if the test cases turn out to be broken or ambiguous. | 234 # incompatibilities if the test cases turn out to be broken or ambiguous. |
216 '6.2.3': [FAIL], | 235 '6.2.3': [FAIL], |
217 '9.2.1_2': [FAIL], | 236 '9.2.1_2': [FAIL], |
218 '9.2.6_2': [FAIL], | 237 '9.2.6_2': [FAIL], |
219 '10.1.1_a': [FAIL], | 238 '10.1.1_a': [FAIL], |
220 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], | 239 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 | 310 |
292 # BUG(3251225): Tests that timeout with --nocrankshaft. | 311 # BUG(3251225): Tests that timeout with --nocrankshaft. |
293 'S15.1.3.1_A2.4_T1': [SKIP], | 312 'S15.1.3.1_A2.4_T1': [SKIP], |
294 'S15.1.3.1_A2.5_T1': [SKIP], | 313 'S15.1.3.1_A2.5_T1': [SKIP], |
295 'S15.1.3.2_A2.4_T1': [SKIP], | 314 'S15.1.3.2_A2.4_T1': [SKIP], |
296 'S15.1.3.2_A2.5_T1': [SKIP], | 315 'S15.1.3.2_A2.5_T1': [SKIP], |
297 'S15.1.3.3_A2.3_T1': [SKIP], | 316 'S15.1.3.3_A2.3_T1': [SKIP], |
298 'S15.1.3.4_A2.3_T1': [SKIP], | 317 'S15.1.3.4_A2.3_T1': [SKIP], |
299 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 318 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
300 ] | 319 ] |
OLD | NEW |