| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 | 312 |
| 313 | 313 |
| 314 # We do not detect overflow in bounds for back references and {} | 314 # We do not detect overflow in bounds for back references and {} |
| 315 # quantifiers. Might fix by parsing numbers differently? | 315 # quantifiers. Might fix by parsing numbers differently? |
| 316 'js1_5/Regress/regress-230216-2': [FAIL_OK], | 316 'js1_5/Regress/regress-230216-2': [FAIL_OK], |
| 317 | 317 |
| 318 | 318 |
| 319 # Regexp too long for PCRE. | 319 # Regexp too long for PCRE. |
| 320 'js1_5/Regress/regress-280769': [PASS, FAIL], | 320 'js1_5/Regress/regress-280769': [PASS, FAIL], |
| 321 'js1_5/Regress/regress-280769-1': [PASS, FAIL], | 321 'js1_5/Regress/regress-280769-1': [PASS, FAIL], |
| 322 'js1_5/Regress/regress-280769-2': [PASS, FAIL], | 322 'js1_5/Regress/regress-280769-2': [PASS, FAIL, TIMEOUT], |
| 323 'js1_5/Regress/regress-280769-4': [PASS, FAIL], | 323 'js1_5/Regress/regress-280769-4': [PASS, FAIL], |
| 324 'js1_5/Regress/regress-280769-5': [PASS, FAIL], | 324 'js1_5/Regress/regress-280769-5': [PASS, FAIL], |
| 325 | 325 |
| 326 | 326 |
| 327 # We do not support static RegExp.multiline - should we?. | 327 # We do not support static RegExp.multiline - should we?. |
| 328 'js1_2/regexp/RegExp_multiline': [FAIL_OK], | 328 'js1_2/regexp/RegExp_multiline': [FAIL_OK], |
| 329 'js1_2/regexp/RegExp_multiline_as_array': [FAIL_OK], | 329 'js1_2/regexp/RegExp_multiline_as_array': [FAIL_OK], |
| 330 'js1_2/regexp/beginLine': [FAIL_OK], | 330 'js1_2/regexp/beginLine': [FAIL_OK], |
| 331 'js1_2/regexp/endLine': [FAIL_OK], | 331 'js1_2/regexp/endLine': [FAIL_OK], |
| 332 | 332 |
| (...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 'js1_5/Regress/regress-416628': [SKIP], | 926 'js1_5/Regress/regress-416628': [SKIP], |
| 927 'js1_5/extensions/regress-371636': [SKIP], | 927 'js1_5/extensions/regress-371636': [SKIP], |
| 928 'ecma_3/RegExp/regress-330684': [SKIP], | 928 'ecma_3/RegExp/regress-330684': [SKIP], |
| 929 'ecma_3/RegExp/regress-307456': [SKIP], | 929 'ecma_3/RegExp/regress-307456': [SKIP], |
| 930 'js1_5/Regress/regress-303213': [SKIP], | 930 'js1_5/Regress/regress-303213': [SKIP], |
| 931 'js1_5/extensions/regress-330569': [SKIP], | 931 'js1_5/extensions/regress-330569': [SKIP], |
| 932 'js1_5/extensions/regress-351448': [SKIP], | 932 'js1_5/extensions/regress-351448': [SKIP], |
| 933 'js1_5/extensions/regress-336410-1': [SKIP], | 933 'js1_5/extensions/regress-336410-1': [SKIP], |
| 934 }], # 'arch == arm64 and simulator_run == True' | 934 }], # 'arch == arm64 and simulator_run == True' |
| 935 ] | 935 ] |
| OLD | NEW |