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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 'built-ins/Object/defineProperty/15.2.3.6-4-293-4': [FAIL], | 262 'built-ins/Object/defineProperty/15.2.3.6-4-293-4': [FAIL], |
263 'built-ins/Object/freeze/15.2.3.9-1': [FAIL], | 263 'built-ins/Object/freeze/15.2.3.9-1': [FAIL], |
264 'built-ins/Object/freeze/15.2.3.9-1-1': [FAIL], | 264 'built-ins/Object/freeze/15.2.3.9-1-1': [FAIL], |
265 'built-ins/Object/freeze/15.2.3.9-1-2': [FAIL], | 265 'built-ins/Object/freeze/15.2.3.9-1-2': [FAIL], |
266 'built-ins/Object/freeze/15.2.3.9-1-3': [FAIL], | 266 'built-ins/Object/freeze/15.2.3.9-1-3': [FAIL], |
267 'built-ins/Object/freeze/15.2.3.9-1-4': [FAIL], | 267 'built-ins/Object/freeze/15.2.3.9-1-4': [FAIL], |
268 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], | 268 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], |
269 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL], | 269 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL], |
270 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL], | 270 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL], |
271 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL], | 271 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL], |
272 'built-ins/Object/getPrototypeOf/15.2.3.2-2-12': [FAIL], | |
273 'built-ins/Object/getPrototypeOf/15.2.3.2-2-13': [FAIL], | |
274 'built-ins/Object/getPrototypeOf/15.2.3.2-2-14': [FAIL], | |
275 'built-ins/Object/getPrototypeOf/15.2.3.2-2-15': [FAIL], | |
276 'built-ins/Object/getPrototypeOf/15.2.3.2-2-16': [FAIL], | |
277 'built-ins/Object/getPrototypeOf/15.2.3.2-2-17': [FAIL], | |
278 'built-ins/Object/isExtensible/15.2.3.13-1': [FAIL], | 272 'built-ins/Object/isExtensible/15.2.3.13-1': [FAIL], |
279 'built-ins/Object/isExtensible/15.2.3.13-1-1': [FAIL], | 273 'built-ins/Object/isExtensible/15.2.3.13-1-1': [FAIL], |
280 'built-ins/Object/isExtensible/15.2.3.13-1-2': [FAIL], | 274 'built-ins/Object/isExtensible/15.2.3.13-1-2': [FAIL], |
281 'built-ins/Object/isExtensible/15.2.3.13-1-3': [FAIL], | 275 'built-ins/Object/isExtensible/15.2.3.13-1-3': [FAIL], |
282 'built-ins/Object/isExtensible/15.2.3.13-1-4': [FAIL], | 276 'built-ins/Object/isExtensible/15.2.3.13-1-4': [FAIL], |
283 'built-ins/Object/isFrozen/15.2.3.12-1': [FAIL], | 277 'built-ins/Object/isFrozen/15.2.3.12-1': [FAIL], |
284 'built-ins/Object/isFrozen/15.2.3.12-1-1': [FAIL], | 278 'built-ins/Object/isFrozen/15.2.3.12-1-1': [FAIL], |
285 'built-ins/Object/isFrozen/15.2.3.12-1-2': [FAIL], | 279 'built-ins/Object/isFrozen/15.2.3.12-1-2': [FAIL], |
286 'built-ins/Object/isFrozen/15.2.3.12-1-3': [FAIL], | 280 'built-ins/Object/isFrozen/15.2.3.12-1-3': [FAIL], |
287 'built-ins/Object/isFrozen/15.2.3.12-1-4': [FAIL], | 281 'built-ins/Object/isFrozen/15.2.3.12-1-4': [FAIL], |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 | 550 |
557 # BUG(3251225): Tests that timeout with --nocrankshaft. | 551 # BUG(3251225): Tests that timeout with --nocrankshaft. |
558 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 552 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
559 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 553 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
560 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 554 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
561 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 555 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
562 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 556 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
563 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 557 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
564 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 558 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
565 ] | 559 ] |
OLD | NEW |