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