OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 # https://code.google.com/p/v8/issues/detail?id=4119 | 411 # https://code.google.com/p/v8/issues/detail?id=4119 |
412 'built-ins/RegExp/15.10.4.1-1': [FAIL], | 412 'built-ins/RegExp/15.10.4.1-1': [FAIL], |
413 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL], | 413 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL], |
414 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL], | 414 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL], |
415 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL], | 415 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL], |
416 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL], | 416 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL], |
417 | 417 |
418 # https://code.google.com/p/v8/issues/detail?id=4003 | 418 # https://code.google.com/p/v8/issues/detail?id=4003 |
419 'built-ins/RegExp/prototype/15.10.6': [FAIL], | 419 'built-ins/RegExp/prototype/15.10.6': [FAIL], |
420 | 420 |
| 421 # https://code.google.com/p/v8/issues/detail?id=4244 |
| 422 'built-ins/RegExp/prototype/exec/S15.10.6.2_A5_T3': [FAIL], |
| 423 |
421 # https://code.google.com/p/v8/issues/detail?id=4006 | 424 # https://code.google.com/p/v8/issues/detail?id=4006 |
422 'built-ins/String/prototype/S15.5.4_A1': [FAIL], | 425 'built-ins/String/prototype/S15.5.4_A1': [FAIL], |
423 'built-ins/String/prototype/S15.5.4_A2': [FAIL], | 426 'built-ins/String/prototype/S15.5.4_A2': [FAIL], |
424 'built-ins/String/prototype/S15.5.4_A3': [FAIL], | 427 'built-ins/String/prototype/S15.5.4_A3': [FAIL], |
425 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], | 428 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], |
426 | 429 |
427 # https://code.google.com/p/v8/issues/detail?id=4245 | 430 # https://code.google.com/p/v8/issues/detail?id=4245 |
428 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], | 431 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], |
429 | 432 |
430 # The order of adding the name property is wrong | 433 # The order of adding the name property is wrong |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 | 752 |
750 # BUG(3251225): Tests that timeout with --nocrankshaft. | 753 # BUG(3251225): Tests that timeout with --nocrankshaft. |
751 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 754 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
752 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 755 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
753 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 756 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
754 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 757 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
755 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 758 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
756 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 759 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
757 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 760 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
758 ] | 761 ] |
OLD | NEW |