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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 'built-ins/Promise/symbol-species': [FAIL], | 288 'built-ins/Promise/symbol-species': [FAIL], |
289 'built-ins/Promise/symbol-species-name': [FAIL], | 289 'built-ins/Promise/symbol-species-name': [FAIL], |
290 'built-ins/RegExp/symbol-species': [FAIL], | 290 'built-ins/RegExp/symbol-species': [FAIL], |
291 'built-ins/RegExp/symbol-species-name': [FAIL], | 291 'built-ins/RegExp/symbol-species-name': [FAIL], |
292 'built-ins/Set/symbol-species': [FAIL], | 292 'built-ins/Set/symbol-species': [FAIL], |
293 'built-ins/Set/symbol-species-name': [FAIL], | 293 'built-ins/Set/symbol-species-name': [FAIL], |
294 'built-ins/Symbol/species/basic': [FAIL], | 294 'built-ins/Symbol/species/basic': [FAIL], |
295 'built-ins/Symbol/species/builtin-getter-name': [FAIL], | 295 'built-ins/Symbol/species/builtin-getter-name': [FAIL], |
296 'built-ins/Symbol/species/subclassing': [FAIL], | 296 'built-ins/Symbol/species/subclassing': [FAIL], |
297 | 297 |
298 # https://code.google.com/p/v8/issues/detail?id=4004 | |
299 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], | |
300 | |
301 # https://code.google.com/p/v8/issues/detail?id=4002 | 298 # https://code.google.com/p/v8/issues/detail?id=4002 |
302 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], | 299 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], |
303 | 300 |
304 # https://code.google.com/p/v8/issues/detail?id=4163 | 301 # https://code.google.com/p/v8/issues/detail?id=4163 |
305 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], | 302 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], |
306 | 303 |
307 # https://code.google.com/p/v8/issues/detail?id=3566 | 304 # https://code.google.com/p/v8/issues/detail?id=3566 |
308 'built-ins/Array/from/iter-map-fn-err': [FAIL], | 305 'built-ins/Array/from/iter-map-fn-err': [FAIL], |
309 'built-ins/Array/from/iter-set-elem-prop-err': [FAIL], | 306 'built-ins/Array/from/iter-set-elem-prop-err': [FAIL], |
310 'built-ins/Map/iterator-close-after-set-failure': [FAIL], | 307 'built-ins/Map/iterator-close-after-set-failure': [FAIL], |
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 | 799 |
803 # BUG(3251225): Tests that timeout with --nocrankshaft. | 800 # BUG(3251225): Tests that timeout with --nocrankshaft. |
804 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 801 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
805 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 802 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
806 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 803 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
807 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 804 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
808 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 805 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
809 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 806 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
810 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 807 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
811 ] | 808 ] |
OLD | NEW |