| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 30 matching lines...) Expand all Loading... |
| 41 15.2.3.6-4-410: FAIL | 41 15.2.3.6-4-410: FAIL |
| 42 15.2.3.6-4-415: FAIL | 42 15.2.3.6-4-415: FAIL |
| 43 15.2.3.6-4-420: FAIL | 43 15.2.3.6-4-420: FAIL |
| 44 | 44 |
| 45 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 45 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
| 46 | 46 |
| 47 # We deliberately treat arguments to parseInt() with a leading zero as | 47 # We deliberately treat arguments to parseInt() with a leading zero as |
| 48 # octal numbers in order to not break the web. | 48 # octal numbers in order to not break the web. |
| 49 S15.1.2.2_A5.1_T1: FAIL_OK | 49 S15.1.2.2_A5.1_T1: FAIL_OK |
| 50 | 50 |
| 51 # This tests precision of trignometric functions. We're slightly off | 51 # This tests precision of Math.tan and Math.sin. The implementation for those |
| 52 # from the implementation in libc (~ 1e-17) but it's not clear if we | 52 # trigonometric functions are platform/compiler dependent. Furthermore, the |
| 53 # or they are closer to the right answer, or if it even matters. | 53 # expectation values by far deviates from the actual result given by an |
| 54 # arbitrary-precision calculator, making those tests partly bogus. |
| 54 S15.8.2.16_A7: PASS || FAIL_OK | 55 S15.8.2.16_A7: PASS || FAIL_OK |
| 55 S15.8.2.18_A7: PASS || FAIL_OK | 56 S15.8.2.18_A7: PASS || FAIL_OK |
| 56 S15.8.2.13_A23: PASS || FAIL_OK | |
| 57 | 57 |
| 58 # We are more lenient in which string character escapes we allow than | 58 # We are more lenient in which string character escapes we allow than |
| 59 # the spec (7.8.4 p. 19) wants us to be. This is for compatibility. | 59 # the spec (7.8.4 p. 19) wants us to be. This is for compatibility. |
| 60 S7.8.4_A6.1_T4: FAIL_OK | 60 S7.8.4_A6.1_T4: FAIL_OK |
| 61 S7.8.4_A6.2_T1: FAIL_OK | 61 S7.8.4_A6.2_T1: FAIL_OK |
| 62 S7.8.4_A6.2_T2: FAIL_OK | 62 S7.8.4_A6.2_T2: FAIL_OK |
| 63 S7.8.4_A7.1_T4: FAIL_OK | 63 S7.8.4_A7.1_T4: FAIL_OK |
| 64 S7.8.4_A7.2_T1: FAIL_OK | 64 S7.8.4_A7.2_T1: FAIL_OK |
| 65 S7.8.4_A7.2_T2: FAIL_OK | 65 S7.8.4_A7.2_T2: FAIL_OK |
| 66 S7.8.4_A7.2_T3: FAIL_OK | 66 S7.8.4_A7.2_T3: FAIL_OK |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 S15.1.3.1_A2.5_T1: SKIP | 99 S15.1.3.1_A2.5_T1: SKIP |
| 100 S15.1.3.2_A2.5_T1: SKIP | 100 S15.1.3.2_A2.5_T1: SKIP |
| 101 S15.1.3.1_A2.4_T1: SKIP | 101 S15.1.3.1_A2.4_T1: SKIP |
| 102 S15.1.3.1_A2.5_T1: SKIP | 102 S15.1.3.1_A2.5_T1: SKIP |
| 103 S15.1.3.2_A2.4_T1: SKIP | 103 S15.1.3.2_A2.4_T1: SKIP |
| 104 S15.1.3.2_A2.5_T1: SKIP | 104 S15.1.3.2_A2.5_T1: SKIP |
| 105 S15.1.3.3_A2.3_T1: SKIP | 105 S15.1.3.3_A2.3_T1: SKIP |
| 106 S15.1.3.4_A2.3_T1: SKIP | 106 S15.1.3.4_A2.3_T1: SKIP |
| 107 S15.1.3.1_A2.5_T1: SKIP | 107 S15.1.3.1_A2.5_T1: SKIP |
| 108 S15.1.3.2_A2.5_T1: SKIP | 108 S15.1.3.2_A2.5_T1: SKIP |
| OLD | NEW |