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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL], | 284 'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL], |
285 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL], | 285 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL], |
286 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], | 286 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], |
287 'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL], | 287 'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL], |
288 'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL], | 288 'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL], |
289 | 289 |
290 # https://code.google.com/p/v8/issues/detail?id=4243 | 290 # https://code.google.com/p/v8/issues/detail?id=4243 |
291 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], | 291 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], |
292 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], | 292 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], |
293 | 293 |
294 # https://code.google.com/p/v8/issues/detail?id=4341 | |
295 'built-ins/Promise/resolve/arg-uniq-ctor': [FAIL], | |
296 | |
297 # https://code.google.com/p/v8/issues/detail?id=4119 | 294 # https://code.google.com/p/v8/issues/detail?id=4119 |
298 'built-ins/RegExp/15.10.4.1-1': [FAIL], | 295 'built-ins/RegExp/15.10.4.1-1': [FAIL], |
299 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL], | 296 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL], |
300 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL], | 297 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL], |
301 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL], | 298 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL], |
302 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL], | 299 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL], |
303 | 300 |
304 # https://code.google.com/p/v8/issues/detail?id=4003 | 301 # https://code.google.com/p/v8/issues/detail?id=4003 |
305 'built-ins/RegExp/prototype/15.10.6': [FAIL], | 302 'built-ins/RegExp/prototype/15.10.6': [FAIL], |
306 | 303 |
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
761 | 758 |
762 # BUG(3251225): Tests that timeout with --nocrankshaft. | 759 # BUG(3251225): Tests that timeout with --nocrankshaft. |
763 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 760 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
764 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 761 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
765 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 762 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
766 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 763 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
767 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 764 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
768 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 765 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
769 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 766 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
770 ] | 767 ] |
OLD | NEW |