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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'built-ins/Promise/symbol-species': [FAIL], | 96 'built-ins/Promise/symbol-species': [FAIL], |
97 'built-ins/Promise/symbol-species-name': [FAIL], | 97 'built-ins/Promise/symbol-species-name': [FAIL], |
98 'built-ins/RegExp/symbol-species': [FAIL], | 98 'built-ins/RegExp/symbol-species': [FAIL], |
99 'built-ins/RegExp/symbol-species-name': [FAIL], | 99 'built-ins/RegExp/symbol-species-name': [FAIL], |
100 'built-ins/Set/symbol-species': [FAIL], | 100 'built-ins/Set/symbol-species': [FAIL], |
101 'built-ins/Set/symbol-species-name': [FAIL], | 101 'built-ins/Set/symbol-species-name': [FAIL], |
102 'built-ins/Symbol/species/basic': [FAIL], | 102 'built-ins/Symbol/species/basic': [FAIL], |
103 'built-ins/Symbol/species/builtin-getter-name': [FAIL], | 103 'built-ins/Symbol/species/builtin-getter-name': [FAIL], |
104 'built-ins/Symbol/species/subclassing': [FAIL], | 104 'built-ins/Symbol/species/subclassing': [FAIL], |
105 | 105 |
| 106 # https://code.google.com/p/v8/issues/detail?id=4002 |
| 107 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], |
| 108 |
106 # https://code.google.com/p/v8/issues/detail?id=4163 | 109 # https://code.google.com/p/v8/issues/detail?id=4163 |
107 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], | 110 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], |
108 | 111 |
109 # https://code.google.com/p/v8/issues/detail?id=3566 | 112 # https://code.google.com/p/v8/issues/detail?id=3566 |
110 'built-ins/Array/from/iter-map-fn-err': [FAIL], | 113 'built-ins/Array/from/iter-map-fn-err': [FAIL], |
111 'built-ins/Array/from/iter-set-elem-prop-err': [FAIL], | 114 'built-ins/Array/from/iter-set-elem-prop-err': [FAIL], |
112 'built-ins/Map/iterator-close-after-set-failure': [FAIL], | 115 'built-ins/Map/iterator-close-after-set-failure': [FAIL], |
113 'built-ins/Map/iterator-item-first-entry-returns-abrupt': [FAIL], | 116 'built-ins/Map/iterator-item-first-entry-returns-abrupt': [FAIL], |
114 'built-ins/Map/iterator-item-second-entry-returns-abrupt': [FAIL], | 117 'built-ins/Map/iterator-item-second-entry-returns-abrupt': [FAIL], |
115 'built-ins/Map/iterator-items-are-not-object-close-iterator': [FAIL], | 118 'built-ins/Map/iterator-items-are-not-object-close-iterator': [FAIL], |
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 'language/statements/function/S13.2.2_A19_T8': [SKIP], | 633 'language/statements/function/S13.2.2_A19_T8': [SKIP], |
631 'language/statements/while/S12.6.2_A4_T5': [SKIP], | 634 'language/statements/while/S12.6.2_A4_T5': [SKIP], |
632 }], # ignition == True | 635 }], # ignition == True |
633 | 636 |
634 ['ignition == True and (arch == arm or arch == arm64)', { | 637 ['ignition == True and (arch == arm or arch == arm64)', { |
635 'built-ins/encodeURI*': [SKIP], | 638 'built-ins/encodeURI*': [SKIP], |
636 'intl402/9.2.2': [SKIP], | 639 'intl402/9.2.2': [SKIP], |
637 }], # ignition == True and (arch == arm or arch == arm64) | 640 }], # ignition == True and (arch == arm or arch == arm64) |
638 | 641 |
639 ] | 642 ] |
OLD | NEW |