OLD | NEW |
1 | |
2 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 the V8 project authors. All rights reserved. |
3 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
4 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
5 # met: | 4 # met: |
6 # | 5 # |
7 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
8 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
9 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
10 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
11 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 'S15.9.5.40_A3_T2': [FAIL], | 182 'S15.9.5.40_A3_T2': [FAIL], |
184 'S15.9.5.41_A3_T2': [FAIL], | 183 'S15.9.5.41_A3_T2': [FAIL], |
185 'S15.9.5.42_A3_T2': [FAIL], | 184 'S15.9.5.42_A3_T2': [FAIL], |
186 'S15.9.5.4_A3_T2': [FAIL], | 185 'S15.9.5.4_A3_T2': [FAIL], |
187 'S15.9.5.5_A3_T2': [FAIL], | 186 'S15.9.5.5_A3_T2': [FAIL], |
188 'S15.9.5.6_A3_T2': [FAIL], | 187 'S15.9.5.6_A3_T2': [FAIL], |
189 'S15.9.5.7_A3_T2': [FAIL], | 188 'S15.9.5.7_A3_T2': [FAIL], |
190 'S15.9.5.8_A3_T2': [FAIL], | 189 'S15.9.5.8_A3_T2': [FAIL], |
191 'S15.9.5.9_A3_T2': [FAIL], | 190 'S15.9.5.9_A3_T2': [FAIL], |
192 | 191 |
193 # Object.getPrototypeOf wraps primitive values in ES6. | |
194 '15.2.3.2-1': [FAIL], | |
195 '15.2.3.2-1-3': [FAIL], | |
196 '15.2.3.2-1-4': [FAIL], | |
197 | |
198 ######################## NEEDS INVESTIGATION ########################### | 192 ######################## NEEDS INVESTIGATION ########################### |
199 | 193 |
200 # These test failures are specific to the intl402 suite and need investigation | 194 # These test failures are specific to the intl402 suite and need investigation |
201 # to be either marked as bugs with issues filed for them or as deliberate | 195 # to be either marked as bugs with issues filed for them or as deliberate |
202 # incompatibilities if the test cases turn out to be broken or ambiguous. | 196 # incompatibilities if the test cases turn out to be broken or ambiguous. |
203 '6.2.3': [FAIL], | 197 '6.2.3': [FAIL], |
204 '9.2.1_2': [FAIL], | 198 '9.2.1_2': [FAIL], |
205 '9.2.6_2': [FAIL], | 199 '9.2.6_2': [FAIL], |
206 '10.1.1_a': [FAIL], | 200 '10.1.1_a': [FAIL], |
207 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], | 201 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 | 272 |
279 # BUG(3251225): Tests that timeout with --nocrankshaft. | 273 # BUG(3251225): Tests that timeout with --nocrankshaft. |
280 'S15.1.3.1_A2.4_T1': [SKIP], | 274 'S15.1.3.1_A2.4_T1': [SKIP], |
281 'S15.1.3.1_A2.5_T1': [SKIP], | 275 'S15.1.3.1_A2.5_T1': [SKIP], |
282 'S15.1.3.2_A2.4_T1': [SKIP], | 276 'S15.1.3.2_A2.4_T1': [SKIP], |
283 'S15.1.3.2_A2.5_T1': [SKIP], | 277 'S15.1.3.2_A2.5_T1': [SKIP], |
284 'S15.1.3.3_A2.3_T1': [SKIP], | 278 'S15.1.3.3_A2.3_T1': [SKIP], |
285 'S15.1.3.4_A2.3_T1': [SKIP], | 279 'S15.1.3.4_A2.3_T1': [SKIP], |
286 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 280 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
287 ] | 281 ] |
OLD | NEW |