| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 | 172 |
| 173 # Allow keywords as names of properties in object initialisers and | 173 # Allow keywords as names of properties in object initialisers and |
| 174 # in dot-notation property access. | 174 # in dot-notation property access. |
| 175 S11.1.5_A4.1: FAIL_OK | 175 S11.1.5_A4.1: FAIL_OK |
| 176 S11.1.5_A4.2: FAIL_OK | 176 S11.1.5_A4.2: FAIL_OK |
| 177 | 177 |
| 178 # Don't throw type errors when iterating through the undefined object. | 178 # Don't throw type errors when iterating through the undefined object. |
| 179 S9.9_A1: FAIL_OK | 179 S9.9_A1: FAIL_OK |
| 180 S9.9_A2: FAIL_OK | 180 S9.9_A2: FAIL_OK |
| 181 | 181 |
| 182 | |
| 183 ##################### SKIPPED TESTS ##################### | 182 ##################### SKIPPED TESTS ##################### |
| 184 | 183 |
| 185 # These tests take a looong time to run in debug mode. | 184 # These tests take a looong time to run in debug mode. |
| 186 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug | 185 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug |
| 187 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug | 186 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug |
| 188 | 187 |
| 189 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 | 188 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 |
| 190 S8.7_A5_T2: FAIL | 189 S8.7_A5_T2: FAIL |
| 191 | 190 |
| 192 # V8 bugs: http://code.google.com/p/v8/issues/detail?id=1198 | |
| 193 # V8 should not wrap this when calling builtin functions | |
| 194 S15.2.4.3_A12: FAIL | |
| 195 S15.2.4.7_A13: FAIL | |
| 196 # Object.prototype.toString | |
| 197 S15.2.4.2_A12: FAIL | |
| 198 S15.2.4.2_A13: FAIL | |
| 199 # Object.prototype.toLocaleString | |
| 200 S15.2.4.3_A13: FAIL | |
| 201 S15.2.4.4_A13: FAIL | |
| 202 S15.2.4.4_A12: FAIL | |
| 203 # Object.prototype.propertyIsEnumerable | |
| 204 S15.2.4.7_A12: FAIL | |
| 205 # Object.prototype.hasOwnProperty | |
| 206 S15.2.4.5_A12: FAIL | |
| 207 S15.2.4.5_A13: FAIL | |
| 208 # Object.prototype.isPrototypeOf | |
| 209 S15.2.4.6_A13: FAIL | |
| 210 S15.2.4.6_A12: FAIL | |
| 211 | |
| 212 # Invalid test case (recent change adding var changes semantics) | 191 # Invalid test case (recent change adding var changes semantics) |
| 213 S8.3_A1_T1: FAIL | 192 S8.3_A1_T1: FAIL |
| 214 # Test bug: http://code.google.com/p/sputniktests/issues/detail?id=35 | 193 # Test bug: http://code.google.com/p/sputniktests/issues/detail?id=35 |
| 215 S15.5.4.8_A1_T1: FAIL | 194 S15.5.4.8_A1_T1: FAIL |
| 216 # Invalid test case (recent change adding var changes semantics) | 195 # Invalid test case (recent change adding var changes semantics) |
| 217 S15.3_A3_T1: FAIL | 196 S15.3_A3_T1: FAIL |
| 218 # Invalid test case (recent change adding var changes semantics) | 197 # Invalid test case (recent change adding var changes semantics) |
| 219 S15.3_A3_T3: FAIL | 198 S15.3_A3_T3: FAIL |
| 220 | 199 |
| 221 # These tests fail because we had to add bugs to be compatible with JSC. See | 200 # These tests fail because we had to add bugs to be compatible with JSC. See |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 S15.9.5.6_A1_T2: FAIL_OK | 242 S15.9.5.6_A1_T2: FAIL_OK |
| 264 S15.9.5.7_A1_T2: FAIL_OK | 243 S15.9.5.7_A1_T2: FAIL_OK |
| 265 S15.9.5.8_A1_T2: FAIL_OK | 244 S15.9.5.8_A1_T2: FAIL_OK |
| 266 S15.9.5.9_A1_T2: FAIL_OK | 245 S15.9.5.9_A1_T2: FAIL_OK |
| 267 | 246 |
| 268 # Regexps have type "function", not "object". | 247 # Regexps have type "function", not "object". |
| 269 S11.4.3_A3.6: FAIL_OK | 248 S11.4.3_A3.6: FAIL_OK |
| 270 S15.10.7_A3_T2: FAIL_OK | 249 S15.10.7_A3_T2: FAIL_OK |
| 271 S15.10.7_A3_T1: FAIL_OK | 250 S15.10.7_A3_T1: FAIL_OK |
| 272 | 251 |
| 252 |
| 273 [ $arch == arm ] | 253 [ $arch == arm ] |
| 274 | 254 |
| 275 # BUG(3251225): Tests that timeout with --nocrankshaft. | 255 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 276 S15.1.3.1_A2.5_T1: SKIP | 256 S15.1.3.1_A2.5_T1: SKIP |
| 277 S15.1.3.2_A2.5_T1: SKIP | 257 S15.1.3.2_A2.5_T1: SKIP |
| 278 S15.1.3.1_A2.4_T1: SKIP | 258 S15.1.3.1_A2.4_T1: SKIP |
| 279 S15.1.3.1_A2.5_T1: SKIP | 259 S15.1.3.1_A2.5_T1: SKIP |
| 280 S15.1.3.2_A2.4_T1: SKIP | 260 S15.1.3.2_A2.4_T1: SKIP |
| 281 S15.1.3.2_A2.5_T1: SKIP | 261 S15.1.3.2_A2.5_T1: SKIP |
| 282 S15.1.3.3_A2.3_T1: SKIP | 262 S15.1.3.3_A2.3_T1: SKIP |
| 283 S15.1.3.4_A2.3_T1: SKIP | 263 S15.1.3.4_A2.3_T1: SKIP |
| 284 S15.1.3.1_A2.5_T1: SKIP | 264 S15.1.3.1_A2.5_T1: SKIP |
| 285 S15.1.3.2_A2.5_T1: SKIP | 265 S15.1.3.2_A2.5_T1: SKIP |
| 286 | 266 |
| 287 [ $arch == mips ] | 267 [ $arch == mips ] |
| 288 | 268 |
| 289 # Skip all tests on MIPS. | 269 # Skip all tests on MIPS. |
| 290 *: SKIP | 270 *: SKIP |
| OLD | NEW |