| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 # https://code.google.com/p/v8/issues/detail?id=4119 | 414 # https://code.google.com/p/v8/issues/detail?id=4119 |
| 415 'built-ins/RegExp/15.10.4.1-1': [FAIL], | 415 'built-ins/RegExp/15.10.4.1-1': [FAIL], |
| 416 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL], | 416 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL], |
| 417 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL], | 417 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL], |
| 418 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL], | 418 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL], |
| 419 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL], | 419 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL], |
| 420 | 420 |
| 421 # https://code.google.com/p/v8/issues/detail?id=4003 | 421 # https://code.google.com/p/v8/issues/detail?id=4003 |
| 422 'built-ins/RegExp/prototype/15.10.6': [FAIL], | 422 'built-ins/RegExp/prototype/15.10.6': [FAIL], |
| 423 | 423 |
| 424 # https://code.google.com/p/v8/issues/detail?id=4244 | |
| 425 'built-ins/RegExp/prototype/exec/S15.10.6.2_A5_T3': [FAIL], | |
| 426 | |
| 427 # https://code.google.com/p/v8/issues/detail?id=4006 | 424 # https://code.google.com/p/v8/issues/detail?id=4006 |
| 428 'built-ins/String/prototype/S15.5.4_A1': [FAIL], | 425 'built-ins/String/prototype/S15.5.4_A1': [FAIL], |
| 429 'built-ins/String/prototype/S15.5.4_A2': [FAIL], | 426 'built-ins/String/prototype/S15.5.4_A2': [FAIL], |
| 430 'built-ins/String/prototype/S15.5.4_A3': [FAIL], | 427 'built-ins/String/prototype/S15.5.4_A3': [FAIL], |
| 431 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], | 428 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], |
| 432 | 429 |
| 433 # https://code.google.com/p/v8/issues/detail?id=4245 | 430 # https://code.google.com/p/v8/issues/detail?id=4245 |
| 434 '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], |
| 435 | 432 |
| 436 # 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... |
| 755 | 752 |
| 756 # BUG(3251225): Tests that timeout with --nocrankshaft. | 753 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 757 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 754 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 758 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 755 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 759 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 756 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 760 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 757 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 761 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 758 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 762 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 759 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 763 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 760 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 764 ] | 761 ] |
| OLD | NEW |