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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 # https://bugs.chromium.org/p/v8/issues/detail?id=4634 | 173 # https://bugs.chromium.org/p/v8/issues/detail?id=4634 |
174 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion':
[FAIL], | 174 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion':
[FAIL], |
175 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion':
[FAIL], | 175 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion':
[FAIL], |
176 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [
FAIL], | 176 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [
FAIL], |
177 'built-ins/DataView/prototype/setInt32/index-check-before-value-conversion': [
FAIL], | 177 'built-ins/DataView/prototype/setInt32/index-check-before-value-conversion': [
FAIL], |
178 'built-ins/DataView/prototype/setUint16/index-check-before-value-conversion':
[FAIL], | 178 'built-ins/DataView/prototype/setUint16/index-check-before-value-conversion':
[FAIL], |
179 'built-ins/DataView/prototype/setUint32/index-check-before-value-conversion':
[FAIL], | 179 'built-ins/DataView/prototype/setUint32/index-check-before-value-conversion':
[FAIL], |
180 'built-ins/DataView/prototype/setUint8/index-check-before-value-conversion': [
FAIL], | 180 'built-ins/DataView/prototype/setUint8/index-check-before-value-conversion': [
FAIL], |
181 'built-ins/DataView/prototype/setInt8/index-check-before-value-conversion': [F
AIL], | 181 'built-ins/DataView/prototype/setInt8/index-check-before-value-conversion': [F
AIL], |
182 | 182 |
183 # https://bugs.chromium.org/p/v8/issues/detail?id=4706 | |
184 'language/statements/class/subclass/builtin-objects/NativeError/EvalError-mess
age': [FAIL], | |
185 'language/statements/class/subclass/builtin-objects/NativeError/RangeError-mes
sage': [FAIL], | |
186 'language/statements/class/subclass/builtin-objects/NativeError/ReferenceError
-message': [FAIL], | |
187 'language/statements/class/subclass/builtin-objects/NativeError/SyntaxError-me
ssage': [FAIL], | |
188 'language/statements/class/subclass/builtin-objects/NativeError/TypeError-mess
age': [FAIL], | |
189 'language/statements/class/subclass/builtin-objects/NativeError/URIError-messa
ge': [FAIL], | |
190 'language/statements/class/subclass/builtin-objects/Error/message-property-ass
ignment': [FAIL], | |
191 | |
192 # https://code.google.com/p/chromium/issues/detail?id=581577 | 183 # https://code.google.com/p/chromium/issues/detail?id=581577 |
193 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], | 184 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], |
194 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], | 185 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], |
195 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], | 186 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], |
196 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], | 187 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], |
197 | 188 |
198 # https://bugs.chromium.org/p/v8/issues/detail?id=4727 | 189 # https://bugs.chromium.org/p/v8/issues/detail?id=4727 |
199 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL], | 190 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL], |
200 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL], | 191 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL], |
201 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL], | 192 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL], |
202 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL], | 193 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL], |
203 | 194 |
204 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 | 195 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 |
205 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL], | 196 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL], |
206 | 197 |
| 198 # https://bugs.chromium.org/p/v8/issues/detail?id=4890 |
| 199 'language/statements/class/subclass/default-constructor-spread-override': [FAI
L], |
| 200 |
| 201 # https://bugs.chromium.org/p/v8/issues/detail?id=4901 |
| 202 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-greater-than-last-in
dex': [FAIL], |
| 203 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-lower-than-zero': [F
AIL], |
| 204 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-minus-zero': [FAIL], |
| 205 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-integer': [FAIL]
, |
| 206 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-no
t-writable': [FAIL], |
| 207 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL], |
| 208 'built-ins/TypedArrays/internals/Set/key-is-not-integer': [FAIL], |
| 209 'built-ins/TypedArrays/internals/Set/key-is-out-of-bounds': [FAIL], |
| 210 'built-ins/TypedArrays/internals/Set/tonumber-value-throws': [FAIL], |
| 211 |
| 212 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 |
| 213 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], |
| 214 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], |
| 215 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], |
| 216 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], |
| 217 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL], |
| 218 # Some TypedArray methods throw due to the same bug, from Get |
| 219 'built-ins/TypedArray/prototype/every/callbackfn-detachbuffer': [FAIL], |
| 220 'built-ins/TypedArray/prototype/find/predicate-may-detach-buffer': [FAIL], |
| 221 'built-ins/TypedArray/prototype/findIndex/predicate-may-detach-buffer': [FAIL]
, |
| 222 'built-ins/TypedArray/prototype/forEach/callbackfn-detachbuffer': [FAIL], |
| 223 'built-ins/TypedArray/prototype/map/callbackfn-detachbuffer': [FAIL], |
| 224 'built-ins/TypedArray/prototype/some/callbackfn-detachbuffer': [FAIL], |
| 225 |
| 226 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 |
| 227 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL], |
| 228 'built-ins/TypedArray/prototype/entries/detached-buffer': [FAIL], |
| 229 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], |
| 230 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], |
| 231 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], |
| 232 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], |
| 233 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], |
| 234 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], |
| 235 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], |
| 236 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], |
| 237 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], |
| 238 'built-ins/TypedArray/prototype/keys/detached-buffer': [FAIL], |
| 239 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], |
| 240 'built-ins/TypedArray/prototype/map/detached-buffer': [FAIL], |
| 241 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL], |
| 242 'built-ins/TypedArray/prototype/set/detached-buffer': [FAIL], |
| 243 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL], |
| 244 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL], |
| 245 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL], |
| 246 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], |
| 247 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], |
| 248 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], |
| 249 'built-ins/TypedArray/prototype/values/detached-buffer': [FAIL], |
| 250 |
| 251 # https://bugs.chromium.org/p/v8/issues/detail?id=4925 |
| 252 'built-ins/ThrowTypeError/forbidden-arguments': [FAIL], |
| 253 'built-ins/ThrowTypeError/forbidden-caller': [FAIL], |
| 254 |
| 255 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 |
| 256 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], |
| 257 |
| 258 # https://bugs.chromium.org/p/v8/issues/detail?id=4902 |
| 259 'built-ins/TypedArray/prototype/byteLength/prop-desc': [FAIL], |
| 260 'built-ins/TypedArray/prototype/byteOffset/prop-desc': [FAIL], |
| 261 'built-ins/TypedArray/prototype/copyWithin/get-length-ignores-length-prop': [F
AIL], |
| 262 'built-ins/TypedArray/prototype/every/get-length-ignores-length-prop': [FAIL], |
| 263 'built-ins/TypedArray/prototype/every/get-length-uses-internal-arraylength': [
FAIL], |
| 264 'built-ins/TypedArray/prototype/fill/get-length-ignores-length-prop': [FAIL], |
| 265 'built-ins/TypedArray/prototype/find/get-length-ignores-length-prop': [FAIL], |
| 266 'built-ins/TypedArray/prototype/findIndex/get-length-ignores-length-prop': [FA
IL], |
| 267 'built-ins/TypedArray/prototype/indexOf/get-length-uses-internal-arraylength':
[FAIL], |
| 268 'built-ins/TypedArray/prototype/lastIndexOf/get-length-uses-internal-arrayleng
th': [FAIL], |
| 269 'built-ins/TypedArray/prototype/length/prop-desc': [FAIL], |
| 270 'built-ins/TypedArray/prototype/some/get-length-uses-internal-arraylength': [F
AIL], |
| 271 |
| 272 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 |
| 273 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], |
| 274 'language/statements/try/early-catch-lex': [FAIL], |
| 275 'language/statements/try/early-catch-var': [FAIL], |
| 276 |
| 277 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 |
| 278 'language/expressions/assignment/destructuring/array-elem-iter-rtrn-close': [F
AIL], |
| 279 'language/expressions/assignment/destructuring/array-elem-iter-rtrn-close-err'
: [FAIL], |
| 280 'language/expressions/assignment/destructuring/array-elem-iter-rtrn-close-null
': [FAIL], |
| 281 'language/expressions/assignment/destructuring/array-elem-iter-thrw-close': [F
AIL], |
| 282 'language/expressions/assignment/destructuring/array-elem-iter-thrw-close-err'
: [FAIL], |
| 283 'language/expressions/assignment/destructuring/array-elem-trlg-iter-list-rtrn-
close': [FAIL], |
| 284 'language/expressions/assignment/destructuring/array-elem-trlg-iter-list-rtrn-
close-err': [FAIL], |
| 285 'language/expressions/assignment/destructuring/array-elem-trlg-iter-list-rtrn-
close-null': [FAIL], |
| 286 'language/expressions/assignment/destructuring/array-elem-trlg-iter-list-thrw-
close': [FAIL], |
| 287 'language/expressions/assignment/destructuring/array-elem-trlg-iter-list-thrw-
close-err': [FAIL], |
| 288 'language/expressions/assignment/destructuring/array-elem-trlg-iter-rest-rtrn-
close': [FAIL], |
| 289 'language/expressions/assignment/destructuring/array-elem-trlg-iter-rest-rtrn-
close-err': [FAIL], |
| 290 'language/expressions/assignment/destructuring/array-elem-trlg-iter-rest-rtrn-
close-null': [FAIL], |
| 291 'language/expressions/assignment/destructuring/array-elem-trlg-iter-rest-thrw-
close': [FAIL], |
| 292 'language/expressions/assignment/destructuring/array-elem-trlg-iter-rest-thrw-
close-err': [FAIL], |
| 293 'language/expressions/assignment/destructuring/array-rest-iter-rtrn-close': [F
AIL], |
| 294 'language/expressions/assignment/destructuring/array-rest-iter-rtrn-close-err'
: [FAIL], |
| 295 'language/expressions/assignment/destructuring/array-rest-iter-rtrn-close-null
': [FAIL], |
| 296 'language/expressions/assignment/destructuring/array-rest-iter-thrw-close': [F
AIL], |
| 297 'language/expressions/assignment/destructuring/array-rest-iter-thrw-close-err'
: [FAIL], |
| 298 'language/expressions/assignment/destructuring/array-rest-lref-err': [FAIL], |
| 299 |
| 300 # https://bugs.chromium.org/p/v8/issues/detail?id=896 |
| 301 'language/literals/regexp/early-err-pattern': [FAIL], |
| 302 |
| 303 # https://bugs.chromium.org/p/v8/issues/detail?id=4468 |
| 304 'language/eval-code/direct/non-definable-function-with-function': [FAIL], |
| 305 'language/eval-code/direct/non-definable-function-with-variable': [FAIL], |
| 306 'language/eval-code/indirect/non-definable-function-with-function': [FAIL], |
| 307 'language/eval-code/indirect/non-definable-function-with-variable': [FAIL], |
| 308 |
| 309 # https://bugs.chromium.org/p/v8/issues/detail?id=4955 |
| 310 'language/eval-code/direct/var-env-global-lex-non-strict': [FAIL], |
| 311 'language/eval-code/direct/var-env-lower-lex-non-strict': [FAIL], |
| 312 'language/eval-code/indirect/var-env-global-lex-non-strict': [FAIL], |
| 313 |
| 314 # https://bugs.chromium.org/p/v8/issues/detail?id=4124 |
| 315 'built-ins/Simd/*': [SKIP], |
| 316 |
| 317 # https://bugs.chromium.org/p/v8/issues/detail?id=4958 |
| 318 'built-ins/Function/prototype/toString/Function': [FAIL], |
| 319 'built-ins/Function/prototype/toString/GeneratorFunction': [FAIL], |
| 320 'built-ins/Function/prototype/toString/function-declaration': [FAIL], |
| 321 'built-ins/Function/prototype/toString/function-declaration-non-simple-paramet
er-list': [FAIL], |
| 322 'built-ins/Function/prototype/toString/function-expression': [FAIL], |
| 323 'built-ins/Function/prototype/toString/generator-function-declaration': [FAIL]
, |
| 324 'built-ins/Function/prototype/toString/generator-function-expression': [FAIL], |
| 325 'built-ins/Function/prototype/toString/generator-method': [FAIL], |
| 326 'built-ins/Function/prototype/toString/getter-class': [FAIL], |
| 327 'built-ins/Function/prototype/toString/getter-class-static': [FAIL], |
| 328 'built-ins/Function/prototype/toString/getter-object': [FAIL], |
| 329 'built-ins/Function/prototype/toString/line-terminator-normalisation-CR': [FAI
L], |
| 330 'built-ins/Function/prototype/toString/line-terminator-normalisation-CR-LF': [
FAIL], |
| 331 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': [FAI
L], |
| 332 'built-ins/Function/prototype/toString/method-class': [FAIL], |
| 333 'built-ins/Function/prototype/toString/method-class-static': [FAIL], |
| 334 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL], |
| 335 'built-ins/Function/prototype/toString/method-object': [FAIL], |
| 336 'built-ins/Function/prototype/toString/setter-class': [FAIL], |
| 337 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], |
| 338 'built-ins/Function/prototype/toString/setter-object': [FAIL], |
| 339 'built-ins/Function/prototype/toString/unicode': [FAIL], |
| 340 |
207 ######################## NEEDS INVESTIGATION ########################### | 341 ######################## NEEDS INVESTIGATION ########################### |
208 | 342 |
209 # These test failures are specific to the intl402 suite and need investigation | 343 # These test failures are specific to the intl402 suite and need investigation |
210 # to be either marked as bugs with issues filed for them or as deliberate | 344 # to be either marked as bugs with issues filed for them or as deliberate |
211 # incompatibilities if the test cases turn out to be broken or ambiguous. | 345 # incompatibilities if the test cases turn out to be broken or ambiguous. |
212 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 346 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
213 'intl402/6.2.3': [FAIL], | 347 'intl402/6.2.3': [FAIL], |
214 'intl402/Collator/10.1.2.1_4': [FAIL], | 348 'intl402/Collator/10.1.2.1_4': [FAIL], |
215 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 349 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
216 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 350 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
217 'intl402/Collator/prototype/10.3_a': [FAIL], | 351 'intl402/Collator/prototype/10.3_a': [FAIL], |
218 'intl402/DateTimeFormat/12.1.1': [FAIL], | 352 'intl402/DateTimeFormat/12.1.1': [FAIL], |
219 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], | 353 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], |
220 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], | 354 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], |
221 'intl402/DateTimeFormat/12.2.3_b': [FAIL], | 355 'intl402/DateTimeFormat/12.2.3_b': [FAIL], |
222 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], | 356 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], |
223 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], | 357 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], |
224 'intl402/NumberFormat/11.1.1_20_c': [FAIL], | 358 'intl402/NumberFormat/11.1.1_20_c': [FAIL], |
225 'intl402/NumberFormat/11.1.2': [PASS, FAIL], | 359 'intl402/NumberFormat/11.1.2': [PASS, FAIL], |
226 'intl402/NumberFormat/11.1.2.1_4': [FAIL], | 360 'intl402/NumberFormat/11.1.2.1_4': [FAIL], |
227 'intl402/NumberFormat/11.2.3_b': [FAIL], | 361 'intl402/NumberFormat/11.2.3_b': [FAIL], |
228 'intl402/NumberFormat/prototype/11.3_a': [FAIL], | 362 'intl402/NumberFormat/prototype/11.3_a': [FAIL], |
229 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], | 363 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], |
230 | 364 |
231 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 365 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
232 | 366 |
233 # https://code.google.com/p/v8/issues/detail?id=4693 | 367 # https://code.google.com/p/v8/issues/detail?id=4693 |
234 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], | 368 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], |
235 | 369 |
| 370 # https://bugs.chromium.org/p/v8/issues/detail?id=4953 |
| 371 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor': [FAIL], |
| 372 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-abrupt': [FAIL], |
| 373 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-inherited': [FAI
L], |
| 374 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-returns-throws':
[FAIL], |
| 375 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species': [FAIL], |
| 376 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-abrupt': [FAI
L], |
| 377 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor':
[FAIL], |
| 378 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-i
nvocation': [FAIL], |
| 379 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-r
eturns-another-instance': [FAIL], |
| 380 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-t
hrows': [FAIL], |
| 381 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-returns-throw
s': [FAIL], |
| 382 |
236 ############################ INVALID TESTS ############################# | 383 ############################ INVALID TESTS ############################# |
237 | 384 |
238 # The reference value calculated by Test262 is incorrect if you run these | |
239 # tests in PST/PDT between first Sunday in March and first Sunday in April. | |
240 # The DST switch was moved in 2007 whereas Test262 bases the reference value | |
241 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 | |
242 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK], | |
243 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK], | |
244 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK], | |
245 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK], | |
246 'built-ins/Date/S15.9.3.1_A5_T5': [PASS, FAIL_OK], | |
247 'built-ins/Date/S15.9.3.1_A5_T6': [PASS, FAIL_OK], | |
248 | |
249 # Test makes unjustified assumptions about the number of calls to SortCompare. | 385 # Test makes unjustified assumptions about the number of calls to SortCompare. |
250 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 | 386 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 |
251 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], | 387 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], |
252 | 388 |
253 # Test bug https://github.com/tc39/test262/issues/518 | |
254 'built-ins/TypedArrays/object-arg-throws-setting-typedarray-property': [FAIL], | |
255 'built-ins/Object/getOwnPropertyDescriptors/duplicate-keys': [FAIL], | |
256 'built-ins/Object/getOwnPropertyDescriptors/symbols-included': [FAIL], | |
257 | |
258 # Test bug https://github.com/tc39/test262/issues/521 | |
259 'built-ins/TypedArray/from/mapfn-is-not-callable': [FAIL], | |
260 | |
261 # Test bug https://github.com/tc39/test262/issues/529 | |
262 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], | |
263 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], | |
264 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], | |
265 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise
with --fast-math) | |
266 | |
267 ############################ SKIPPED TESTS ############################# | 389 ############################ SKIPPED TESTS ############################# |
268 | 390 |
269 # These tests take a looong time to run. | 391 # These tests take a looong time to run. |
270 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], | 392 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], |
271 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], | 393 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], |
272 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], | 394 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], |
273 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], | 395 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], |
274 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], | 396 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], |
275 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 397 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
276 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], | 398 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 442 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
321 }], # asan == True | 443 }], # asan == True |
322 | 444 |
323 ['asan == True or msan == True or tsan == True', { | 445 ['asan == True or msan == True or tsan == True', { |
324 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 446 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
325 # The failed allocation causes an asan/msan/tsan error | 447 # The failed allocation causes an asan/msan/tsan error |
326 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 448 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
327 }], # asan == True or msan == True or tsan == True | 449 }], # asan == True or msan == True or tsan == True |
328 | 450 |
329 ] | 451 ] |
OLD | NEW |