| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'built-ins/Promise/symbol-species': [FAIL], | 238 'built-ins/Promise/symbol-species': [FAIL], |
| 239 'built-ins/Promise/symbol-species-name': [FAIL], | 239 'built-ins/Promise/symbol-species-name': [FAIL], |
| 240 'built-ins/RegExp/symbol-species': [FAIL], | 240 'built-ins/RegExp/symbol-species': [FAIL], |
| 241 'built-ins/RegExp/symbol-species-name': [FAIL], | 241 'built-ins/RegExp/symbol-species-name': [FAIL], |
| 242 'built-ins/Set/symbol-species': [FAIL], | 242 'built-ins/Set/symbol-species': [FAIL], |
| 243 'built-ins/Set/symbol-species-name': [FAIL], | 243 'built-ins/Set/symbol-species-name': [FAIL], |
| 244 'built-ins/Symbol/species/basic': [FAIL], | 244 'built-ins/Symbol/species/basic': [FAIL], |
| 245 'built-ins/Symbol/species/builtin-getter-name': [FAIL], | 245 'built-ins/Symbol/species/builtin-getter-name': [FAIL], |
| 246 'built-ins/Symbol/species/subclassing': [FAIL], | 246 'built-ins/Symbol/species/subclassing': [FAIL], |
| 247 | 247 |
| 248 # https://code.google.com/p/v8/issues/detail?id=4242 |
| 249 'built-ins/Date/15.9.1.15-1': [FAIL], |
| 250 |
| 248 # https://code.google.com/p/v8/issues/detail?id=4002 | 251 # https://code.google.com/p/v8/issues/detail?id=4002 |
| 249 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], | 252 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], |
| 250 | 253 |
| 251 # https://code.google.com/p/v8/issues/detail?id=4163 | 254 # https://code.google.com/p/v8/issues/detail?id=4163 |
| 252 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], | 255 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], |
| 253 | 256 |
| 254 # https://code.google.com/p/v8/issues/detail?id=3566 | 257 # https://code.google.com/p/v8/issues/detail?id=3566 |
| 255 'built-ins/Array/from/iter-map-fn-err': [FAIL], | 258 'built-ins/Array/from/iter-map-fn-err': [FAIL], |
| 256 'built-ins/Array/from/iter-set-elem-prop-err': [FAIL], | 259 'built-ins/Array/from/iter-set-elem-prop-err': [FAIL], |
| 257 'built-ins/Map/iterator-close-after-set-failure': [FAIL], | 260 'built-ins/Map/iterator-close-after-set-failure': [FAIL], |
| (...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 | 839 |
| 837 # BUG(3251225): Tests that timeout with --nocrankshaft. | 840 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 838 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 841 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 839 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 842 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 840 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 843 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 841 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 844 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 842 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 845 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 843 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 846 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 844 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 847 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 845 ] | 848 ] |
| OLD | NEW |