| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'built-ins/Object/defineProperty/15.2.3.6-4-170': [FAIL], | 53 'built-ins/Object/defineProperty/15.2.3.6-4-170': [FAIL], |
| 54 'built-ins/Object/defineProperty/15.2.3.6-4-172': [FAIL], | 54 'built-ins/Object/defineProperty/15.2.3.6-4-172': [FAIL], |
| 55 'built-ins/Object/defineProperty/15.2.3.6-4-173': [FAIL], | 55 'built-ins/Object/defineProperty/15.2.3.6-4-173': [FAIL], |
| 56 'built-ins/Object/defineProperty/15.2.3.6-4-174': [FAIL], | 56 'built-ins/Object/defineProperty/15.2.3.6-4-174': [FAIL], |
| 57 'built-ins/Object/defineProperty/15.2.3.6-4-176': [FAIL], | 57 'built-ins/Object/defineProperty/15.2.3.6-4-176': [FAIL], |
| 58 'built-ins/Object/defineProperty/15.2.3.6-4-177': [FAIL], | 58 'built-ins/Object/defineProperty/15.2.3.6-4-177': [FAIL], |
| 59 | 59 |
| 60 # Unicode canonicalization is not available with i18n turned off. | 60 # Unicode canonicalization is not available with i18n turned off. |
| 61 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]], | 61 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]], |
| 62 | 62 |
| 63 # Issue 4493: Open issues before we can ship general purpose inlining. | |
| 64 'built-ins/Math/acos/S15.8.2.2_A5': [PASS, NO_VARIANTS], | |
| 65 'built-ins/Math/acos/S15.8.2.2_A6': [PASS, NO_VARIANTS], | |
| 66 'built-ins/Math/asin/S15.8.2.3_A6': [PASS, NO_VARIANTS], | |
| 67 'built-ins/Math/atan/S15.8.2.4_A6': [PASS, NO_VARIANTS], | |
| 68 'built-ins/Math/atan2/S15.8.2.5_A7': [PASS, NO_VARIANTS], | |
| 69 'built-ins/Math/atan2/S15.8.2.5_A2': [PASS, NO_VARIANTS], | |
| 70 'built-ins/Math/atan2/S15.8.2.5_A3': [PASS, NO_VARIANTS], | |
| 71 'built-ins/Math/atan2/S15.8.2.5_A11': [PASS, NO_VARIANTS], | |
| 72 'built-ins/Math/atan2/S15.8.2.5_A12': [PASS, NO_VARIANTS], | |
| 73 'built-ins/Math/atan2/S15.8.2.5_A13': [PASS, NO_VARIANTS], | |
| 74 'built-ins/Math/atan2/S15.8.2.5_A15': [PASS, NO_VARIANTS], | |
| 75 'built-ins/Math/atan2/S15.8.2.5_A17': [PASS, NO_VARIANTS], | |
| 76 'built-ins/Math/atan2/S15.8.2.5_A18': [PASS, NO_VARIANTS], | |
| 77 'built-ins/Math/atan2/S15.8.2.5_A19': [PASS, NO_VARIANTS], | |
| 78 'built-ins/Math/atan2/S15.8.2.5_A24': [PASS, NO_VARIANTS], | |
| 79 'built-ins/Math/log/S15.8.2.10_A6': [PASS, NO_VARIANTS], | |
| 80 'built-ins/Math/pow/S15.8.2.13_A24': [PASS, NO_VARIANTS], | |
| 81 'built-ins/Math/sqrt/S15.8.2.17_A6': [PASS, NO_VARIANTS], | |
| 82 | |
| 83 ###################### NEEDS INVESTIGATION ####################### | 63 ###################### NEEDS INVESTIGATION ####################### |
| 84 | 64 |
| 85 # Possibly same cause as S8.5_A2.1, below: floating-point tests. | 65 # Possibly same cause as S8.5_A2.1, below: floating-point tests. |
| 86 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], | 66 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], |
| 87 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], | 67 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], |
| 88 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], | 68 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], |
| 89 | 69 |
| 90 # This is an incompatibility between ES5 and V8 on enumerating | 70 # This is an incompatibility between ES5 and V8 on enumerating |
| 91 # shadowed elements in a for..in loop. | 71 # shadowed elements in a for..in loop. |
| 92 # https://code.google.com/p/v8/issues/detail?id=705 | 72 # https://code.google.com/p/v8/issues/detail?id=705 |
| (...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 | 839 |
| 860 # BUG(3251225): Tests that timeout with --nocrankshaft. | 840 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 861 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 841 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 862 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 842 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 863 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 843 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 864 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 844 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 865 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 845 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 866 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 846 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 867 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 847 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 868 ] | 848 ] |
| OLD | NEW |