OLD | NEW |
1 | 1 |
2 # Copyright 2011 the V8 project authors. All rights reserved. | 2 # Copyright 2011 the V8 project authors. All rights reserved. |
3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
5 # met: | 5 # met: |
6 # | 6 # |
7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
10 # copyright notice, this list of conditions and the following | 10 # copyright notice, this list of conditions and the following |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'S15.9.5.6_A3_T2': [FAIL], | 188 'S15.9.5.6_A3_T2': [FAIL], |
189 'S15.9.5.7_A3_T2': [FAIL], | 189 'S15.9.5.7_A3_T2': [FAIL], |
190 'S15.9.5.8_A3_T2': [FAIL], | 190 'S15.9.5.8_A3_T2': [FAIL], |
191 'S15.9.5.9_A3_T2': [FAIL], | 191 'S15.9.5.9_A3_T2': [FAIL], |
192 | 192 |
193 # Object.getPrototypeOf wraps primitive values in ES6. | 193 # Object.getPrototypeOf wraps primitive values in ES6. |
194 '15.2.3.2-1': [FAIL], | 194 '15.2.3.2-1': [FAIL], |
195 '15.2.3.2-1-3': [FAIL], | 195 '15.2.3.2-1-3': [FAIL], |
196 '15.2.3.2-1-4': [FAIL], | 196 '15.2.3.2-1-4': [FAIL], |
197 | 197 |
| 198 # Object.getOwnPropertyDescriptor wraps primitives in ES6. |
| 199 '15.2.3.3-1': [FAIL], |
| 200 '15.2.3.3-1-3': [FAIL], |
| 201 '15.2.3.3-1-4': [FAIL], |
| 202 |
198 ######################## NEEDS INVESTIGATION ########################### | 203 ######################## NEEDS INVESTIGATION ########################### |
199 | 204 |
200 # These test failures are specific to the intl402 suite and need investigation | 205 # 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 | 206 # 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. | 207 # incompatibilities if the test cases turn out to be broken or ambiguous. |
203 '6.2.3': [FAIL], | 208 '6.2.3': [FAIL], |
204 '9.2.1_2': [FAIL], | 209 '9.2.1_2': [FAIL], |
205 '9.2.6_2': [FAIL], | 210 '9.2.6_2': [FAIL], |
206 '10.1.1_a': [FAIL], | 211 '10.1.1_a': [FAIL], |
207 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], | 212 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 | 283 |
279 # BUG(3251225): Tests that timeout with --nocrankshaft. | 284 # BUG(3251225): Tests that timeout with --nocrankshaft. |
280 'S15.1.3.1_A2.4_T1': [SKIP], | 285 'S15.1.3.1_A2.4_T1': [SKIP], |
281 'S15.1.3.1_A2.5_T1': [SKIP], | 286 'S15.1.3.1_A2.5_T1': [SKIP], |
282 'S15.1.3.2_A2.4_T1': [SKIP], | 287 'S15.1.3.2_A2.4_T1': [SKIP], |
283 'S15.1.3.2_A2.5_T1': [SKIP], | 288 'S15.1.3.2_A2.5_T1': [SKIP], |
284 'S15.1.3.3_A2.3_T1': [SKIP], | 289 'S15.1.3.3_A2.3_T1': [SKIP], |
285 'S15.1.3.4_A2.3_T1': [SKIP], | 290 'S15.1.3.4_A2.3_T1': [SKIP], |
286 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 291 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
287 ] | 292 ] |
OLD | NEW |