| OLD | NEW |
| (Empty) |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | |
| 2 # Redistribution and use in source and binary forms, with or without | |
| 3 # modification, are permitted provided that the following conditions are | |
| 4 # met: | |
| 5 # | |
| 6 # * Redistributions of source code must retain the above copyright | |
| 7 # notice, this list of conditions and the following disclaimer. | |
| 8 # * Redistributions in binary form must reproduce the above | |
| 9 # copyright notice, this list of conditions and the following | |
| 10 # disclaimer in the documentation and/or other materials provided | |
| 11 # with the distribution. | |
| 12 # * Neither the name of Google Inc. nor the names of its | |
| 13 # contributors may be used to endorse or promote products derived | |
| 14 # from this software without specific prior written permission. | |
| 15 # | |
| 16 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
| 17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | |
| 18 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | |
| 19 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | |
| 20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | |
| 21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | |
| 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | |
| 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | |
| 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
| 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |
| 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
| 27 | |
| 28 [ | |
| 29 [ALWAYS, { | |
| 30 ############################### BUGS ################################### | |
| 31 | |
| 32 # BUG(v8:3455) | |
| 33 'intl402/11.2.3_b': [FAIL], | |
| 34 'intl402/12.2.3_b': [FAIL], | |
| 35 | |
| 36 # BUG(v8:4267) | |
| 37 'built-ins/Object/defineProperties/15.2.3.7-6-a-112': [FAIL], | |
| 38 'built-ins/Object/defineProperties/15.2.3.7-6-a-113': [FAIL], | |
| 39 'built-ins/Object/defineProperties/15.2.3.7-6-a-164': [FAIL], | |
| 40 'built-ins/Object/defineProperties/15.2.3.7-6-a-165': [FAIL], | |
| 41 'built-ins/Object/defineProperties/15.2.3.7-6-a-166': [FAIL], | |
| 42 'built-ins/Object/defineProperties/15.2.3.7-6-a-168': [FAIL], | |
| 43 'built-ins/Object/defineProperties/15.2.3.7-6-a-169': [FAIL], | |
| 44 'built-ins/Object/defineProperties/15.2.3.7-6-a-170': [FAIL], | |
| 45 'built-ins/Object/defineProperties/15.2.3.7-6-a-172': [FAIL], | |
| 46 'built-ins/Object/defineProperties/15.2.3.7-6-a-173': [FAIL], | |
| 47 'built-ins/Object/defineProperties/15.2.3.7-6-a-175': [FAIL], | |
| 48 'built-ins/Object/defineProperties/15.2.3.7-6-a-176': [FAIL], | |
| 49 'built-ins/Object/defineProperty/15.2.3.6-4-116': [FAIL], | |
| 50 'built-ins/Object/defineProperty/15.2.3.6-4-117': [FAIL], | |
| 51 'built-ins/Object/defineProperty/15.2.3.6-4-168': [FAIL], | |
| 52 'built-ins/Object/defineProperty/15.2.3.6-4-169': [FAIL], | |
| 53 'built-ins/Object/defineProperty/15.2.3.6-4-170': [FAIL], | |
| 54 'built-ins/Object/defineProperty/15.2.3.6-4-172': [FAIL], | |
| 55 'built-ins/Object/defineProperty/15.2.3.6-4-173': [FAIL], | |
| 56 'built-ins/Object/defineProperty/15.2.3.6-4-174': [FAIL], | |
| 57 'built-ins/Object/defineProperty/15.2.3.6-4-176': [FAIL], | |
| 58 'built-ins/Object/defineProperty/15.2.3.6-4-177': [FAIL], | |
| 59 | |
| 60 # Unicode canonicalization is not available with i18n turned off. | |
| 61 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]], | |
| 62 | |
| 63 ###################### NEEDS INVESTIGATION ####################### | |
| 64 | |
| 65 # Possibly same cause as S8.5_A2.1, below: floating-point tests. | |
| 66 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], | |
| 67 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], | |
| 68 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], | |
| 69 | |
| 70 # This is an incompatibility between ES5 and V8 on enumerating | |
| 71 # shadowed elements in a for..in loop. | |
| 72 # https://code.google.com/p/v8/issues/detail?id=705 | |
| 73 'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK], | |
| 74 | |
| 75 ###################### MISSING ES6 FEATURES ####################### | |
| 76 | |
| 77 # Const is still interpreted as legacy const in sloppy mode | |
| 78 # https://code.google.com/p/v8/issues/detail?id=3305 | |
| 79 'language/block-scope/shadowing/const-declaration-shadowing-catch-parameter':
[PASS, FAIL_SLOPPY], | |
| 80 'language/block-scope/shadowing/const-declarations-shadowing-parameter-name-le
t-const-and-var-variables': [PASS, FAIL_SLOPPY], | |
| 81 'language/statements/const/block-local-closure-get-before-initialization': [PA
SS, FAIL_SLOPPY], | |
| 82 'language/statements/const/block-local-use-before-initialization-in-declaratio
n-statement': [PASS, FAIL_SLOPPY], | |
| 83 'language/statements/const/block-local-use-before-initialization-in-prior-stat
ement': [PASS, FAIL_SLOPPY], | |
| 84 'language/statements/const/function-local-closure-get-before-initialization':
[PASS, FAIL_SLOPPY], | |
| 85 'language/statements/const/function-local-use-before-initialization-in-declara
tion-statement': [PASS, FAIL_SLOPPY], | |
| 86 'language/statements/const/function-local-use-before-initialization-in-prior-s
tatement': [PASS, FAIL_SLOPPY], | |
| 87 'language/statements/const/global-closure-get-before-initialization': [PASS, F
AIL_SLOPPY], | |
| 88 'language/statements/const/global-use-before-initialization-in-declaration-sta
tement': [PASS, FAIL_SLOPPY], | |
| 89 'language/statements/const/global-use-before-initialization-in-prior-statement
': [PASS, FAIL_SLOPPY], | |
| 90 'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed-
with-without-initialiser': [PASS, FAIL_SLOPPY], | |
| 91 'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed-
without-with-initialiser': [PASS, FAIL_SLOPPY], | |
| 92 'language/statements/const/syntax/block-scope-syntax-const-declarations-withou
t-initialiser': [PASS, FAIL_SLOPPY], | |
| 93 'language/statements/const/syntax/const': [PASS, FAIL_SLOPPY], | |
| 94 'language/statements/const/syntax/const-invalid-assignment-statement-body-for-
in': [PASS, FAIL_SLOPPY], | |
| 95 'language/statements/const/syntax/const-invalid-assignment-statement-body-for-
of': [PASS, FAIL_SLOPPY], | |
| 96 'language/statements/const/syntax/const-outer-inner-let-bindings': [PASS, FAIL
_SLOPPY], | |
| 97 'language/statements/const/syntax/with-initializer-do-statement-while-expressi
on': [PASS, FAIL_SLOPPY], | |
| 98 'language/statements/const/syntax/with-initializer-for-statement': [PASS, FAIL
_SLOPPY], | |
| 99 'language/statements/const/syntax/with-initializer-if-expression-statement': [
PASS, FAIL_SLOPPY], | |
| 100 'language/statements/const/syntax/with-initializer-if-expression-statement-els
e-statement': [PASS, FAIL_SLOPPY], | |
| 101 'language/statements/const/syntax/with-initializer-label-statement': [PASS, FA
IL_SLOPPY], | |
| 102 'language/statements/const/syntax/with-initializer-while-expression-statement'
: [PASS, FAIL_SLOPPY], | |
| 103 'language/statements/const/syntax/without-initializer-case-expression-statemen
t-list': [PASS, FAIL_SLOPPY], | |
| 104 'language/statements/const/syntax/without-initializer-default-statement-list':
[PASS, FAIL_SLOPPY], | |
| 105 'language/statements/const/syntax/without-initializer-do-statement-while-expre
ssion': [PASS, FAIL_SLOPPY], | |
| 106 'language/statements/const/syntax/without-initializer-for-statement': [PASS, F
AIL_SLOPPY], | |
| 107 'language/statements/const/syntax/without-initializer-if-expression-statement'
: [PASS, FAIL_SLOPPY], | |
| 108 'language/statements/const/syntax/without-initializer-if-expression-statement-
else-statement': [PASS, FAIL_SLOPPY], | |
| 109 'language/statements/const/syntax/without-initializer-label-statement': [PASS,
FAIL_SLOPPY], | |
| 110 'language/statements/const/syntax/without-initializer-while-expression-stateme
nt': [PASS, FAIL_SLOPPY], | |
| 111 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [PASS, FAIL
_SLOPPY], | |
| 112 'language/statements/for-in/const-fresh-binding-per-iteration-for-in': [PASS,
FAIL_SLOPPY], | |
| 113 'language/statements/for-of/const-bound-names-fordecl-tdz-for-of': [PASS, FAIL
_SLOPPY], | |
| 114 'language/statements/for-of/const-fresh-binding-per-iteration-for-of': [PASS,
FAIL_SLOPPY], | |
| 115 | |
| 116 # https://code.google.com/p/v8/issues/detail?id=4405 | |
| 117 'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-bl
ock-let-declaration-unseen-outside-of-block': [PASS, FAIL], | |
| 118 | |
| 119 # https://code.google.com/p/v8/issues/detail?id=3305 | |
| 120 # This times out in sloppy mode because sloppy const assignment does not throw
. | |
| 121 'language/statements/const/syntax/const-invalid-assignment-next-expression-for
': [PASS, FAIL, TIMEOUT], | |
| 122 | |
| 123 # https://code.google.com/p/v8/issues/detail?id=4403 | |
| 124 'language/statements/let/syntax/identifier-let-disallowed-as-boundname': [PASS
, FAIL_SLOPPY], | |
| 125 | |
| 126 # Number/Boolean.prototype is a plain object in ES6 | |
| 127 # https://code.google.com/p/v8/issues/detail?id=4001 | |
| 128 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], | |
| 129 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], | |
| 130 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], | |
| 131 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], | |
| 132 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], | |
| 133 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], | |
| 134 'built-ins/Number/15.7.4-1': [FAIL], | |
| 135 'built-ins/Number/prototype/S15.7.3.1_A2_*': [FAIL], | |
| 136 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL], | |
| 137 'built-ins/Number/prototype/S15.7.4_A1': [FAIL], | |
| 138 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL], | |
| 139 'built-ins/Number/prototype/toString/S15.7.4.2_A1_*': [FAIL], | |
| 140 'built-ins/Number/prototype/toString/S15.7.4.2_A2_*': [FAIL], | |
| 141 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_*': [FAIL], | |
| 142 | |
| 143 # https://code.google.com/p/v8/issues/detail?id=3087 | |
| 144 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL], | |
| 145 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL], | |
| 146 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], | |
| 147 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], | |
| 148 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], | |
| 149 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], | |
| 150 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], | |
| 151 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], | |
| 152 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], | |
| 153 'built-ins/Array/prototype/forEach/15.4.4.18-3-12': [FAIL], | |
| 154 'built-ins/Array/prototype/forEach/15.4.4.18-3-25': [FAIL], | |
| 155 'built-ins/Array/prototype/forEach/15.4.4.18-3-7': [FAIL], | |
| 156 'built-ins/Array/prototype/indexOf/15.4.4.14-3-12': [FAIL], | |
| 157 'built-ins/Array/prototype/indexOf/15.4.4.14-3-14': [FAIL], | |
| 158 'built-ins/Array/prototype/indexOf/15.4.4.14-3-25': [FAIL], | |
| 159 'built-ins/Array/prototype/indexOf/15.4.4.14-3-28': [FAIL], | |
| 160 'built-ins/Array/prototype/indexOf/15.4.4.14-3-29': [FAIL], | |
| 161 'built-ins/Array/prototype/indexOf/15.4.4.14-3-7': [FAIL], | |
| 162 'built-ins/Array/prototype/indexOf/15.4.4.14-3-8': [FAIL], | |
| 163 'built-ins/Array/prototype/join/S15.4.4.5_A4_T3': [FAIL], | |
| 164 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-12': [FAIL], | |
| 165 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-25': [FAIL], | |
| 166 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-28': [FAIL], | |
| 167 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-7': [FAIL], | |
| 168 'built-ins/Array/prototype/map/15.4.4.19-3-12': [FAIL], | |
| 169 'built-ins/Array/prototype/map/15.4.4.19-3-14': [FAIL], | |
| 170 'built-ins/Array/prototype/map/15.4.4.19-3-25': [FAIL], | |
| 171 'built-ins/Array/prototype/map/15.4.4.19-3-28': [FAIL], | |
| 172 'built-ins/Array/prototype/map/15.4.4.19-3-29': [FAIL], | |
| 173 'built-ins/Array/prototype/map/15.4.4.19-3-7': [FAIL], | |
| 174 'built-ins/Array/prototype/map/15.4.4.19-3-8': [FAIL], | |
| 175 'built-ins/Array/prototype/pop/S15.4.4.6_A2_T2': [FAIL], | |
| 176 'built-ins/Array/prototype/pop/S15.4.4.6_A3_T1': [FAIL], | |
| 177 'built-ins/Array/prototype/pop/S15.4.4.6_A3_T2': [FAIL], | |
| 178 'built-ins/Array/prototype/pop/S15.4.4.6_A3_T3': [FAIL], | |
| 179 'built-ins/Array/prototype/push/S15.4.4.7_A2_T2': [FAIL], | |
| 180 'built-ins/Array/prototype/push/S15.4.4.7_A4_T1': [FAIL], | |
| 181 'built-ins/Array/prototype/push/S15.4.4.7_A4_T3': [FAIL], | |
| 182 'built-ins/Array/prototype/reduce/15.4.4.21-3-12': [FAIL], | |
| 183 'built-ins/Array/prototype/reduce/15.4.4.21-3-25': [FAIL], | |
| 184 'built-ins/Array/prototype/reduce/15.4.4.21-3-7': [FAIL], | |
| 185 'built-ins/Array/prototype/reduceRight/15.4.4.22-3-12': [FAIL], | |
| 186 'built-ins/Array/prototype/reduceRight/15.4.4.22-3-25': [FAIL], | |
| 187 'built-ins/Array/prototype/reduceRight/15.4.4.22-3-7': [FAIL], | |
| 188 'built-ins/Array/prototype/reverse/S15.4.4.8_A3_T3': [FAIL], | |
| 189 'built-ins/Array/prototype/shift/S15.4.4.9_A3_T3': [FAIL], | |
| 190 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T1': [FAIL], | |
| 191 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T2': [FAIL], | |
| 192 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T3': [FAIL], | |
| 193 'built-ins/Array/prototype/some/15.4.4.17-3-12': [FAIL], | |
| 194 'built-ins/Array/prototype/some/15.4.4.17-3-14': [FAIL], | |
| 195 'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL], | |
| 196 'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL], | |
| 197 'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL], | |
| 198 'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL], | |
| 199 'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL], | |
| 200 'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL], | |
| 201 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL], | |
| 202 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL], | |
| 203 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL], | |
| 204 | |
| 205 # https://code.google.com/p/v8/issues/detail?id=1543 | |
| 206 'built-ins/Proxy/*': [FAIL], | |
| 207 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL]
, | |
| 208 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL]
, | |
| 209 'built-ins/Object/assign/source-own-prop-desc-missing': [FAIL], | |
| 210 'built-ins/Object/assign/source-own-prop-error': [FAIL], | |
| 211 'built-ins/Object/assign/source-own-prop-keys-error': [FAIL], | |
| 212 'built-ins/Object/setPrototypeOf/set-error': [FAIL], | |
| 213 'language/expressions/object/prop-def-id-eval-error-2': [FAIL], | |
| 214 'language/statements/for-of/iterator-as-proxy': [FAIL], | |
| 215 'language/statements/for-of/iterator-next-result-type': [FAIL], | |
| 216 'built-ins/Array/of/return-abrupt-from-data-property-using-proxy': [FAIL], | |
| 217 | |
| 218 # https://code.google.com/p/v8/issues/detail?id=4093 | |
| 219 'built-ins/Array/symbol-species': [FAIL], | |
| 220 'built-ins/Array/symbol-species-name': [FAIL], | |
| 221 'built-ins/ArrayBuffer/symbol-species': [FAIL], | |
| 222 'built-ins/ArrayBuffer/symbol-species-name': [FAIL], | |
| 223 'built-ins/Map/symbol-species': [FAIL], | |
| 224 'built-ins/Map/symbol-species-name': [FAIL], | |
| 225 'built-ins/Promise/Symbol.species/prop-desc': [FAIL], | |
| 226 'built-ins/Promise/Symbol.species/return-value': [FAIL], | |
| 227 'built-ins/Promise/all/species-get-error': [FAIL], | |
| 228 'built-ins/Promise/prototype/then/ctor-custom': [FAIL], | |
| 229 'built-ins/Promise/race/species-get-error': [FAIL], | |
| 230 'built-ins/Promise/symbol-species': [FAIL], | |
| 231 'built-ins/Promise/symbol-species-name': [FAIL], | |
| 232 'built-ins/RegExp/symbol-species': [FAIL], | |
| 233 'built-ins/RegExp/symbol-species-name': [FAIL], | |
| 234 'built-ins/Set/symbol-species': [FAIL], | |
| 235 'built-ins/Set/symbol-species-name': [FAIL], | |
| 236 'built-ins/Symbol/species/basic': [FAIL], | |
| 237 'built-ins/Symbol/species/builtin-getter-name': [FAIL], | |
| 238 'built-ins/Symbol/species/subclassing': [FAIL], | |
| 239 | |
| 240 # https://code.google.com/p/v8/issues/detail?id=4002 | |
| 241 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], | |
| 242 | |
| 243 # https://code.google.com/p/v8/issues/detail?id=4163 | |
| 244 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], | |
| 245 | |
| 246 # https://code.google.com/p/v8/issues/detail?id=3566 | |
| 247 'built-ins/Array/from/iter-map-fn-err': [FAIL], | |
| 248 'built-ins/Array/from/iter-set-elem-prop-err': [FAIL], | |
| 249 'built-ins/Map/iterator-close-after-set-failure': [FAIL], | |
| 250 'built-ins/Map/iterator-item-first-entry-returns-abrupt': [FAIL], | |
| 251 'built-ins/Map/iterator-item-second-entry-returns-abrupt': [FAIL], | |
| 252 'built-ins/Map/iterator-items-are-not-object-close-iterator': [FAIL], | |
| 253 'built-ins/Promise/all/iter-close': [FAIL], | |
| 254 'built-ins/Set/set-iterator-close-after-add-failure': [FAIL], | |
| 255 'built-ins/WeakMap/iterator-close-after-set-failure': [FAIL], | |
| 256 'built-ins/WeakMap/iterator-item-first-entry-returns-abrupt': [FAIL], | |
| 257 'built-ins/WeakMap/iterator-item-second-entry-returns-abrupt': [FAIL], | |
| 258 'built-ins/WeakMap/iterator-items-are-not-object-close-iterator': [FAIL], | |
| 259 'built-ins/WeakSet/iterator-close-after-add-failure': [FAIL], | |
| 260 | |
| 261 # https://code.google.com/p/v8/issues/detail?id=3715 | |
| 262 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], | |
| 263 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL], | |
| 264 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL], | |
| 265 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL], | |
| 266 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], | |
| 267 'built-ins/RegExp/prototype/global/15.10.7.2-2': [FAIL], | |
| 268 'built-ins/RegExp/prototype/global/S15.10.7.2_A9': [FAIL], | |
| 269 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], | |
| 270 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2': [FAIL], | |
| 271 'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A9': [FAIL], | |
| 272 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-1': [FAIL], | |
| 273 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-2': [FAIL], | |
| 274 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], | |
| 275 'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL], | |
| 276 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL], | |
| 277 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], | |
| 278 'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL], | |
| 279 'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL], | |
| 280 | |
| 281 # https://code.google.com/p/v8/issues/detail?id=4243 | |
| 282 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], | |
| 283 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], | |
| 284 | |
| 285 # https://code.google.com/p/v8/issues/detail?id=4341 | |
| 286 'built-ins/Promise/resolve/arg-uniq-ctor': [FAIL], | |
| 287 | |
| 288 # https://code.google.com/p/v8/issues/detail?id=4119 | |
| 289 'built-ins/RegExp/15.10.4.1-1': [FAIL], | |
| 290 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL], | |
| 291 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL], | |
| 292 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL], | |
| 293 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL], | |
| 294 | |
| 295 # https://code.google.com/p/v8/issues/detail?id=4003 | |
| 296 'built-ins/RegExp/prototype/15.10.6': [FAIL], | |
| 297 | |
| 298 # https://code.google.com/p/v8/issues/detail?id=4244 | |
| 299 'built-ins/RegExp/prototype/exec/S15.10.6.2_A5_T3': [FAIL], | |
| 300 'built-ins/RegExp/prototype/test/S15.10.6.3_A1_T22': [FAIL], | |
| 301 | |
| 302 # https://code.google.com/p/v8/issues/detail?id=4006 | |
| 303 'built-ins/String/prototype/S15.5.4_A1': [FAIL], | |
| 304 'built-ins/String/prototype/S15.5.4_A2': [FAIL], | |
| 305 'built-ins/String/prototype/S15.5.4_A3': [FAIL], | |
| 306 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], | |
| 307 | |
| 308 # https://code.google.com/p/v8/issues/detail?id=4245 | |
| 309 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], | |
| 310 | |
| 311 # https://code.google.com/p/v8/issues/detail?id=4348 | |
| 312 'built-ins/String/prototype/Symbol.iterator/this-val-non-obj-coercible': [FAIL
], | |
| 313 | |
| 314 # The order of adding the name property is wrong | |
| 315 # https://code.google.com/p/v8/issues/detail?id=4199 | |
| 316 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], | |
| 317 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], | |
| 318 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], | |
| 319 | |
| 320 # This should work as soon as rest parameters are re-implemented via desagurin
g. | |
| 321 'language/expressions/arrow-function/syntax/early-errors/arrowparameters-cover
-no-duplicates-rest': [PASS, FAIL], | |
| 322 | |
| 323 # https://code.google.com/p/v8/issues/detail?id=2160 | |
| 324 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1
': [FAIL], | |
| 325 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2
': [FAIL], | |
| 326 'language/expressions/object/method-definition/generator-super-prop-param': [F
AIL], | |
| 327 'language/expressions/object/method-definition/name-param-init-yield': [FAIL], | |
| 328 'language/expressions/object/method-definition/name-super-prop-param': [FAIL], | |
| 329 | |
| 330 # https://code.google.com/p/v8/issues/detail?id=3673 | |
| 331 'language/statements/class/definition/basics': [FAIL], | |
| 332 | |
| 333 # Destructuring | |
| 334 # https://code.google.com/p/v8/issues/detail?id=811 | |
| 335 'language/statements/for-of/body-dstr-assign': [FAIL], | |
| 336 | |
| 337 # https://code.google.com/p/v8/issues/detail?id=3566 | |
| 338 'language/statements/for-of/body-dstr-assign-error': [FAIL], | |
| 339 'language/statements/for-of/body-put-error': [FAIL], | |
| 340 'language/statements/for-of/generator-close-via-break': [FAIL], | |
| 341 'language/statements/for-of/generator-close-via-return': [FAIL], | |
| 342 'language/statements/for-of/generator-close-via-throw': [FAIL], | |
| 343 'language/statements/for-of/iterator-close-get-method-error': [FAIL], | |
| 344 'language/statements/for-of/iterator-close-non-object': [FAIL], | |
| 345 'language/statements/for-of/iterator-close-via-break': [FAIL], | |
| 346 'language/statements/for-of/iterator-close-via-return': [FAIL], | |
| 347 'language/statements/for-of/iterator-close-via-throw': [FAIL], | |
| 348 | |
| 349 # We do not expose Array.prototype.values | |
| 350 # https://code.google.com/p/v8/issues/detail?id=4247 | |
| 351 'built-ins/Array/prototype/Symbol.iterator': [FAIL], | |
| 352 'built-ins/Array/prototype/values/returns-iterator': [FAIL], | |
| 353 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], | |
| 354 'built-ins/Array/prototype/values/prop-desc': [FAIL], | |
| 355 'built-ins/Array/prototype/values/name': [FAIL], | |
| 356 'built-ins/Array/prototype/values/length': [FAIL], | |
| 357 'built-ins/Array/prototype/values/iteration': [FAIL], | |
| 358 'built-ins/Array/prototype/values/iteration-mutable': [FAIL], | |
| 359 | |
| 360 #https://code.google.com/p/v8/issues/detail?id=3983 | |
| 361 'language/expressions/generators/yield-as-function-expression-binding-identifi
er': [FAIL], | |
| 362 'language/expressions/generators/yield-as-generator-expression-binding-identif
ier': [FAIL], | |
| 363 'language/expressions/object/method-definition/generator-argSuperProperty': [F
AIL], | |
| 364 'language/expressions/object/method-definition/yield-as-function-expression-bi
nding-identifier': [FAIL], | |
| 365 'language/statements/generators/yield-as-function-expression-binding-identifie
r': [FAIL], | |
| 366 | |
| 367 # https://code.google.com/p/v8/issues/detail?id=3566 | |
| 368 'built-ins/GeneratorPrototype/return/from-state-completed': [FAIL], | |
| 369 'built-ins/GeneratorPrototype/return/from-state-suspended-start': [FAIL], | |
| 370 'built-ins/GeneratorPrototype/return/property-descriptor': [FAIL], | |
| 371 'built-ins/GeneratorPrototype/return/try-catch-before-try': [FAIL], | |
| 372 'built-ins/GeneratorPrototype/return/try-catch-following-catch': [FAIL], | |
| 373 'built-ins/GeneratorPrototype/return/try-catch-within-catch': [FAIL], | |
| 374 'built-ins/GeneratorPrototype/return/try-catch-within-try': [FAIL], | |
| 375 'built-ins/GeneratorPrototype/return/try-finally-before-try': [FAIL], | |
| 376 'built-ins/GeneratorPrototype/return/try-finally-following-finally': [FAIL], | |
| 377 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-catch
': [FAIL], | |
| 378 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-final
ly': [FAIL], | |
| 379 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-inner
-try': [FAIL], | |
| 380 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-after-nested': [FAIL], | |
| 381 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-before-nested': [FAIL], | |
| 382 'built-ins/GeneratorPrototype/return/try-finally-within-finally': [FAIL], | |
| 383 'built-ins/GeneratorPrototype/return/try-finally-within-try': [FAIL], | |
| 384 | |
| 385 # https://code.google.com/p/v8/issues/detail?id=811 | |
| 386 'language/expressions/assignment/destructuring/*': [SKIP], | |
| 387 | |
| 388 # https://code.google.com/p/v8/issues/detail?id=4248 | |
| 389 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], | |
| 390 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], | |
| 391 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], | |
| 392 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], | |
| 393 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], | |
| 394 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], | |
| 395 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], | |
| 396 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], | |
| 397 'language/expressions/compound-assignment/S11.13.2_A7.5_T4': [FAIL], | |
| 398 'language/expressions/compound-assignment/S11.13.2_A7.6_T4': [FAIL], | |
| 399 'language/expressions/compound-assignment/S11.13.2_A7.7_T4': [FAIL], | |
| 400 'language/expressions/compound-assignment/S11.13.2_A7.8_T4': [FAIL], | |
| 401 'language/expressions/compound-assignment/S11.13.2_A7.9_T4': [FAIL], | |
| 402 | |
| 403 # https://code.google.com/p/v8/issues/detail?id=4249 | |
| 404 'language/expressions/assignment/S11.13.1_A7_T1': [FAIL], | |
| 405 'language/expressions/assignment/S11.13.1_A7_T2': [FAIL], | |
| 406 'language/expressions/assignment/S11.13.1_A7_T3': [FAIL], | |
| 407 'language/expressions/postfix-increment/S11.3.1_A6_T3': [FAIL], | |
| 408 'language/expressions/postfix-decrement/S11.3.2_A6_T3': [FAIL], | |
| 409 'language/expressions/prefix-decrement/S11.4.5_A6_T3': [FAIL], | |
| 410 'language/expressions/prefix-increment/S11.4.4_A6_T3': [FAIL], | |
| 411 | |
| 412 # https://code.google.com/p/v8/issues/detail?id=4250 | |
| 413 'language/expressions/assignment/S11.13.1_A5*': [FAIL], | |
| 414 'language/expressions/assignment/S11.13.1_A6*': [FAIL], | |
| 415 | |
| 416 # https://code.google.com/p/v8/issues/detail?id=3699 | |
| 417 'built-ins/Function/instance-name': [FAIL], | |
| 418 'built-ins/GeneratorFunction/instance-name': [FAIL], | |
| 419 'language/expressions/assignment/fn-name-arrow': [FAIL], | |
| 420 'language/expressions/assignment/fn-name-class': [FAIL], | |
| 421 'language/expressions/assignment/fn-name-cover': [FAIL], | |
| 422 'language/expressions/assignment/fn-name-fn': [FAIL], | |
| 423 'language/expressions/assignment/fn-name-gen': [FAIL], | |
| 424 'language/expressions/assignment/fn-name-lhs-cover': [FAIL], | |
| 425 'language/expressions/assignment/fn-name-lhs-member': [FAIL], | |
| 426 'language/expressions/class/name': [FAIL], | |
| 427 'language/expressions/function/name': [FAIL], | |
| 428 'language/expressions/generators/implicit-name': [FAIL], | |
| 429 'language/expressions/generators/name': [FAIL], | |
| 430 'language/expressions/generators/name-property-descriptor': [FAIL], | |
| 431 'language/expressions/object/fn-name-accessor-get': [FAIL], | |
| 432 'language/expressions/object/fn-name-accessor-set': [FAIL], | |
| 433 'language/expressions/object/fn-name-arrow': [FAIL], | |
| 434 'language/expressions/object/fn-name-class': [FAIL], | |
| 435 'language/expressions/object/fn-name-cover': [FAIL], | |
| 436 'language/expressions/object/fn-name-fn': [FAIL], | |
| 437 'language/expressions/object/fn-name-gen': [FAIL], | |
| 438 'language/expressions/object/fn-name-lhs-cover': [FAIL], | |
| 439 'language/expressions/object/fn-name-lhs-member': [FAIL], | |
| 440 'language/expressions/object/method-definition/fn-name-accessor-get': [FAIL], | |
| 441 'language/expressions/object/method-definition/fn-name-accessor-set': [FAIL], | |
| 442 'language/expressions/object/method-definition/fn-name-arrow': [FAIL], | |
| 443 'language/expressions/object/method-definition/fn-name-class': [FAIL], | |
| 444 'language/expressions/object/method-definition/fn-name-cover': [FAIL], | |
| 445 'language/expressions/object/method-definition/fn-name-fn': [FAIL], | |
| 446 'language/expressions/object/method-definition/fn-name-gen': [FAIL], | |
| 447 'language/statements/class/definition/fn-name-accessor-get': [FAIL], | |
| 448 'language/statements/class/definition/fn-name-accessor-set': [FAIL], | |
| 449 'language/statements/class/definition/fn-name-gen-method': [FAIL], | |
| 450 'language/statements/class/definition/fn-name-method': [FAIL], | |
| 451 'language/statements/const/fn-name-arrow': [FAIL], | |
| 452 'language/statements/const/fn-name-class': [FAIL], | |
| 453 'language/statements/const/fn-name-cover': [FAIL], | |
| 454 'language/statements/const/fn-name-fn': [FAIL], | |
| 455 'language/statements/const/fn-name-gen': [FAIL], | |
| 456 'language/statements/let/fn-name-arrow': [FAIL], | |
| 457 'language/statements/let/fn-name-class': [FAIL], | |
| 458 'language/statements/let/fn-name-cover': [FAIL], | |
| 459 'language/statements/let/fn-name-fn': [FAIL], | |
| 460 'language/statements/let/fn-name-gen': [FAIL], | |
| 461 'language/statements/variable/fn-name-arrow': [FAIL], | |
| 462 'language/statements/variable/fn-name-class': [FAIL], | |
| 463 'language/statements/variable/fn-name-cover': [FAIL], | |
| 464 'language/statements/variable/fn-name-fn': [FAIL], | |
| 465 'language/statements/variable/fn-name-gen': [FAIL], | |
| 466 | |
| 467 # https://code.google.com/p/v8/issues/detail?id=4251 | |
| 468 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], | |
| 469 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], | |
| 470 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], | |
| 471 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], | |
| 472 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], | |
| 473 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], | |
| 474 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | |
| 475 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | |
| 476 | |
| 477 # https://code.google.com/p/v8/issues/detail?id=4253 | |
| 478 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | |
| 479 | |
| 480 # https://code.google.com/p/v8/issues/detail?id=3761 | |
| 481 'language/expressions/object/method-definition/generator-name-prop-symbol': [F
AIL], | |
| 482 'language/expressions/object/method-definition/name-name-prop-symbol': [FAIL], | |
| 483 | |
| 484 # https://code.google.com/p/v8/issues/detail?id=2952 | |
| 485 'built-ins/RegExp/prototype/exec/u-lastindex-adv': [FAIL], | |
| 486 'built-ins/RegExp/prototype/exec/u-captured-value': [FAIL], | |
| 487 'built-ins/RegExp/prototype/exec/u-lastindex-value': [FAIL], | |
| 488 'built-ins/RegExp/prototype/test/u-captured-value': [FAIL], | |
| 489 'built-ins/RegExp/prototype/test/u-lastindex-adv': [FAIL], | |
| 490 'built-ins/RegExp/prototype/test/u-lastindex-value': [FAIL], | |
| 491 'built-ins/RegExp/prototype/unicode/length': [FAIL], | |
| 492 'built-ins/RegExp/prototype/unicode/name': [FAIL], | |
| 493 'built-ins/RegExp/prototype/unicode/prop-desc': [FAIL], | |
| 494 'built-ins/RegExp/prototype/unicode/this-invald-obj': [FAIL], | |
| 495 'built-ins/RegExp/prototype/unicode/this-non-obj': [FAIL], | |
| 496 'built-ins/RegExp/prototype/unicode/this-regexp': [FAIL], | |
| 497 'built-ins/RegExp/unicode_identity_escape': [FAIL], | |
| 498 'language/literals/regexp/u-unicode-esc': [FAIL], | |
| 499 'language/literals/regexp/u-surrogate-pairs': [FAIL], | |
| 500 'language/literals/regexp/u-case-mapping': [FAIL], | |
| 501 'language/literals/regexp/u-astral': [FAIL], | |
| 502 | |
| 503 # https://code.google.com/p/v8/issues/detail?id=4342 | |
| 504 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], | |
| 505 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], | |
| 506 'built-ins/RegExp/prototype/exec/y-fail-lastindex': [FAIL], | |
| 507 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [FAIL], | |
| 508 'built-ins/RegExp/prototype/exec/y-fail-return': [FAIL], | |
| 509 'built-ins/RegExp/prototype/exec/y-fail-lastindex': [FAIL], | |
| 510 'built-ins/RegExp/prototype/exec/y-init-lastindex': [FAIL], | |
| 511 'built-ins/RegExp/prototype/exec/y-set-lastindex': [FAIL], | |
| 512 'built-ins/RegExp/prototype/sticky/prop-desc': [FAIL], | |
| 513 'built-ins/RegExp/prototype/sticky/this-invalid-obj': [FAIL], | |
| 514 'built-ins/RegExp/prototype/sticky/this-non-obj': [FAIL], | |
| 515 'built-ins/RegExp/prototype/sticky/this-regexp': [FAIL], | |
| 516 'built-ins/RegExp/prototype/test/get-sticky-coerce': [FAIL], | |
| 517 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], | |
| 518 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [FAIL], | |
| 519 'built-ins/RegExp/prototype/test/y-fail-return': [FAIL], | |
| 520 'built-ins/RegExp/prototype/test/y-fail-lastindex': [FAIL], | |
| 521 'built-ins/RegExp/prototype/test/y-init-lastindex': [FAIL], | |
| 522 'built-ins/RegExp/prototype/test/y-set-lastindex': [FAIL], | |
| 523 'built-ins/RegExp/valid-flags-y': [FAIL], | |
| 524 | |
| 525 # https://code.google.com/p/v8/issues/detail?id=4305 | |
| 526 'built-ins/RegExp/prototype/Symbol.match/*': [FAIL], | |
| 527 'built-ins/String/prototype/endsWith/return-abrupt-from-searchstring-regexp-te
st': [FAIL], | |
| 528 'built-ins/String/prototype/includes/return-abrupt-from-searchstring-regexp-te
st': [FAIL], | |
| 529 'built-ins/String/prototype/startsWith/return-abrupt-from-searchstring-regexp-
test': [FAIL], | |
| 530 | |
| 531 # https://code.google.com/p/v8/issues/detail?id=4343 | |
| 532 'built-ins/RegExp/prototype/Symbol.replace/*': [FAIL], | |
| 533 | |
| 534 # https://code.google.com/p/v8/issues/detail?id=4344 | |
| 535 'built-ins/RegExp/prototype/Symbol.search/*': [FAIL], | |
| 536 | |
| 537 # https://code.google.com/p/v8/issues/detail?id=4345 | |
| 538 'built-ins/RegExp/prototype/Symbol.split/*': [FAIL], | |
| 539 | |
| 540 # https://code.google.com/p/v8/issues/detail?id=4346 | |
| 541 'built-ins/RegExp/prototype/flags/*': [FAIL], | |
| 542 | |
| 543 # https://code.google.com/p/v8/issues/detail?id=4347 | |
| 544 'built-ins/RegExp/prototype/global/name': [FAIL], | |
| 545 'built-ins/RegExp/prototype/ignoreCase/name': [FAIL], | |
| 546 'built-ins/RegExp/prototype/multiline/name': [FAIL], | |
| 547 'built-ins/RegExp/prototype/source/name': [FAIL], | |
| 548 'built-ins/RegExp/prototype/sticky/name': [FAIL], | |
| 549 | |
| 550 # https://code.google.com/p/v8/issues/detail?id=4360 | |
| 551 'intl402/Collator/10.1.1_1': [FAIL], | |
| 552 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | |
| 553 'intl402/NumberFormat/11.1.1_1': [FAIL], | |
| 554 | |
| 555 # https://code.google.com/p/v8/issues/detail?id=4361 | |
| 556 'intl402/Collator/10.1.1_a': [FAIL], | |
| 557 | |
| 558 # https://code.google.com/p/v8/issues/detail?id=1972 | |
| 559 'language/identifiers/val-break-via-escape-hex': [FAIL], | |
| 560 'language/identifiers/val-break-via-escape-hex4': [FAIL], | |
| 561 'language/identifiers/val-case-via-escape-hex': [FAIL], | |
| 562 'language/identifiers/val-case-via-escape-hex4': [FAIL], | |
| 563 'language/identifiers/val-catch-via-escape-hex': [FAIL], | |
| 564 'language/identifiers/val-catch-via-escape-hex4': [FAIL], | |
| 565 'language/identifiers/val-class-via-escape-hex': [FAIL], | |
| 566 'language/identifiers/val-class-via-escape-hex4': [FAIL], | |
| 567 'language/identifiers/val-const-via-escape-hex': [FAIL], | |
| 568 'language/identifiers/val-const-via-escape-hex4': [FAIL], | |
| 569 'language/identifiers/val-continue-via-escape-hex': [FAIL], | |
| 570 'language/identifiers/val-continue-via-escape-hex4': [FAIL], | |
| 571 'language/identifiers/val-debugger-via-escape-hex': [FAIL], | |
| 572 'language/identifiers/val-debugger-via-escape-hex4': [FAIL], | |
| 573 'language/identifiers/val-default-via-escape-hex': [FAIL], | |
| 574 'language/identifiers/val-default-via-escape-hex4': [FAIL], | |
| 575 'language/identifiers/val-delete-via-escape-hex': [FAIL], | |
| 576 'language/identifiers/val-delete-via-escape-hex4': [FAIL], | |
| 577 'language/identifiers/val-do-via-escape-hex': [FAIL], | |
| 578 'language/identifiers/val-do-via-escape-hex4': [FAIL], | |
| 579 'language/identifiers/val-else-via-escape-hex': [FAIL], | |
| 580 'language/identifiers/val-else-via-escape-hex4': [FAIL], | |
| 581 'language/identifiers/val-enum-via-escape-hex': [FAIL], | |
| 582 'language/identifiers/val-enum-via-escape-hex4': [FAIL], | |
| 583 'language/identifiers/val-export-via-escape-hex': [FAIL], | |
| 584 'language/identifiers/val-export-via-escape-hex4': [FAIL], | |
| 585 'language/identifiers/val-extends-via-escape-hex': [FAIL], | |
| 586 'language/identifiers/val-extends-via-escape-hex4': [FAIL], | |
| 587 'language/identifiers/val-false-via-escape-hex': [FAIL], | |
| 588 'language/identifiers/val-false-via-escape-hex4': [FAIL], | |
| 589 'language/identifiers/val-finally-via-escape-hex': [FAIL], | |
| 590 'language/identifiers/val-finally-via-escape-hex4': [FAIL], | |
| 591 'language/identifiers/val-for-via-escape-hex': [FAIL], | |
| 592 'language/identifiers/val-for-via-escape-hex4': [FAIL], | |
| 593 'language/identifiers/val-function-via-escape-hex': [FAIL], | |
| 594 'language/identifiers/val-function-via-escape-hex4': [FAIL], | |
| 595 'language/identifiers/val-if-via-escape-hex': [FAIL], | |
| 596 'language/identifiers/val-if-via-escape-hex4': [FAIL], | |
| 597 'language/identifiers/val-import-via-escape-hex': [FAIL], | |
| 598 'language/identifiers/val-import-via-escape-hex4': [FAIL], | |
| 599 'language/identifiers/val-in-via-escape-hex': [FAIL], | |
| 600 'language/identifiers/val-in-via-escape-hex4': [FAIL], | |
| 601 'language/identifiers/val-instanceof-via-escape-hex': [FAIL], | |
| 602 'language/identifiers/val-instanceof-via-escape-hex4': [FAIL], | |
| 603 'language/identifiers/val-new-via-escape-hex': [FAIL], | |
| 604 'language/identifiers/val-new-via-escape-hex4': [FAIL], | |
| 605 'language/identifiers/val-null-via-escape-hex': [FAIL], | |
| 606 'language/identifiers/val-null-via-escape-hex4': [FAIL], | |
| 607 'language/identifiers/val-return-via-escape-hex': [FAIL], | |
| 608 'language/identifiers/val-return-via-escape-hex4': [FAIL], | |
| 609 'language/identifiers/val-super-via-escape-hex': [FAIL], | |
| 610 'language/identifiers/val-super-via-escape-hex4': [FAIL], | |
| 611 'language/identifiers/val-switch-via-escape-hex': [FAIL], | |
| 612 'language/identifiers/val-switch-via-escape-hex4': [FAIL], | |
| 613 'language/identifiers/val-throw-via-escape-hex': [FAIL], | |
| 614 'language/identifiers/val-throw-via-escape-hex4': [FAIL], | |
| 615 'language/identifiers/val-true-via-escape-hex': [FAIL], | |
| 616 'language/identifiers/val-true-via-escape-hex4': [FAIL], | |
| 617 'language/identifiers/val-try-via-escape-hex': [FAIL], | |
| 618 'language/identifiers/val-try-via-escape-hex4': [FAIL], | |
| 619 'language/identifiers/val-typeof-via-escape-hex': [FAIL], | |
| 620 'language/identifiers/val-typeof-via-escape-hex4': [FAIL], | |
| 621 'language/identifiers/val-var-via-escape-hex': [FAIL], | |
| 622 'language/identifiers/val-var-via-escape-hex4': [FAIL], | |
| 623 'language/identifiers/val-void-via-escape-hex': [FAIL], | |
| 624 'language/identifiers/val-void-via-escape-hex4': [FAIL], | |
| 625 'language/identifiers/val-while-via-escape-hex': [FAIL], | |
| 626 'language/identifiers/val-while-via-escape-hex4': [FAIL], | |
| 627 'language/identifiers/val-with-via-escape-hex': [FAIL], | |
| 628 'language/identifiers/val-with-via-escape-hex4': [FAIL], | |
| 629 | |
| 630 # https://code.google.com/p/v8/issues/detail?id=4362 | |
| 631 'built-ins/String/prototype/repeat/empty-string-returns-empty': [PASS, FAIL], | |
| 632 | |
| 633 ######################## NEEDS INVESTIGATION ########################### | |
| 634 | |
| 635 # These test failures are specific to the intl402 suite and need investigation | |
| 636 # to be either marked as bugs with issues filed for them or as deliberate | |
| 637 # incompatibilities if the test cases turn out to be broken or ambiguous. | |
| 638 # Some of these are related to v8:4361 in being visible side effects from Intl
. | |
| 639 'intl402/6.2.3': [FAIL], | |
| 640 'intl402/9.2.1_2': [FAIL], | |
| 641 'intl402/9.2.6_2': [FAIL], | |
| 642 'intl402/Collator/10.1.2.1_4': [FAIL], | |
| 643 'intl402/Collator/10.1.2_a': [PASS, FAIL], | |
| 644 'intl402/Collator/10.2.3_b': [PASS, FAIL], | |
| 645 'intl402/Collator/prototype/10.3_a': [FAIL], | |
| 646 'intl402/Date/prototype/13.3.0_7': [FAIL], | |
| 647 'intl402/DateTimeFormat/12.1.1': [FAIL], | |
| 648 'intl402/DateTimeFormat/12.1.1_a': [FAIL], | |
| 649 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | |
| 650 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], | |
| 651 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], | |
| 652 'intl402/DateTimeFormat/12.2.3_b': [FAIL], | |
| 653 'intl402/DateTimeFormat/prototype/12.3.2_FDT_7_a_iv': [FAIL], | |
| 654 'intl402/DateTimeFormat/prototype/12.3.3': [FAIL], | |
| 655 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], | |
| 656 'intl402/DateTimeFormat/prototype/format/12.3.2_FDT_7_a_iv': [FAIL], | |
| 657 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], | |
| 658 'intl402/NumberFormat/11.1.1_20_c': [FAIL], | |
| 659 'intl402/NumberFormat/11.1.1_a': [FAIL], | |
| 660 'intl402/NumberFormat/11.1.1': [FAIL], | |
| 661 'intl402/NumberFormat/11.1.2': [PASS, FAIL], | |
| 662 'intl402/NumberFormat/11.1.2.1_4': [FAIL], | |
| 663 'intl402/NumberFormat/11.2.3_b': [FAIL], | |
| 664 'intl402/NumberFormat/prototype/11.3_a': [FAIL], | |
| 665 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], | |
| 666 | |
| 667 ##################### DELIBERATE INCOMPATIBILITIES ##################### | |
| 668 | |
| 669 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise
with --fast-math) | |
| 670 | |
| 671 # Linux for ia32 (and therefore simulators) default to extended 80 bit | |
| 672 # floating point formats, so these tests checking 64-bit FP precision fail. | |
| 673 # The other platforms/arch's pass these tests. | |
| 674 # We follow the other major JS engines by keeping this default. | |
| 675 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], | |
| 676 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK], | |
| 677 | |
| 678 ############################ INVALID TESTS ############################# | |
| 679 | |
| 680 # The reference value calculated by Test262 is incorrect if you run these | |
| 681 # tests in PST/PDT between first Sunday in March and first Sunday in April. | |
| 682 # The DST switch was moved in 2007 whereas Test262 bases the reference value | |
| 683 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 | |
| 684 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK], | |
| 685 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK], | |
| 686 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK], | |
| 687 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK], | |
| 688 'built-ins/Date/S15.9.3.1_A5_T5': [PASS, FAIL_OK], | |
| 689 'built-ins/Date/S15.9.3.1_A5_T6': [PASS, FAIL_OK], | |
| 690 | |
| 691 # Test makes unjustified assumptions about the number of calls to SortCompare. | |
| 692 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 | |
| 693 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], | |
| 694 | |
| 695 # Tests do not return boolean. | |
| 696 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK], | |
| 697 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], | |
| 698 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], | |
| 699 | |
| 700 # Test bug https://github.com/tc39/test262/issues/405 | |
| 701 'intl402/Collator/prototype/compare/10.3.2_1_c': [PASS, FAIL_OK], | |
| 702 'intl402/Collator/prototype/compare/10.3.2_CS_b_NN': [PASS, FAIL_OK], | |
| 703 'intl402/Collator/prototype/compare/10.3.2_CS_c_NN': [PASS, FAIL_OK], | |
| 704 'intl402/Collator/prototype/compare/10.3.2_CS_d_NN': [PASS, FAIL_OK], | |
| 705 'intl402/Date/prototype/13.3.0_7': [PASS, FAIL_OK], | |
| 706 | |
| 707 ############################ SKIPPED TESTS ############################# | |
| 708 | |
| 709 # These tests take a looong time to run. | |
| 710 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], | |
| 711 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], | |
| 712 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], | |
| 713 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], | |
| 714 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], | |
| 715 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | |
| 716 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], | |
| 717 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T1': [SKIP], | |
| 718 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | |
| 719 'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP], | |
| 720 'intl402/9.2.6_4_b': [SKIP], | |
| 721 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP], | |
| 722 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP], | |
| 723 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP], | |
| 724 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP], | |
| 725 'language/statements/const/syntax/const-invalid-assignment-next-expression-for
': [SKIP], | |
| 726 }], # ALWAYS | |
| 727 | |
| 728 ['system == macos', { | |
| 729 'intl402/11.3.2_TRP': [FAIL], | |
| 730 'intl402/9.2.5_11_g_ii_2': [FAIL], | |
| 731 }], # system == macos | |
| 732 | |
| 733 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { | |
| 734 | |
| 735 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | |
| 736 # compilation of parenthesized function literals. Needs investigation. | |
| 737 'language/statements/function/S13.2.1_A1_T1': [SKIP], | |
| 738 | |
| 739 # BUG(3251225): Tests that timeout with --nocrankshaft. | |
| 740 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | |
| 741 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | |
| 742 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | |
| 743 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | |
| 744 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | |
| 745 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | |
| 746 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | |
| 747 ] | |
| OLD | NEW |