| 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 19 matching lines...) Expand all Loading... |
| 30 | 30 |
| 31 ############################### BUGS ################################### | 31 ############################### BUGS ################################### |
| 32 | 32 |
| 33 # A bound function should fail on access to 'caller' and 'arguments'. | 33 # A bound function should fail on access to 'caller' and 'arguments'. |
| 34 S15.3.4.5_A1: FAIL | 34 S15.3.4.5_A1: FAIL |
| 35 S15.3.4.5_A2: FAIL | 35 S15.3.4.5_A2: FAIL |
| 36 | 36 |
| 37 # '__proto__' should be treated as a normal property in JSON. | 37 # '__proto__' should be treated as a normal property in JSON. |
| 38 S15.12.2_A1: FAIL | 38 S15.12.2_A1: FAIL |
| 39 | 39 |
| 40 # Assert is triggered by this test: http://code.google.com/p/v8/issues/detail?id
=1689 |
| 41 S13_A18: SKIP |
| 42 |
| 40 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 43 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
| 41 | 44 |
| 42 # This tests precision of trignometric functions. We're slightly off | 45 # This tests precision of trignometric functions. We're slightly off |
| 43 # from the implementation in libc (~ 1e-17) but it's not clear if we | 46 # from the implementation in libc (~ 1e-17) but it's not clear if we |
| 44 # or they are closer to the right answer, or if it even matters. | 47 # or they are closer to the right answer, or if it even matters. |
| 45 S15.8.2.16_A7: PASS || FAIL_OK | 48 S15.8.2.16_A7: PASS || FAIL_OK |
| 46 S15.8.2.18_A7: PASS || FAIL_OK | 49 S15.8.2.18_A7: PASS || FAIL_OK |
| 47 S15.8.2.13_A23: PASS || FAIL_OK | 50 S15.8.2.13_A23: PASS || FAIL_OK |
| 48 | 51 |
| 49 # We allow calls to regexp exec() with no arguments to fail for | 52 # We allow calls to regexp exec() with no arguments to fail for |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 S15.1.3.2_A2.5_T1: SKIP | 255 S15.1.3.2_A2.5_T1: SKIP |
| 253 S15.1.3.3_A2.3_T1: SKIP | 256 S15.1.3.3_A2.3_T1: SKIP |
| 254 S15.1.3.4_A2.3_T1: SKIP | 257 S15.1.3.4_A2.3_T1: SKIP |
| 255 S15.1.3.1_A2.5_T1: SKIP | 258 S15.1.3.1_A2.5_T1: SKIP |
| 256 S15.1.3.2_A2.5_T1: SKIP | 259 S15.1.3.2_A2.5_T1: SKIP |
| 257 | 260 |
| 258 [ $arch == mips ] | 261 [ $arch == mips ] |
| 259 | 262 |
| 260 # Skip all tests on MIPS. | 263 # Skip all tests on MIPS. |
| 261 *: SKIP | 264 *: SKIP |
| OLD | NEW |