| 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 26 matching lines...) Expand all Loading... |
| 37 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], | 37 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], |
| 38 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], | 38 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], |
| 39 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], | 39 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], |
| 40 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], | 40 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], |
| 41 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], | 41 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], |
| 42 'language/expressions/compound-assignment/S11.13.2_A7.5_T4': [FAIL], | 42 'language/expressions/compound-assignment/S11.13.2_A7.5_T4': [FAIL], |
| 43 'language/expressions/compound-assignment/S11.13.2_A7.6_T4': [FAIL], | 43 'language/expressions/compound-assignment/S11.13.2_A7.6_T4': [FAIL], |
| 44 'language/expressions/compound-assignment/S11.13.2_A7.7_T4': [FAIL], | 44 'language/expressions/compound-assignment/S11.13.2_A7.7_T4': [FAIL], |
| 45 'language/expressions/compound-assignment/S11.13.2_A7.8_T4': [FAIL], | 45 'language/expressions/compound-assignment/S11.13.2_A7.8_T4': [FAIL], |
| 46 'language/expressions/compound-assignment/S11.13.2_A7.9_T4': [FAIL], | 46 'language/expressions/compound-assignment/S11.13.2_A7.9_T4': [FAIL], |
| 47 'language/statements/with/unscopables-inc-dec': [FAIL], |
| 47 | 48 |
| 48 # https://code.google.com/p/v8/issues/detail?id=4249 | 49 # https://code.google.com/p/v8/issues/detail?id=4249 |
| 49 'language/expressions/assignment/S11.13.1_A7_T1': [FAIL], | 50 'language/expressions/assignment/S11.13.1_A7_T1': [FAIL], |
| 50 'language/expressions/assignment/S11.13.1_A7_T2': [FAIL], | 51 'language/expressions/assignment/S11.13.1_A7_T2': [FAIL], |
| 51 'language/expressions/assignment/S11.13.1_A7_T3': [FAIL], | 52 'language/expressions/assignment/S11.13.1_A7_T3': [FAIL], |
| 52 'language/expressions/postfix-increment/S11.3.1_A6_T3': [FAIL], | 53 'language/expressions/postfix-increment/S11.3.1_A6_T3': [FAIL], |
| 53 'language/expressions/postfix-decrement/S11.3.2_A6_T3': [FAIL], | 54 'language/expressions/postfix-decrement/S11.3.2_A6_T3': [FAIL], |
| 54 'language/expressions/prefix-decrement/S11.4.5_A6_T3': [FAIL], | 55 'language/expressions/prefix-decrement/S11.4.5_A6_T3': [FAIL], |
| 55 'language/expressions/prefix-increment/S11.4.4_A6_T3': [FAIL], | 56 'language/expressions/prefix-increment/S11.4.4_A6_T3': [FAIL], |
| 56 | 57 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 79 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], | 80 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], |
| 80 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], | 81 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], |
| 81 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], | 82 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], |
| 82 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | 83 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], |
| 83 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | 84 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], |
| 84 'language/statements/variable/binding-resolution': [FAIL], | 85 'language/statements/variable/binding-resolution': [FAIL], |
| 85 | 86 |
| 86 # https://code.google.com/p/v8/issues/detail?id=4253 | 87 # https://code.google.com/p/v8/issues/detail?id=4253 |
| 87 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 88 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
| 88 | 89 |
| 89 ###### BEGIN REGEXP SUBCLASSING SECTION ###### | |
| 90 # https://bugs.chromium.org/p/v8/issues/detail?id=5949 | |
| 91 'built-ins/RegExp/prototype/exec/failure-lastindex-no-access': [FAIL], | |
| 92 'built-ins/RegExp/prototype/exec/success-lastindex-no-access': [FAIL], | |
| 93 | |
| 94 ###### END REGEXP SUBCLASSING SECTION ###### | |
| 95 | |
| 96 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 | 90 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 |
| 97 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL], | 91 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL], |
| 98 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm': [FA
IL], | 92 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm': [FA
IL], |
| 99 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], | 93 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], |
| 100 'built-ins/TypedArrays/internals/Get/detached-buffer-realm': [FAIL], | 94 'built-ins/TypedArrays/internals/Get/detached-buffer-realm': [FAIL], |
| 101 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], | 95 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], |
| 102 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer-realm': [FAIL]
, | 96 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer-realm': [FAIL]
, |
| 103 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], | 97 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], |
| 104 'built-ins/TypedArrays/internals/HasProperty/detached-buffer-realm': [FAIL], | 98 'built-ins/TypedArrays/internals/HasProperty/detached-buffer-realm': [FAIL], |
| 105 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], | 99 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': ['--
harmony-function-tostring'], | 262 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': ['--
harmony-function-tostring'], |
| 269 'built-ins/Function/prototype/toString/method-class': ['--harmony-function-tos
tring'], | 263 'built-ins/Function/prototype/toString/method-class': ['--harmony-function-tos
tring'], |
| 270 'built-ins/Function/prototype/toString/method-class-static': ['--harmony-funct
ion-tostring'], | 264 'built-ins/Function/prototype/toString/method-class-static': ['--harmony-funct
ion-tostring'], |
| 271 'built-ins/Function/prototype/toString/method-computed-property-name': ['--har
mony-function-tostring'], | 265 'built-ins/Function/prototype/toString/method-computed-property-name': ['--har
mony-function-tostring'], |
| 272 'built-ins/Function/prototype/toString/method-object': ['--harmony-function-to
string'], | 266 'built-ins/Function/prototype/toString/method-object': ['--harmony-function-to
string'], |
| 273 'built-ins/Function/prototype/toString/setter-class': ['--harmony-function-tos
tring'], | 267 'built-ins/Function/prototype/toString/setter-class': ['--harmony-function-tos
tring'], |
| 274 'built-ins/Function/prototype/toString/setter-class-static': ['--harmony-funct
ion-tostring'], | 268 'built-ins/Function/prototype/toString/setter-class-static': ['--harmony-funct
ion-tostring'], |
| 275 'built-ins/Function/prototype/toString/setter-object': ['--harmony-function-to
string'], | 269 'built-ins/Function/prototype/toString/setter-object': ['--harmony-function-to
string'], |
| 276 'built-ins/Function/prototype/toString/unicode': ['--harmony-function-tostring
'], | 270 'built-ins/Function/prototype/toString/unicode': ['--harmony-function-tostring
'], |
| 277 | 271 |
| 278 # https://bugs.chromium.org/p/v8/issues/detail?id=5115 | |
| 279 'language/statements/class/subclass/class-definition-null-proto-missing-return
-override': [FAIL], | |
| 280 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL], | |
| 281 | |
| 282 # https://bugs.chromium.org/p/v8/issues/detail?id=5116 | 272 # https://bugs.chromium.org/p/v8/issues/detail?id=5116 |
| 283 'built-ins/Object/internals/DefineOwnProperty/nan-equivalence': [PASS, FAIL], | 273 'built-ins/Object/internals/DefineOwnProperty/nan-equivalence': [PASS, FAIL], |
| 284 'built-ins/TypedArray/prototype/fill/fill-values-conversion-operations-consist
ent-nan': [PASS, FAIL], | 274 'built-ins/TypedArray/prototype/fill/fill-values-conversion-operations-consist
ent-nan': [PASS, FAIL], |
| 285 'built-ins/TypedArrays/internals/DefineOwnProperty/conversion-operation-consis
tent-nan': [PASS, FAIL], | 275 'built-ins/TypedArrays/internals/DefineOwnProperty/conversion-operation-consis
tent-nan': [PASS, FAIL], |
| 286 'built-ins/TypedArrays/internals/Set/conversion-operation-consistent-nan': [PA
SS, FAIL], | 276 'built-ins/TypedArrays/internals/Set/conversion-operation-consistent-nan': [PA
SS, FAIL], |
| 287 | 277 |
| 288 # https://bugs.chromium.org/p/v8/issues/detail?id=5070 | 278 # https://bugs.chromium.org/p/v8/issues/detail?id=5070 |
| 289 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-configurable':
[FAIL], | 279 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-configurable':
[FAIL], |
| 290 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-extensible': [F
AIL], | 280 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-extensible': [F
AIL], |
| 291 'annexB/built-ins/Object/prototype/__defineGetter__/this-non-obj': [FAIL], | 281 'annexB/built-ins/Object/prototype/__defineGetter__/this-non-obj': [FAIL], |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': ['--icu-c
ase-mapping'], | 413 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': ['--icu-c
ase-mapping'], |
| 424 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': ['--icu-cas
e-mapping'], | 414 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': ['--icu-cas
e-mapping'], |
| 425 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': ['--ic
u-case-mapping'], | 415 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': ['--ic
u-case-mapping'], |
| 426 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': ['--icu-c
ase-mapping'], | 416 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': ['--icu-c
ase-mapping'], |
| 427 | 417 |
| 428 # https://bugs.chromium.org/p/v8/issues/detail?id=5601 | 418 # https://bugs.chromium.org/p/v8/issues/detail?id=5601 |
| 429 'intl402/PluralRules/*': [SKIP], | 419 'intl402/PluralRules/*': [SKIP], |
| 430 | 420 |
| 431 # https://bugs.chromium.org/p/v8/issues/detail?id=5855 | 421 # https://bugs.chromium.org/p/v8/issues/detail?id=5855 |
| 432 'language/expressions/async-generators/*': [SKIP], | 422 'language/expressions/async-generators/*': [SKIP], |
| 423 'language/statements/async-generator/*': [SKIP], |
| 433 | 424 |
| 434 # SharedArrayBuffer tests that require flags | 425 # SharedArrayBuffer tests that require flags |
| 435 'built-ins/SharedArrayBuffer/*': ['--harmony-sharedarraybuffer'], | 426 'built-ins/SharedArrayBuffer/*': ['--harmony-sharedarraybuffer'], |
| 436 'built-ins/Atomics/*': ['--harmony-sharedarraybuffer'], | 427 'built-ins/Atomics/*': ['--harmony-sharedarraybuffer'], |
| 428 'built-ins/ArrayBuffer/prototype/byteLength/this-is-sharedarraybuffer': ['--ha
rmony-sharedarraybuffer'], |
| 429 'built-ins/ArrayBuffer/prototype/slice/this-is-sharedarraybuffer': ['--harmony
-sharedarraybuffer'], |
| 437 'built-ins/DataView/buffer-does-not-have-arraybuffer-data-throws-sab': ['--har
mony-sharedarraybuffer'], | 430 'built-ins/DataView/buffer-does-not-have-arraybuffer-data-throws-sab': ['--har
mony-sharedarraybuffer'], |
| 438 'built-ins/DataView/buffer-reference-sab': ['--harmony-sharedarraybuffer'], | 431 'built-ins/DataView/buffer-reference-sab': ['--harmony-sharedarraybuffer'], |
| 439 'built-ins/DataView/byteoffset-is-negative-throws-sab': ['--harmony-sharedarra
ybuffer'], | 432 'built-ins/DataView/byteoffset-is-negative-throws-sab': ['--harmony-sharedarra
ybuffer'], |
| 440 'built-ins/DataView/custom-proto-access-throws-sab': ['--harmony-sharedarraybu
ffer'], | 433 'built-ins/DataView/custom-proto-access-throws-sab': ['--harmony-sharedarraybu
ffer'], |
| 441 'built-ins/DataView/custom-proto-if-not-object-fallbacks-to-default-prototype-
sab': ['--harmony-sharedarraybuffer'], | 434 'built-ins/DataView/custom-proto-if-not-object-fallbacks-to-default-prototype-
sab': ['--harmony-sharedarraybuffer'], |
| 442 'built-ins/DataView/custom-proto-if-object-is-used-sab': ['--harmony-sharedarr
aybuffer'], | 435 'built-ins/DataView/custom-proto-if-object-is-used-sab': ['--harmony-sharedarr
aybuffer'], |
| 443 'built-ins/DataView/defined-bytelength-and-byteoffset-sab': ['--harmony-shared
arraybuffer'], | 436 'built-ins/DataView/defined-bytelength-and-byteoffset-sab': ['--harmony-shared
arraybuffer'], |
| 444 'built-ins/DataView/defined-byteoffset-sab': ['--harmony-sharedarraybuffer'], | 437 'built-ins/DataView/defined-byteoffset-sab': ['--harmony-sharedarraybuffer'], |
| 445 'built-ins/DataView/defined-byteoffset-undefined-bytelength-sab': ['--harmony-
sharedarraybuffer'], | 438 'built-ins/DataView/defined-byteoffset-undefined-bytelength-sab': ['--harmony-
sharedarraybuffer'], |
| 446 'built-ins/DataView/excessive-bytelength-throws-sab': ['--harmony-sharedarrayb
uffer'], | 439 'built-ins/DataView/excessive-bytelength-throws-sab': ['--harmony-sharedarrayb
uffer'], |
| (...skipping 20 matching lines...) Expand all Loading... |
| 467 'built-ins/DataView/prototype/getInt32/to-boolean-littleendian-sab': ['--harmo
ny-sharedarraybuffer'], | 460 'built-ins/DataView/prototype/getInt32/to-boolean-littleendian-sab': ['--harmo
ny-sharedarraybuffer'], |
| 468 'built-ins/DataView/prototype/getInt32/toindex-byteoffset-sab': ['--harmony-sh
aredarraybuffer'], | 461 'built-ins/DataView/prototype/getInt32/toindex-byteoffset-sab': ['--harmony-sh
aredarraybuffer'], |
| 469 'built-ins/DataView/return-abrupt-tonumber-bytelength-sab': ['--harmony-shared
arraybuffer'], | 462 'built-ins/DataView/return-abrupt-tonumber-bytelength-sab': ['--harmony-shared
arraybuffer'], |
| 470 'built-ins/DataView/return-abrupt-tonumber-bytelength-symbol-sab': ['--harmony
-sharedarraybuffer'], | 463 'built-ins/DataView/return-abrupt-tonumber-bytelength-symbol-sab': ['--harmony
-sharedarraybuffer'], |
| 471 'built-ins/DataView/return-abrupt-tonumber-byteoffset-sab': ['--harmony-shared
arraybuffer'], | 464 'built-ins/DataView/return-abrupt-tonumber-byteoffset-sab': ['--harmony-shared
arraybuffer'], |
| 472 'built-ins/DataView/return-abrupt-tonumber-byteoffset-symbol-sab': ['--harmony
-sharedarraybuffer'], | 465 'built-ins/DataView/return-abrupt-tonumber-byteoffset-symbol-sab': ['--harmony
-sharedarraybuffer'], |
| 473 'built-ins/DataView/return-instance-sab': ['--harmony-sharedarraybuffer'], | 466 'built-ins/DataView/return-instance-sab': ['--harmony-sharedarraybuffer'], |
| 474 'built-ins/DataView/toindex-bytelength-sab': ['--harmony-sharedarraybuffer'], | 467 'built-ins/DataView/toindex-bytelength-sab': ['--harmony-sharedarraybuffer'], |
| 475 'built-ins/DataView/toindex-byteoffset-sab': ['--harmony-sharedarraybuffer'], | 468 'built-ins/DataView/toindex-byteoffset-sab': ['--harmony-sharedarraybuffer'], |
| 476 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-othe
r-type-conversions-sab': ['--harmony-sharedarraybuffer'], | 469 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-othe
r-type-conversions-sab': ['--harmony-sharedarraybuffer'], |
| 470 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-othe
r-type-sab': ['--harmony-sharedarraybuffer'], |
| 477 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-same
-type-sab': ['--harmony-sharedarraybuffer'], | 471 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-same
-type-sab': ['--harmony-sharedarraybuffer'], |
| 478 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-same
-type-sab': ['--harmony-sharedarraybuffer'], | 472 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-same
-type-sab': ['--harmony-sharedarraybuffer'], |
| 479 'built-ins/TypedArrays/buffer-arg-bufferbyteoffset-throws-from-modulo-element-
size-sab': ['--harmony-sharedarraybuffer'], | 473 'built-ins/TypedArrays/buffer-arg-bufferbyteoffset-throws-from-modulo-element-
size-sab': ['--harmony-sharedarraybuffer'], |
| 480 'built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-throws-sab': ['--harm
ony-sharedarraybuffer'], | 474 'built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-throws-sab': ['--harm
ony-sharedarraybuffer'], |
| 481 'built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-zero-sab': ['--harmon
y-sharedarraybuffer'], | 475 'built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-zero-sab': ['--harmon
y-sharedarraybuffer'], |
| 482 'built-ins/TypedArrays/buffer-arg-byteoffset-is-symbol-throws-sab': ['--harmon
y-sharedarraybuffer'], | 476 'built-ins/TypedArrays/buffer-arg-byteoffset-is-symbol-throws-sab': ['--harmon
y-sharedarraybuffer'], |
| 483 'built-ins/TypedArrays/buffer-arg-byteoffset-throws-from-modulo-element-size-s
ab': ['--harmony-sharedarraybuffer'], | 477 'built-ins/TypedArrays/buffer-arg-byteoffset-throws-from-modulo-element-size-s
ab': ['--harmony-sharedarraybuffer'], |
| 484 'built-ins/TypedArrays/buffer-arg-byteoffset-to-number-throws-sab': ['--harmon
y-sharedarraybuffer'], | 478 'built-ins/TypedArrays/buffer-arg-byteoffset-to-number-throws-sab': ['--harmon
y-sharedarraybuffer'], |
| 485 'built-ins/TypedArrays/buffer-arg-custom-proto-access-throws-sab': ['--harmony
-sharedarraybuffer'], | 479 'built-ins/TypedArrays/buffer-arg-custom-proto-access-throws-sab': ['--harmony
-sharedarraybuffer'], |
| 486 'built-ins/TypedArrays/buffer-arg-defined-length-and-offset-sab': ['--harmony-
sharedarraybuffer'], | 480 'built-ins/TypedArrays/buffer-arg-defined-length-and-offset-sab': ['--harmony-
sharedarraybuffer'], |
| 487 'built-ins/TypedArrays/buffer-arg-defined-length-sab': ['--harmony-sharedarray
buffer'], | 481 'built-ins/TypedArrays/buffer-arg-defined-length-sab': ['--harmony-sharedarray
buffer'], |
| 488 'built-ins/TypedArrays/buffer-arg-defined-negative-length-sab': ['--harmony-sh
aredarraybuffer'], | 482 'built-ins/TypedArrays/buffer-arg-defined-negative-length-sab': ['--harmony-sh
aredarraybuffer'], |
| 489 'built-ins/TypedArrays/buffer-arg-defined-offset-sab': ['--harmony-sharedarray
buffer'], | 483 'built-ins/TypedArrays/buffer-arg-defined-offset-sab': ['--harmony-sharedarray
buffer'], |
| 490 'built-ins/TypedArrays/buffer-arg-excessive-length-throws-sab': ['--harmony-sh
aredarraybuffer'], | 484 'built-ins/TypedArrays/buffer-arg-excessive-length-throws-sab': ['--harmony-sh
aredarraybuffer'], |
| 491 'built-ins/TypedArrays/buffer-arg-excessive-offset-throws-sab': ['--harmony-sh
aredarraybuffer'], | 485 'built-ins/TypedArrays/buffer-arg-excessive-offset-throws-sab': ['--harmony-sh
aredarraybuffer'], |
| 492 'built-ins/TypedArrays/buffer-arg-invoked-with-undefined-newtarget-sab': ['--h
armony-sharedarraybuffer'], | 486 'built-ins/TypedArrays/buffer-arg-invoked-with-undefined-newtarget-sab': ['--h
armony-sharedarraybuffer'], |
| 493 'built-ins/TypedArrays/buffer-arg-is-referenced-sab': ['--harmony-sharedarrayb
uffer'], | 487 'built-ins/TypedArrays/buffer-arg-is-referenced-sab': ['--harmony-sharedarrayb
uffer'], |
| 494 'built-ins/TypedArrays/buffer-arg-length-access-throws-sab': ['--harmony-share
darraybuffer'], | 488 'built-ins/TypedArrays/buffer-arg-length-access-throws-sab': ['--harmony-share
darraybuffer'], |
| 495 'built-ins/TypedArrays/buffer-arg-length-is-symbol-throws-sab': ['--harmony-sh
aredarraybuffer'], | 489 'built-ins/TypedArrays/buffer-arg-length-is-symbol-throws-sab': ['--harmony-sh
aredarraybuffer'], |
| 496 'built-ins/TypedArrays/buffer-arg-new-instance-extensibility-sab': ['--harmony
-sharedarraybuffer'], | 490 'built-ins/TypedArrays/buffer-arg-new-instance-extensibility-sab': ['--harmony
-sharedarraybuffer'], |
| 497 'built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab': ['--harmony-shar
edarraybuffer'], | 491 'built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab': ['--harmony-shar
edarraybuffer'], |
| 498 'built-ins/TypedArrays/buffer-arg-returns-new-instance-sab': ['--harmony-share
darraybuffer'], | 492 'built-ins/TypedArrays/buffer-arg-returns-new-instance-sab': ['--harmony-share
darraybuffer'], |
| 499 'built-ins/TypedArrays/buffer-arg-toindex-bytelength-sab': ['--harmony-shareda
rraybuffer'], | 493 'built-ins/TypedArrays/buffer-arg-toindex-bytelength-sab': ['--harmony-shareda
rraybuffer'], |
| 500 'built-ins/TypedArrays/buffer-arg-toindex-byteoffset-sab': ['--harmony-shareda
rraybuffer'], | 494 'built-ins/TypedArrays/buffer-arg-toindex-byteoffset-sab': ['--harmony-shareda
rraybuffer'], |
| 495 'built-ins/TypedArrays/buffer-arg-typedarray-backed-by-sharedarraybuffer': ['-
-harmony-sharedarraybuffer'], |
| 501 'built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab': ['--harmony
-sharedarraybuffer'], | 496 'built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab': ['--harmony
-sharedarraybuffer'], |
| 502 'built-ins/TypedArrays/buffer-arg-use-default-proto-if-custom-proto-is-not-obj
ect-sab': ['--harmony-sharedarraybuffer'], | 497 'built-ins/TypedArrays/buffer-arg-use-default-proto-if-custom-proto-is-not-obj
ect-sab': ['--harmony-sharedarraybuffer'], |
| 503 'built-ins/TypedArrays/internals/Get/indexed-value-sab': ['--harmony-sharedarr
aybuffer'], | 498 'built-ins/TypedArrays/internals/Get/indexed-value-sab': ['--harmony-sharedarr
aybuffer'], |
| 504 'built-ins/ArrayBuffer/prototype/byteLength/this-is-sharedarraybuffer': ['--ha
rmony-sharedarraybuffer'], | 499 |
| 505 'built-ins/ArrayBuffer/prototype/slice/this-is-sharedarraybuffer': ['--harmony
-sharedarraybuffer'], | 500 # https://bugs.chromium.org/p/v8/issues/detail?id=5961 |
| 506 'built-ins/TypedArrays/buffer-arg-typedarray-backed-by-sharedarraybuffer': ['-
-harmony-sharedarraybuffer'], | 501 'built-ins/Atomics/add/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 502 'built-ins/Atomics/and/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 503 'built-ins/Atomics/compareExchange/good-views': ['--harmony-sharedarraybuffer'
, FAIL], |
| 504 'built-ins/Atomics/exchange/good-views': ['--harmony-sharedarraybuffer', FAIL]
, |
| 505 'built-ins/Atomics/load/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 506 'built-ins/Atomics/or/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 507 'built-ins/Atomics/store/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 508 'built-ins/Atomics/sub/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 509 'built-ins/Atomics/wake/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 510 'built-ins/Atomics/xor/good-views': ['--harmony-sharedarraybuffer', FAIL], |
| 507 | 511 |
| 508 # https://bugs.chromium.org/p/v8/issues/detail?id=5983 | 512 # https://bugs.chromium.org/p/v8/issues/detail?id=5983 |
| 509 'built-ins/SharedArrayBuffer/newtarget-prototype-is-not-object': [FAIL], | 513 'built-ins/SharedArrayBuffer/newtarget-prototype-is-not-object': [FAIL], |
| 510 | 514 |
| 511 # https://bugs.chromium.org/p/v8/issues/detail?id=5984 | 515 # https://bugs.chromium.org/p/v8/issues/detail?id=5984 |
| 512 'built-ins/SharedArrayBuffer/proto-from-ctor-realm': [FAIL], | 516 'built-ins/SharedArrayBuffer/proto-from-ctor-realm': [FAIL], |
| 513 | 517 |
| 514 # https://bugs.chromium.org/p/v8/issues/detail?id=5982 | |
| 515 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-othe
r-type-sab': ['--harmony-sharedarraybuffer', FAIL], | |
| 516 | |
| 517 # https://bugs.chromium.org/p/v8/issues/detail?id=5897 | 518 # https://bugs.chromium.org/p/v8/issues/detail?id=5897 |
| 518 'built-ins/SharedArrayBuffer/prototype/slice/*': [SKIP], | 519 'built-ins/SharedArrayBuffer/prototype/slice/*': [SKIP], |
| 519 | 520 |
| 521 # https://bugs.chromium.org/p/v8/issues/detail?id=6045 |
| 522 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [FAIL], |
| 523 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [FAIL], |
| 524 |
| 525 # https://bugs.chromium.org/p/v8/issues/detail?id=6049 |
| 526 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller
': [FAIL_SLOPPY], |
| 527 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-argume
nts': [FAIL_SLOPPY], |
| 528 |
| 520 ######################## NEEDS INVESTIGATION ########################### | 529 ######################## NEEDS INVESTIGATION ########################### |
| 521 | 530 |
| 522 # These test failures are specific to the intl402 suite and need investigation | 531 # These test failures are specific to the intl402 suite and need investigation |
| 523 # to be either marked as bugs with issues filed for them or as deliberate | 532 # to be either marked as bugs with issues filed for them or as deliberate |
| 524 # incompatibilities if the test cases turn out to be broken or ambiguous. | 533 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 525 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 534 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
| 526 'intl402/6.2.3': [FAIL], | 535 'intl402/6.2.3': [FAIL], |
| 527 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 536 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
| 528 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 537 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
| 529 'intl402/Collator/prototype/10.3_a': [FAIL], | 538 'intl402/Collator/prototype/10.3_a': [FAIL], |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 | 590 |
| 582 # https://github.com/tc39/test262/pull/688/files#r93657665 | 591 # https://github.com/tc39/test262/pull/688/files#r93657665 |
| 583 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-custom-species-pr
oto-from-ctor-realm': [FAIL], | 592 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-custom-species-pr
oto-from-ctor-realm': [FAIL], |
| 584 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom-pro
to-from-ctor-realm': [FAIL], | 593 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom-pro
to-from-ctor-realm': [FAIL], |
| 585 | 594 |
| 586 # Date tests that fail in CE(S)T timezone. | 595 # Date tests that fail in CE(S)T timezone. |
| 587 # https://bugs.chromium.org/p/v8/issues/detail?id=5449 | 596 # https://bugs.chromium.org/p/v8/issues/detail?id=5449 |
| 588 'built-ins/Date/prototype/setFullYear/new-value-time-clip': [PASS, FAIL], | 597 'built-ins/Date/prototype/setFullYear/new-value-time-clip': [PASS, FAIL], |
| 589 'built-ins/Date/prototype/setMonth/new-value-time-clip': [PASS, FAIL], | 598 'built-ins/Date/prototype/setMonth/new-value-time-clip': [PASS, FAIL], |
| 590 | 599 |
| 591 # v8:5486 | |
| 592 # Spec changed to be more permissive, tests need to be updated. | |
| 593 'language/module-code/instn-iee-star-cycle': [FAIL], | |
| 594 'language/module-code/instn-named-star-cycle': [FAIL], | |
| 595 'language/module-code/instn-star-star-cycle': [FAIL], | |
| 596 | |
| 597 # Symbol.iterator on namespace objects was removed, tests need to be updated. | 600 # Symbol.iterator on namespace objects was removed, tests need to be updated. |
| 598 'language/module-code/namespace/Symbol.iterator/*': [SKIP], | 601 'language/module-code/namespace/Symbol.iterator/*': [SKIP], |
| 599 'language/module-code/namespace/internals/get-own-property-sym': [SKIP], | 602 'language/module-code/namespace/internals/get-own-property-sym': [SKIP], |
| 600 'language/module-code/namespace/internals/get-sym-found': [SKIP], | 603 'language/module-code/namespace/internals/get-sym-found': [SKIP], |
| 601 'language/module-code/namespace/internals/has-property-sym-found': [SKIP], | 604 'language/module-code/namespace/internals/has-property-sym-found': [SKIP], |
| 602 'language/module-code/namespace/internals/own-property-keys-binding-types': [S
KIP], | 605 'language/module-code/namespace/internals/own-property-keys-binding-types': [S
KIP], |
| 603 'language/module-code/namespace/internals/own-property-keys-sort': [SKIP], | 606 'language/module-code/namespace/internals/own-property-keys-sort': [SKIP], |
| 604 | 607 |
| 605 # Symbol.toStringTag on namespace objects was made non-configurable, tests | 608 # Symbol.toStringTag on namespace objects was made non-configurable, tests |
| 606 # need to be updated. | 609 # need to be updated. |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 | 695 |
| 693 ['variant == asm_wasm', { | 696 ['variant == asm_wasm', { |
| 694 '*': [SKIP], | 697 '*': [SKIP], |
| 695 }], # variant == asm_wasm | 698 }], # variant == asm_wasm |
| 696 | 699 |
| 697 ['variant == wasm_traps', { | 700 ['variant == wasm_traps', { |
| 698 '*': [SKIP], | 701 '*': [SKIP], |
| 699 }], # variant == wasm_traps | 702 }], # variant == wasm_traps |
| 700 | 703 |
| 701 ] | 704 ] |
| OLD | NEW |