| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 'S15.7.4.2_A2_T30': [FAIL], | 256 'S15.7.4.2_A2_T30': [FAIL], |
| 257 'S15.7.4.2_A2_T31': [FAIL], | 257 'S15.7.4.2_A2_T31': [FAIL], |
| 258 'S15.7.4.2_A2_T32': [FAIL], | 258 'S15.7.4.2_A2_T32': [FAIL], |
| 259 'S15.7.4.2_A2_T33': [FAIL], | 259 'S15.7.4.2_A2_T33': [FAIL], |
| 260 'S15.7.4.2_A2_T34': [FAIL], | 260 'S15.7.4.2_A2_T34': [FAIL], |
| 261 'S15.7.4.4_A1_T01': [FAIL], | 261 'S15.7.4.4_A1_T01': [FAIL], |
| 262 'S15.7.4.4_A1_T02': [FAIL], | 262 'S15.7.4.4_A1_T02': [FAIL], |
| 263 'S15.7.4.5_A1.1_T01': [FAIL], | 263 'S15.7.4.5_A1.1_T01': [FAIL], |
| 264 'S15.7.4_A1': [FAIL], | 264 'S15.7.4_A1': [FAIL], |
| 265 | 265 |
| 266 # Function restricted "caller" and "arguments" properties are defined only on |
| 267 # the intrinsic %FunctionPrototype% (and sloppy functions) in ES6 |
| 268 '13.2-29-s': [FAIL], |
| 269 '13.2-30-s': [FAIL], |
| 270 '13.2-31-s': [FAIL], |
| 271 '13.2-32-s': [FAIL], |
| 272 '13.2-33-s': [FAIL], |
| 273 '13.2-34-s': [FAIL], |
| 274 '13.2-35-s': [FAIL], |
| 275 '13.2-36-s': [FAIL], |
| 276 'S13.2.3_A1': [FAIL], |
| 277 '15.3.4.5-20-1': [FAIL], |
| 278 '15.3.4.5-20-4': [FAIL], |
| 279 '15.3.4.5-20-5': [FAIL], |
| 280 '15.3.4.5-21-1': [FAIL], |
| 281 '15.3.4.5-21-4': [FAIL], |
| 282 '15.3.4.5-21-5': [FAIL], |
| 283 |
| 266 ######################## NEEDS INVESTIGATION ########################### | 284 ######################## NEEDS INVESTIGATION ########################### |
| 267 | 285 |
| 268 # These test failures are specific to the intl402 suite and need investigation | 286 # These test failures are specific to the intl402 suite and need investigation |
| 269 # to be either marked as bugs with issues filed for them or as deliberate | 287 # to be either marked as bugs with issues filed for them or as deliberate |
| 270 # incompatibilities if the test cases turn out to be broken or ambiguous. | 288 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 271 '6.2.3': [FAIL], | 289 '6.2.3': [FAIL], |
| 272 '9.2.1_2': [FAIL], | 290 '9.2.1_2': [FAIL], |
| 273 '9.2.6_2': [FAIL], | 291 '9.2.6_2': [FAIL], |
| 274 '10.1.1_a': [FAIL], | 292 '10.1.1_a': [FAIL], |
| 275 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], | 293 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 | 364 |
| 347 # BUG(3251225): Tests that timeout with --nocrankshaft. | 365 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 348 'S15.1.3.1_A2.4_T1': [SKIP], | 366 'S15.1.3.1_A2.4_T1': [SKIP], |
| 349 'S15.1.3.1_A2.5_T1': [SKIP], | 367 'S15.1.3.1_A2.5_T1': [SKIP], |
| 350 'S15.1.3.2_A2.4_T1': [SKIP], | 368 'S15.1.3.2_A2.4_T1': [SKIP], |
| 351 'S15.1.3.2_A2.5_T1': [SKIP], | 369 'S15.1.3.2_A2.5_T1': [SKIP], |
| 352 'S15.1.3.3_A2.3_T1': [SKIP], | 370 'S15.1.3.3_A2.3_T1': [SKIP], |
| 353 'S15.1.3.4_A2.3_T1': [SKIP], | 371 'S15.1.3.4_A2.3_T1': [SKIP], |
| 354 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 372 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 355 ] | 373 ] |
| OLD | NEW |