| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug | 263 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug |
| 264 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug | 264 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug |
| 265 | 265 |
| 266 | 266 |
| 267 # These tests fail because we had to add bugs to be compatible with JSC. See | 267 # These tests fail because we had to add bugs to be compatible with JSC. See |
| 268 # http://code.google.com/p/chromium/issues/detail?id=1717 | 268 # http://code.google.com/p/chromium/issues/detail?id=1717 |
| 269 S15.4.4_A1.1_T2: FAIL_OK | 269 S15.4.4_A1.1_T2: FAIL_OK |
| 270 S15.5.4.1_A1_T2: FAIL_OK | 270 S15.5.4.1_A1_T2: FAIL_OK |
| 271 S15.5.4_A1: FAIL_OK | 271 S15.5.4_A1: FAIL_OK |
| 272 S15.5.4_A3: FAIL_OK | 272 S15.5.4_A3: FAIL_OK |
| 273 S15.9.3.1_A3_T1.1: FAIL_OK | |
| 274 S15.9.3.1_A3_T2.1: FAIL_OK | |
| 275 S15.9.3.1_A3_T3.1: FAIL_OK | |
| 276 S15.9.3.1_A3_T4.1: FAIL_OK | |
| 277 S15.9.3.1_A3_T5.1: FAIL_OK | |
| 278 S15.9.3.1_A3_T6.1: FAIL_OK | |
| 279 S15.9.3.2_A3_T1.1: FAIL_OK | |
| 280 S15.9.5.10_A1_T2: FAIL_OK | 273 S15.9.5.10_A1_T2: FAIL_OK |
| 281 S15.9.5.11_A1_T2: FAIL_OK | 274 S15.9.5.11_A1_T2: FAIL_OK |
| 282 S15.9.5.12_A1_T2: FAIL_OK | 275 S15.9.5.12_A1_T2: FAIL_OK |
| 283 S15.9.5.13_A1_T2: FAIL_OK | 276 S15.9.5.13_A1_T2: FAIL_OK |
| 284 S15.9.5.14_A1_T2: FAIL_OK | 277 S15.9.5.14_A1_T2: FAIL_OK |
| 285 S15.9.5.15_A1_T2: FAIL_OK | 278 S15.9.5.15_A1_T2: FAIL_OK |
| 286 S15.9.5.16_A1_T2: FAIL_OK | 279 S15.9.5.16_A1_T2: FAIL_OK |
| 287 S15.9.5.17_A1_T2: FAIL_OK | 280 S15.9.5.17_A1_T2: FAIL_OK |
| 288 S15.9.5.18_A1_T2: FAIL_OK | 281 S15.9.5.18_A1_T2: FAIL_OK |
| 289 S15.9.5.19_A1_T2: FAIL_OK | 282 S15.9.5.19_A1_T2: FAIL_OK |
| (...skipping 26 matching lines...) Expand all Loading... |
| 316 S15.9.5.5_A1_T2: FAIL_OK | 309 S15.9.5.5_A1_T2: FAIL_OK |
| 317 S15.9.5.6_A1_T2: FAIL_OK | 310 S15.9.5.6_A1_T2: FAIL_OK |
| 318 S15.9.5.7_A1_T2: FAIL_OK | 311 S15.9.5.7_A1_T2: FAIL_OK |
| 319 S15.9.5.8_A1_T2: FAIL_OK | 312 S15.9.5.8_A1_T2: FAIL_OK |
| 320 S15.9.5.9_A1_T2: FAIL_OK | 313 S15.9.5.9_A1_T2: FAIL_OK |
| 321 | 314 |
| 322 # Regexps have type "function", not "object". | 315 # Regexps have type "function", not "object". |
| 323 S11.4.3_A3.6: FAIL_OK | 316 S11.4.3_A3.6: FAIL_OK |
| 324 S15.10.7_A3_T2: FAIL_OK | 317 S15.10.7_A3_T2: FAIL_OK |
| 325 S15.10.7_A3_T1: FAIL_OK | 318 S15.10.7_A3_T1: FAIL_OK |
| OLD | NEW |