| 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 14 matching lines...) Expand all Loading... |
| 92 S7.8.4_A4.3_T1: FAIL_OK | 83 S7.8.4_A4.3_T1: FAIL_OK |
| 93 S7.8.4_A6.2_T1: FAIL_OK | 84 S7.8.4_A6.2_T1: FAIL_OK |
| 94 S7.8.4_A4.3_T3: FAIL_OK | 85 S7.8.4_A4.3_T3: FAIL_OK |
| 95 S7.8.4_A7.2_T1: FAIL_OK | 86 S7.8.4_A7.2_T1: FAIL_OK |
| 96 S7.8.4_A6.4_T1: FAIL_OK | 87 S7.8.4_A6.4_T1: FAIL_OK |
| 97 S7.8.4_A7.2_T3: FAIL_OK | 88 S7.8.4_A7.2_T3: FAIL_OK |
| 98 S7.8.4_A7.4_T1: FAIL_OK | 89 S7.8.4_A7.4_T1: FAIL_OK |
| 99 S7.8.4_A4.3_T5: FAIL_OK | 90 S7.8.4_A4.3_T5: FAIL_OK |
| 100 S7.8.4_A7.2_T5: FAIL_OK | 91 S7.8.4_A7.2_T5: FAIL_OK |
| 101 | 92 |
| 93 # Sputnik expects unicode escape sequences in RegExp flags to be interpreted. |
| 94 # The specification requires them to be passed uninterpreted to the RegExp |
| 95 # constructor. We now implement that. |
| 96 S7.8.5_A3.1_T7: FAIL_OK |
| 97 S7.8.5_A3.1_T8: FAIL_OK |
| 98 S7.8.5_A3.1_T9: FAIL_OK |
| 99 |
| 102 # We allow some keywords to be used as identifiers. | 100 # We allow some keywords to be used as identifiers. |
| 103 S7.5.3_A1.15: FAIL_OK | 101 S7.5.3_A1.15: FAIL_OK |
| 104 S7.5.3_A1.18: FAIL_OK | 102 S7.5.3_A1.18: FAIL_OK |
| 105 S7.5.3_A1.21: FAIL_OK | 103 S7.5.3_A1.21: FAIL_OK |
| 106 S7.5.3_A1.22: FAIL_OK | 104 S7.5.3_A1.22: FAIL_OK |
| 107 S7.5.3_A1.23: FAIL_OK | 105 S7.5.3_A1.23: FAIL_OK |
| 108 S7.5.3_A1.24: FAIL_OK | 106 S7.5.3_A1.24: FAIL_OK |
| 109 S7.5.3_A1.26: FAIL_OK | 107 S7.5.3_A1.26: FAIL_OK |
| 110 | 108 |
| 111 # This checks for non-262 behavior | 109 # This checks for non-262 behavior |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 S15.1.3.2_A2.5_T1: SKIP | 252 S15.1.3.2_A2.5_T1: SKIP |
| 255 S15.1.3.3_A2.3_T1: SKIP | 253 S15.1.3.3_A2.3_T1: SKIP |
| 256 S15.1.3.4_A2.3_T1: SKIP | 254 S15.1.3.4_A2.3_T1: SKIP |
| 257 S15.1.3.1_A2.5_T1: SKIP | 255 S15.1.3.1_A2.5_T1: SKIP |
| 258 S15.1.3.2_A2.5_T1: SKIP | 256 S15.1.3.2_A2.5_T1: SKIP |
| 259 | 257 |
| 260 [ $arch == mips ] | 258 [ $arch == mips ] |
| 261 | 259 |
| 262 # Skip all tests on MIPS. | 260 # Skip all tests on MIPS. |
| 263 *: SKIP | 261 *: SKIP |
| OLD | NEW |