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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 '15.2.3.12-1-1': [FAIL], | 274 '15.2.3.12-1-1': [FAIL], |
275 '15.2.3.12-1-2': [FAIL], | 275 '15.2.3.12-1-2': [FAIL], |
276 '15.2.3.12-1-3': [FAIL], | 276 '15.2.3.12-1-3': [FAIL], |
277 '15.2.3.12-1-4': [FAIL], | 277 '15.2.3.12-1-4': [FAIL], |
278 '15.2.3.13-1': [FAIL], | 278 '15.2.3.13-1': [FAIL], |
279 '15.2.3.13-1-1': [FAIL], | 279 '15.2.3.13-1-1': [FAIL], |
280 '15.2.3.13-1-2': [FAIL], | 280 '15.2.3.13-1-2': [FAIL], |
281 '15.2.3.13-1-3': [FAIL], | 281 '15.2.3.13-1-3': [FAIL], |
282 '15.2.3.13-1-4': [FAIL], | 282 '15.2.3.13-1-4': [FAIL], |
283 | 283 |
| 284 # ES6 RegExp test calls ToLength, not ToUint32 |
| 285 'S15.10.6.2_A5_T3': [FAIL], |
| 286 |
284 ######################## NEEDS INVESTIGATION ########################### | 287 ######################## NEEDS INVESTIGATION ########################### |
285 | 288 |
286 # These test failures are specific to the intl402 suite and need investigation | 289 # These test failures are specific to the intl402 suite and need investigation |
287 # to be either marked as bugs with issues filed for them or as deliberate | 290 # to be either marked as bugs with issues filed for them or as deliberate |
288 # incompatibilities if the test cases turn out to be broken or ambiguous. | 291 # incompatibilities if the test cases turn out to be broken or ambiguous. |
289 '6.2.3': [FAIL], | 292 '6.2.3': [FAIL], |
290 '9.2.1_2': [FAIL], | 293 '9.2.1_2': [FAIL], |
291 '9.2.6_2': [FAIL], | 294 '9.2.6_2': [FAIL], |
292 '10.1.1_a': [FAIL], | 295 '10.1.1_a': [FAIL], |
293 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], | 296 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 | 367 |
365 # BUG(3251225): Tests that timeout with --nocrankshaft. | 368 # BUG(3251225): Tests that timeout with --nocrankshaft. |
366 'S15.1.3.1_A2.4_T1': [SKIP], | 369 'S15.1.3.1_A2.4_T1': [SKIP], |
367 'S15.1.3.1_A2.5_T1': [SKIP], | 370 'S15.1.3.1_A2.5_T1': [SKIP], |
368 'S15.1.3.2_A2.4_T1': [SKIP], | 371 'S15.1.3.2_A2.4_T1': [SKIP], |
369 'S15.1.3.2_A2.5_T1': [SKIP], | 372 'S15.1.3.2_A2.5_T1': [SKIP], |
370 'S15.1.3.3_A2.3_T1': [SKIP], | 373 'S15.1.3.3_A2.3_T1': [SKIP], |
371 'S15.1.3.4_A2.3_T1': [SKIP], | 374 'S15.1.3.4_A2.3_T1': [SKIP], |
372 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 375 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
373 ] | 376 ] |
OLD | NEW |