| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 # Sputnik tests (r97) assume RegExp.prototype is an Object, not a RegExp. | 45 # Sputnik tests (r97) assume RegExp.prototype is an Object, not a RegExp. |
| 46 S15.10.6_A2: FAIL_OK | 46 S15.10.6_A2: FAIL_OK |
| 47 | 47 |
| 48 # We are silent in some regexp cases where the spec wants us to give | 48 # We are silent in some regexp cases where the spec wants us to give |
| 49 # errors, for compatibility. | 49 # errors, for compatibility. |
| 50 S15.10.2.11_A1_T2: FAIL | 50 S15.10.2.11_A1_T2: FAIL |
| 51 S15.10.2.11_A1_T3: FAIL | 51 S15.10.2.11_A1_T3: FAIL |
| 52 | 52 |
| 53 # We are more lenient in which string character escapes we allow than | 53 # We are more lenient in which string character escapes we allow than |
| 54 # the spec (7.8.4 p. 19) wants us to be. This is for compatibility. | 54 # the spec (7.8.4 p. 19) wants us to be. This is for compatibility. |
| 55 S7.8.4_A4.3_T1: FAIL_OK |
| 55 S7.8.4_A4.3_T2: FAIL_OK | 56 S7.8.4_A4.3_T2: FAIL_OK |
| 56 S7.8.4_A4.3_T2: FAIL_OK | 57 S7.8.4_A4.3_T3: FAIL_OK |
| 57 S7.8.4_A6.2_T2: FAIL_OK | |
| 58 S7.8.4_A6.1_T4: FAIL_OK | |
| 59 S7.8.4_A4.3_T4: FAIL_OK | 58 S7.8.4_A4.3_T4: FAIL_OK |
| 60 S7.8.4_A7.2_T2: FAIL_OK | 59 S7.8.4_A6.4_T1: FAIL_OK |
| 61 S7.8.4_A7.1_T4: FAIL_OK | |
| 62 S7.8.4_A6.4_T2: FAIL_OK | 60 S7.8.4_A6.4_T2: FAIL_OK |
| 61 S7.8.4_A7.4_T1: FAIL_OK |
| 63 S7.8.4_A7.4_T2: FAIL_OK | 62 S7.8.4_A7.4_T2: FAIL_OK |
| 64 S7.8.4_A7.2_T4: FAIL_OK | |
| 65 S7.8.4_A4.3_T6: FAIL_OK | |
| 66 S7.8.4_A7.2_T6: FAIL_OK | |
| 67 S7.8.4_A4.3_T1: FAIL_OK | |
| 68 S7.8.4_A6.2_T1: FAIL_OK | |
| 69 S7.8.4_A4.3_T3: FAIL_OK | |
| 70 S7.8.4_A7.2_T1: FAIL_OK | |
| 71 S7.8.4_A6.4_T1: FAIL_OK | |
| 72 S7.8.4_A7.2_T3: FAIL_OK | |
| 73 S7.8.4_A7.4_T1: FAIL_OK | |
| 74 S7.8.4_A4.3_T5: FAIL_OK | |
| 75 S7.8.4_A7.2_T5: FAIL_OK | |
| 76 S7.8.4_A4.3_T1: FAIL_OK | |
| 77 S7.8.4_A6.2_T1: FAIL_OK | |
| 78 S7.8.4_A4.3_T3: FAIL_OK | |
| 79 S7.8.4_A7.2_T1: FAIL_OK | |
| 80 S7.8.4_A6.4_T1: FAIL_OK | |
| 81 S7.8.4_A7.2_T3: FAIL_OK | |
| 82 S7.8.4_A7.4_T1: FAIL_OK | |
| 83 S7.8.4_A4.3_T5: FAIL_OK | |
| 84 S7.8.4_A7.2_T5: FAIL_OK | |
| 85 | 63 |
| 86 # Sputnik expects unicode escape sequences in RegExp flags to be interpreted. | 64 # Sputnik expects unicode escape sequences in RegExp flags to be interpreted. |
| 87 # The specification requires them to be passed uninterpreted to the RegExp | 65 # The specification requires them to be passed uninterpreted to the RegExp |
| 88 # constructor. We now implement that. | 66 # constructor. We now implement that. |
| 89 S7.8.5_A3.1_T7: FAIL_OK | 67 S7.8.5_A3.1_T7: FAIL_OK |
| 90 S7.8.5_A3.1_T8: FAIL_OK | 68 S7.8.5_A3.1_T8: FAIL_OK |
| 91 S7.8.5_A3.1_T9: FAIL_OK | 69 S7.8.5_A3.1_T9: FAIL_OK |
| 92 | 70 |
| 93 # We allow some keywords to be used as identifiers. | 71 # We allow some keywords to be used as identifiers. |
| 94 S7.5.3_A1.15: FAIL_OK | 72 S7.5.3_A1.15: FAIL_OK |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 S15.1.3.1_A2.5_T1: SKIP | 212 S15.1.3.1_A2.5_T1: SKIP |
| 235 S15.1.3.2_A2.5_T1: SKIP | 213 S15.1.3.2_A2.5_T1: SKIP |
| 236 S15.1.3.1_A2.4_T1: SKIP | 214 S15.1.3.1_A2.4_T1: SKIP |
| 237 S15.1.3.1_A2.5_T1: SKIP | 215 S15.1.3.1_A2.5_T1: SKIP |
| 238 S15.1.3.2_A2.4_T1: SKIP | 216 S15.1.3.2_A2.4_T1: SKIP |
| 239 S15.1.3.2_A2.5_T1: SKIP | 217 S15.1.3.2_A2.5_T1: SKIP |
| 240 S15.1.3.3_A2.3_T1: SKIP | 218 S15.1.3.3_A2.3_T1: SKIP |
| 241 S15.1.3.4_A2.3_T1: SKIP | 219 S15.1.3.4_A2.3_T1: SKIP |
| 242 S15.1.3.1_A2.5_T1: SKIP | 220 S15.1.3.1_A2.5_T1: SKIP |
| 243 S15.1.3.2_A2.5_T1: SKIP | 221 S15.1.3.2_A2.5_T1: SKIP |
| OLD | NEW |