| OLD | NEW |
| 1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 # We allow calls to regexp exec() with no arguments to fail for | 49 # We allow calls to regexp exec() with no arguments to fail for |
| 50 # compatibility reasons. | 50 # compatibility reasons. |
| 51 S15.10.6.2_A1_T16: FAIL_OK | 51 S15.10.6.2_A1_T16: FAIL_OK |
| 52 S15.10.6.2_A12: FAIL_OK | 52 S15.10.6.2_A12: FAIL_OK |
| 53 S15.10.6.3_A1_T16: FAIL_OK | 53 S15.10.6.3_A1_T16: FAIL_OK |
| 54 | 54 |
| 55 # We are silent in some regexp cases where the spec wants us to give | 55 # We are silent in some regexp cases where the spec wants us to give |
| 56 # errors, for compatibility. | 56 # errors, for compatibility. |
| 57 S15.10.2.11_A1_T2: FAIL | 57 S15.10.2.11_A1_T2: FAIL |
| 58 S15.10.2.11_A1_T3: FAIL | 58 S15.10.2.11_A1_T3: FAIL |
| 59 S15.10.4.1_A5_T1: FAIL | |
| 60 S15.10.4.1_A5_T2: FAIL | |
| 61 S15.10.4.1_A5_T3: FAIL | |
| 62 S15.10.4.1_A5_T4: FAIL | |
| 63 S15.10.4.1_A5_T5: FAIL | |
| 64 S15.10.4.1_A5_T6: FAIL | |
| 65 S15.10.4.1_A5_T7: FAIL | |
| 66 S15.10.4.1_A5_T8: FAIL | |
| 67 S15.10.4.1_A5_T9: FAIL | |
| 68 | 59 |
| 69 # We are more lenient in which string character escapes we allow than | 60 # We are more lenient in which string character escapes we allow than |
| 70 # the spec (7.8.4 p. 19) wants us to be. This is for compatibility. | 61 # the spec (7.8.4 p. 19) wants us to be. This is for compatibility. |
| 71 S7.8.4_A4.3_T2: FAIL_OK | 62 S7.8.4_A4.3_T2: FAIL_OK |
| 72 S7.8.4_A4.3_T2: FAIL_OK | 63 S7.8.4_A4.3_T2: FAIL_OK |
| 73 S7.8.4_A6.2_T2: FAIL_OK | 64 S7.8.4_A6.2_T2: FAIL_OK |
| 74 S7.8.4_A6.1_T4: FAIL_OK | 65 S7.8.4_A6.1_T4: FAIL_OK |
| 75 S7.8.4_A4.3_T4: FAIL_OK | 66 S7.8.4_A4.3_T4: FAIL_OK |
| 76 S7.8.4_A7.2_T2: FAIL_OK | 67 S7.8.4_A7.2_T2: FAIL_OK |
| 77 S7.8.4_A7.1_T4: FAIL_OK | 68 S7.8.4_A7.1_T4: FAIL_OK |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 S15.1.3.2_A2.5_T1: SKIP | 252 S15.1.3.2_A2.5_T1: SKIP |
| 262 S15.1.3.3_A2.3_T1: SKIP | 253 S15.1.3.3_A2.3_T1: SKIP |
| 263 S15.1.3.4_A2.3_T1: SKIP | 254 S15.1.3.4_A2.3_T1: SKIP |
| 264 S15.1.3.1_A2.5_T1: SKIP | 255 S15.1.3.1_A2.5_T1: SKIP |
| 265 S15.1.3.2_A2.5_T1: SKIP | 256 S15.1.3.2_A2.5_T1: SKIP |
| 266 | 257 |
| 267 [ $arch == mips ] | 258 [ $arch == mips ] |
| 268 | 259 |
| 269 # Skip all tests on MIPS. | 260 # Skip all tests on MIPS. |
| 270 *: SKIP | 261 *: SKIP |
| OLD | NEW |