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 20 matching lines...) Expand all Loading... |
31 | 31 |
32 chapter07: UNIMPLEMENTED | 32 chapter07: UNIMPLEMENTED |
33 chapter08: UNIMPLEMENTED | 33 chapter08: UNIMPLEMENTED |
34 chapter10: UNIMPLEMENTED | 34 chapter10: UNIMPLEMENTED |
35 chapter11: UNIMPLEMENTED | 35 chapter11: UNIMPLEMENTED |
36 chapter12: UNIMPLEMENTED | 36 chapter12: UNIMPLEMENTED |
37 chapter13: UNIMPLEMENTED | 37 chapter13: UNIMPLEMENTED |
38 chapter14: UNIMPLEMENTED | 38 chapter14: UNIMPLEMENTED |
39 chapter15/15.1: UNIMPLEMENTED | 39 chapter15/15.1: UNIMPLEMENTED |
40 chapter15/15.2/15.2.3/15.2.3.1: UNIMPLEMENTED | 40 chapter15/15.2/15.2.3/15.2.3.1: UNIMPLEMENTED |
41 chapter15/15.2/15.2.3/15.2.3.4: UNIMPLEMENTED | |
42 chapter15/15.2/15.2.3/15.2.3.5: UNIMPLEMENTED | 41 chapter15/15.2/15.2.3/15.2.3.5: UNIMPLEMENTED |
43 chapter15/15.2/15.2.3/15.2.3.6: UNIMPLEMENTED | 42 chapter15/15.2/15.2.3/15.2.3.6: UNIMPLEMENTED |
44 chapter15/15.2/15.2.3/15.2.3.7: UNIMPLEMENTED | 43 chapter15/15.2/15.2.3/15.2.3.7: UNIMPLEMENTED |
45 chapter15/15.2/15.2.3/15.2.3.8: UNIMPLEMENTED | 44 chapter15/15.2/15.2.3/15.2.3.8: UNIMPLEMENTED |
46 chapter15/15.2/15.2.3/15.2.3.9: UNIMPLEMENTED | 45 chapter15/15.2/15.2.3/15.2.3.9: UNIMPLEMENTED |
47 chapter15/15.2/15.2.3/15.2.3.10: UNIMPLEMENTED | 46 chapter15/15.2/15.2.3/15.2.3.10: UNIMPLEMENTED |
48 chapter15/15.2/15.2.3/15.2.3.11: UNIMPLEMENTED | 47 chapter15/15.2/15.2.3/15.2.3.11: UNIMPLEMENTED |
49 chapter15/15.2/15.2.3/15.2.3.12: UNIMPLEMENTED | 48 chapter15/15.2/15.2.3/15.2.3.12: UNIMPLEMENTED |
50 chapter15/15.2/15.2.3/15.2.3.13: UNIMPLEMENTED | 49 chapter15/15.2/15.2.3/15.2.3.13: UNIMPLEMENTED |
51 | 50 |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 | 133 |
135 # Errors have wrong descriptor (should all be false) | 134 # Errors have wrong descriptor (should all be false) |
136 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-216: FAIL_OK | 135 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-216: FAIL_OK |
137 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-217: FAIL_OK | 136 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-217: FAIL_OK |
138 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-218: FAIL_OK | 137 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-218: FAIL_OK |
139 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-219: FAIL_OK | 138 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-219: FAIL_OK |
140 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-220: FAIL_OK | 139 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-220: FAIL_OK |
141 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-221: FAIL_OK | 140 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-221: FAIL_OK |
142 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-222: FAIL_OK | 141 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-222: FAIL_OK |
143 | 142 |
| 143 # Object.getOwnPropertyNames |
| 144 chapter15/15.2/15.2.3/15.2.3.4: PASS |
| 145 |
| 146 # All of the tests below marked SUBSETFAIL (in 15.2.3.4) fail because |
| 147 # the tests assumes that objects can not have more properties |
| 148 # than those described in the spec - but according to spec they can |
| 149 # have additional properties. |
| 150 # All compareArray calls in these tests could be exchanged with a |
| 151 # isSubsetOfArray call (I will upload a path to the es5conform site) |
| 152 |
| 153 # SUBSETFAIL |
| 154 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1: FAIL_OK |
| 155 |
| 156 # SUBSETFAIL + we do not implement all methods on Object |
| 157 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2: FAIL_OK |
| 158 |
| 159 # SUBSETFAIL |
| 160 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-3: FAIL_OK |
| 161 |
| 162 # SUBSETFAIL + we do not implement Function.prototype.bind |
| 163 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-4: FAIL_OK |
| 164 |
| 165 # SUBSETFAIL |
| 166 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-5: FAIL_OK |
| 167 |
| 168 # SUBSETFAIL |
| 169 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-6: FAIL_OK |
| 170 |
| 171 # SUBSETFAIL |
| 172 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-7: FAIL_OK |
| 173 |
| 174 # SUBSETFAIL |
| 175 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-8: FAIL_OK |
| 176 |
| 177 # SUBSETFAIL |
| 178 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-9: FAIL_OK |
| 179 |
| 180 # SUBSETFAIL |
| 181 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-11: FAIL_OK |
| 182 |
| 183 # We do not implement all methods on RegExp |
| 184 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-13: FAIL_OK |
| 185 |
| 186 # SUBSETFAIL |
| 187 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-14: FAIL_OK |
| 188 |
| 189 # EvalError.prototype does not have message property |
| 190 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-15: FAIL_OK |
| 191 |
| 192 # Rangeerror.prototype does not have message property |
| 193 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-16: FAIL_OK |
| 194 |
| 195 # ReferenceError.prototype does not have message property |
| 196 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-17: FAIL_OK |
| 197 |
| 198 # SyntaxError.prototype does not have message property |
| 199 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-18: FAIL_OK |
| 200 |
| 201 # TypeError.prototype does not have message property |
| 202 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-19: FAIL_OK |
| 203 |
| 204 # URIError.prototype does not have message property |
| 205 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-20: FAIL_OK |
| 206 |
| 207 # SUBSETFAIL |
| 208 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-22: FAIL_OK |
| 209 |
| 210 # SUBSETFAIL |
| 211 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-23: FAIL_OK |
| 212 |
| 213 # SUBSETFAIL |
| 214 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-24: FAIL_OK |
| 215 |
| 216 # SUBSETFAIL |
| 217 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-25: FAIL_OK |
| 218 |
| 219 # SUBSETFAIL |
| 220 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-26: FAIL_OK |
| 221 |
| 222 # SUBSETFAIL |
| 223 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-27: FAIL_OK |
| 224 |
| 225 # SUBSETFAIL |
| 226 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-28: FAIL_OK |
| 227 |
| 228 # SUBSETFAIL |
| 229 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-29: FAIL_OK |
| 230 |
| 231 # SUBSETFAIL |
| 232 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-30: FAIL_OK |
| 233 |
| 234 # SUBSETFAIL |
| 235 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-31: FAIL_OK |
| 236 |
| 237 # SUBSETFAIL |
| 238 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-32: FAIL_OK |
| 239 |
| 240 # SUBSETFAIL |
| 241 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-33: FAIL_OK |
| 242 |
| 243 # SUBSETFAIL |
| 244 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-34: FAIL_OK |
| 245 |
| 246 # SUBSETFAIL |
| 247 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-35: FAIL_OK |
| 248 |
| 249 # getOwnPropertyDescriptor not implemented on array indices |
| 250 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-1: FAIL_OK |
| 251 |
| 252 |
| 253 |
144 | 254 |
145 # Object.keys | 255 # Object.keys |
146 chapter15/15.2/15.2.3/15.2.3.14: PASS | 256 chapter15/15.2/15.2.3/15.2.3.14: PASS |
147 | 257 |
148 # We fail this because Object.keys returns numbers for element indices | 258 # We fail this because Object.keys returns numbers for element indices |
149 # rather than strings. | 259 # rather than strings. |
150 chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-3: FAIL_OK | 260 chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-3: FAIL_OK |
151 | 261 |
152 chapter15/15.3: UNIMPLEMENTED | 262 chapter15/15.3: UNIMPLEMENTED |
153 | 263 |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 # Uses a array index number as a property | 327 # Uses a array index number as a property |
218 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-1: FAIL_OK | 328 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-1: FAIL_OK |
219 | 329 |
220 | 330 |
221 chapter15/15.5: UNIMPLEMENTED | 331 chapter15/15.5: UNIMPLEMENTED |
222 chapter15/15.6: UNIMPLEMENTED | 332 chapter15/15.6: UNIMPLEMENTED |
223 chapter15/15.7: UNIMPLEMENTED | 333 chapter15/15.7: UNIMPLEMENTED |
224 chapter15/15.9: UNIMPLEMENTED | 334 chapter15/15.9: UNIMPLEMENTED |
225 chapter15/15.10: UNIMPLEMENTED | 335 chapter15/15.10: UNIMPLEMENTED |
226 chapter15/15.12: UNIMPLEMENTED | 336 chapter15/15.12: UNIMPLEMENTED |
OLD | NEW |