| 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 24 matching lines...) Expand all Loading... |
| 35 | 35 |
| 36 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 36 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
| 37 | 37 |
| 38 # This tests precision of trignometric functions. We're slightly off | 38 # This tests precision of trignometric functions. We're slightly off |
| 39 # from the implementation in libc (~ 1e-17) but it's not clear if we | 39 # from the implementation in libc (~ 1e-17) but it's not clear if we |
| 40 # or they are closer to the right answer, or if it even matters. | 40 # or they are closer to the right answer, or if it even matters. |
| 41 S15.8.2.16_A7: PASS || FAIL_OK | 41 S15.8.2.16_A7: PASS || FAIL_OK |
| 42 S15.8.2.18_A7: PASS || FAIL_OK | 42 S15.8.2.18_A7: PASS || FAIL_OK |
| 43 S15.8.2.13_A23: PASS || FAIL_OK | 43 S15.8.2.13_A23: PASS || FAIL_OK |
| 44 | 44 |
| 45 # We allow calls to regexp exec() with no arguments to fail for | |
| 46 # compatibility reasons. | |
| 47 S15.10.6.2_A1_T16: FAIL_OK | |
| 48 S15.10.6.2_A12: FAIL_OK | |
| 49 S15.10.6.3_A1_T16: FAIL_OK | |
| 50 | |
| 51 # 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. |
| 52 S15.10.6_A2: FAIL_OK | 46 S15.10.6_A2: FAIL_OK |
| 53 | 47 |
| 54 # 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 |
| 55 # errors, for compatibility. | 49 # errors, for compatibility. |
| 56 S15.10.2.11_A1_T2: FAIL | 50 S15.10.2.11_A1_T2: FAIL |
| 57 S15.10.2.11_A1_T3: FAIL | 51 S15.10.2.11_A1_T3: FAIL |
| 58 | 52 |
| 59 # 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 |
| 60 # 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. |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 S15.1.3.2_A2.5_T1: SKIP | 266 S15.1.3.2_A2.5_T1: SKIP |
| 273 S15.1.3.3_A2.3_T1: SKIP | 267 S15.1.3.3_A2.3_T1: SKIP |
| 274 S15.1.3.4_A2.3_T1: SKIP | 268 S15.1.3.4_A2.3_T1: SKIP |
| 275 S15.1.3.1_A2.5_T1: SKIP | 269 S15.1.3.1_A2.5_T1: SKIP |
| 276 S15.1.3.2_A2.5_T1: SKIP | 270 S15.1.3.2_A2.5_T1: SKIP |
| 277 | 271 |
| 278 [ $arch == mips ] | 272 [ $arch == mips ] |
| 279 | 273 |
| 280 # Skip all tests on MIPS. | 274 # Skip all tests on MIPS. |
| 281 *: SKIP | 275 *: SKIP |
| OLD | NEW |