| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 says for dates to default to the local timezone if none is specified | 284 # ES6 says for dates to default to the local timezone if none is specified |
| 285 '15.9.1.15-1': [FAIL], | 285 '15.9.1.15-1': [FAIL], |
| 286 | 286 |
| 287 # ES6 makes Date.prototype an Object, not a Date |
| 288 '15.9.5.40_1': [FAIL], |
| 289 |
| 287 ######################## NEEDS INVESTIGATION ########################### | 290 ######################## NEEDS INVESTIGATION ########################### |
| 288 | 291 |
| 289 # These test failures are specific to the intl402 suite and need investigation | 292 # These test failures are specific to the intl402 suite and need investigation |
| 290 # to be either marked as bugs with issues filed for them or as deliberate | 293 # to be either marked as bugs with issues filed for them or as deliberate |
| 291 # incompatibilities if the test cases turn out to be broken or ambiguous. | 294 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 292 '6.2.3': [FAIL], | 295 '6.2.3': [FAIL], |
| 293 '9.2.1_2': [FAIL], | 296 '9.2.1_2': [FAIL], |
| 294 '9.2.6_2': [FAIL], | 297 '9.2.6_2': [FAIL], |
| 295 '10.1.1_a': [FAIL], | 298 '10.1.1_a': [FAIL], |
| 296 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], | 299 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 | 370 |
| 368 # BUG(3251225): Tests that timeout with --nocrankshaft. | 371 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 369 'S15.1.3.1_A2.4_T1': [SKIP], | 372 'S15.1.3.1_A2.4_T1': [SKIP], |
| 370 'S15.1.3.1_A2.5_T1': [SKIP], | 373 'S15.1.3.1_A2.5_T1': [SKIP], |
| 371 'S15.1.3.2_A2.4_T1': [SKIP], | 374 'S15.1.3.2_A2.4_T1': [SKIP], |
| 372 'S15.1.3.2_A2.5_T1': [SKIP], | 375 'S15.1.3.2_A2.5_T1': [SKIP], |
| 373 'S15.1.3.3_A2.3_T1': [SKIP], | 376 'S15.1.3.3_A2.3_T1': [SKIP], |
| 374 'S15.1.3.4_A2.3_T1': [SKIP], | 377 'S15.1.3.4_A2.3_T1': [SKIP], |
| 375 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 378 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 376 ] | 379 ] |
| OLD | NEW |