| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': ['--icu-cas
e-mapping'], | 436 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': ['--icu-cas
e-mapping'], |
| 437 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': ['--ic
u-case-mapping'], | 437 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': ['--ic
u-case-mapping'], |
| 438 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': ['--icu-c
ase-mapping'], | 438 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': ['--icu-c
ase-mapping'], |
| 439 | 439 |
| 440 # https://bugs.chromium.org/p/v8/issues/detail?id=5601 | 440 # https://bugs.chromium.org/p/v8/issues/detail?id=5601 |
| 441 'intl402/PluralRules/*': [SKIP], | 441 'intl402/PluralRules/*': [SKIP], |
| 442 | 442 |
| 443 # https://bugs.chromium.org/p/v8/issues/detail?id=5855 | 443 # https://bugs.chromium.org/p/v8/issues/detail?id=5855 |
| 444 'language/expressions/async-generators/*': [SKIP], | 444 'language/expressions/async-generators/*': [SKIP], |
| 445 | 445 |
| 446 # https://bugs.chromium.org/p/v8/issues/detail?id=4614 | 446 # SharedArrayBuffer tests that require flags |
| 447 'built-ins/SharedArrayBuffer/*': [SKIP], | 447 'built-ins/SharedArrayBuffer/*': ['--harmony-sharedarraybuffer'], |
| 448 'built-ins/Atomics/*': [SKIP], | 448 'built-ins/Atomics/*': ['--harmony-sharedarraybuffer'], |
| 449 'built-ins/DataView/buffer-does-not-have-arraybuffer-data-throws-sab': [SKIP], | 449 'built-ins/DataView/buffer-does-not-have-arraybuffer-data-throws-sab': ['--har
mony-sharedarraybuffer'], |
| 450 'built-ins/DataView/buffer-reference-sab': [SKIP], | 450 'built-ins/DataView/buffer-reference-sab': ['--harmony-sharedarraybuffer'], |
| 451 'built-ins/DataView/byteoffset-is-negative-throws-sab': [SKIP], | 451 'built-ins/DataView/byteoffset-is-negative-throws-sab': ['--harmony-sharedarra
ybuffer'], |
| 452 'built-ins/DataView/custom-proto-access-throws-sab': [SKIP], | 452 'built-ins/DataView/custom-proto-access-throws-sab': ['--harmony-sharedarraybu
ffer'], |
| 453 'built-ins/DataView/custom-proto-if-not-object-fallbacks-to-default-prototype-
sab': [SKIP], | 453 'built-ins/DataView/custom-proto-if-not-object-fallbacks-to-default-prototype-
sab': ['--harmony-sharedarraybuffer'], |
| 454 'built-ins/DataView/custom-proto-if-object-is-used-sab': [SKIP], | 454 'built-ins/DataView/custom-proto-if-object-is-used-sab': ['--harmony-sharedarr
aybuffer'], |
| 455 'built-ins/DataView/defined-bytelength-and-byteoffset-sab': [SKIP], | 455 'built-ins/DataView/defined-bytelength-and-byteoffset-sab': ['--harmony-shared
arraybuffer'], |
| 456 'built-ins/DataView/defined-byteoffset-sab': [SKIP], | 456 'built-ins/DataView/defined-byteoffset-sab': ['--harmony-sharedarraybuffer'], |
| 457 'built-ins/DataView/defined-byteoffset-undefined-bytelength-sab': [SKIP], | 457 'built-ins/DataView/defined-byteoffset-undefined-bytelength-sab': ['--harmony-
sharedarraybuffer'], |
| 458 'built-ins/DataView/excessive-bytelength-throws-sab': [SKIP], | 458 'built-ins/DataView/excessive-bytelength-throws-sab': ['--harmony-sharedarrayb
uffer'], |
| 459 'built-ins/DataView/excessive-byteoffset-throws-sab': [SKIP], | 459 'built-ins/DataView/excessive-byteoffset-throws-sab': ['--harmony-sharedarrayb
uffer'], |
| 460 'built-ins/DataView/instance-extensibility-sab': [SKIP], | 460 'built-ins/DataView/instance-extensibility-sab': ['--harmony-sharedarraybuffer
'], |
| 461 'built-ins/DataView/negative-bytelength-throws-sab': [SKIP], | 461 'built-ins/DataView/negative-bytelength-throws-sab': ['--harmony-sharedarraybu
ffer'], |
| 462 'built-ins/DataView/negative-byteoffset-throws-sab': [SKIP], | 462 'built-ins/DataView/negative-byteoffset-throws-sab': ['--harmony-sharedarraybu
ffer'], |
| 463 'built-ins/DataView/newtarget-undefined-throws-sab': [SKIP], | 463 'built-ins/DataView/newtarget-undefined-throws-sab': ['--harmony-sharedarraybu
ffer'], |
| 464 'built-ins/DataView/proto-from-ctor-realm-sab': [SKIP], | 464 'built-ins/DataView/proto-from-ctor-realm-sab': ['--harmony-sharedarraybuffer'
], |
| 465 'built-ins/DataView/prototype/buffer/return-buffer-sab': [SKIP], | 465 'built-ins/DataView/prototype/buffer/return-buffer-sab': ['--harmony-sharedarr
aybuffer'], |
| 466 'built-ins/DataView/prototype/buffer/this-has-no-dataview-internal-sab': [SKIP
], | 466 'built-ins/DataView/prototype/buffer/this-has-no-dataview-internal-sab': ['--h
armony-sharedarraybuffer'], |
| 467 'built-ins/DataView/prototype/byteLength/return-bytelength-sab': [SKIP], | 467 'built-ins/DataView/prototype/byteLength/return-bytelength-sab': ['--harmony-s
haredarraybuffer'], |
| 468 'built-ins/DataView/prototype/byteLength/this-has-no-dataview-internal-sab': [
SKIP], | 468 'built-ins/DataView/prototype/byteLength/this-has-no-dataview-internal-sab': [
'--harmony-sharedarraybuffer'], |
| 469 'built-ins/DataView/prototype/byteOffset/return-byteoffset-sab': [SKIP], | 469 'built-ins/DataView/prototype/byteOffset/return-byteoffset-sab': ['--harmony-s
haredarraybuffer'], |
| 470 'built-ins/DataView/prototype/byteOffset/this-has-no-dataview-internal-sab': [
SKIP], | 470 'built-ins/DataView/prototype/byteOffset/this-has-no-dataview-internal-sab': [
'--harmony-sharedarraybuffer'], |
| 471 'built-ins/DataView/prototype/getInt32/index-is-out-of-range-sab': [SKIP], | 471 'built-ins/DataView/prototype/getInt32/index-is-out-of-range-sab': ['--harmony
-sharedarraybuffer'], |
| 472 'built-ins/DataView/prototype/getInt32/negative-byteoffset-throws-sab': [SKIP]
, | 472 'built-ins/DataView/prototype/getInt32/negative-byteoffset-throws-sab': ['--ha
rmony-sharedarraybuffer'], |
| 473 'built-ins/DataView/prototype/getInt32/return-abrupt-from-tonumber-byteoffset-
sab': [SKIP], | 473 'built-ins/DataView/prototype/getInt32/return-abrupt-from-tonumber-byteoffset-
sab': ['--harmony-sharedarraybuffer'], |
| 474 'built-ins/DataView/prototype/getInt32/return-abrupt-from-tonumber-byteoffset-
symbol-sab': [SKIP], | 474 'built-ins/DataView/prototype/getInt32/return-abrupt-from-tonumber-byteoffset-
symbol-sab': ['--harmony-sharedarraybuffer'], |
| 475 'built-ins/DataView/prototype/getInt32/return-value-clean-arraybuffer-sab': [S
KIP], | 475 'built-ins/DataView/prototype/getInt32/return-value-clean-arraybuffer-sab': ['
--harmony-sharedarraybuffer'], |
| 476 'built-ins/DataView/prototype/getInt32/return-values-custom-offset-sab': [SKIP
], | 476 'built-ins/DataView/prototype/getInt32/return-values-custom-offset-sab': ['--h
armony-sharedarraybuffer'], |
| 477 'built-ins/DataView/prototype/getInt32/return-values-sab': [SKIP], | 477 'built-ins/DataView/prototype/getInt32/return-values-sab': ['--harmony-shareda
rraybuffer'], |
| 478 'built-ins/DataView/prototype/getInt32/this-has-no-dataview-internal-sab': [SK
IP], | 478 'built-ins/DataView/prototype/getInt32/this-has-no-dataview-internal-sab': ['-
-harmony-sharedarraybuffer'], |
| 479 'built-ins/DataView/prototype/getInt32/to-boolean-littleendian-sab': [SKIP], | 479 'built-ins/DataView/prototype/getInt32/to-boolean-littleendian-sab': ['--harmo
ny-sharedarraybuffer'], |
| 480 'built-ins/DataView/prototype/getInt32/toindex-byteoffset-sab': [SKIP], | 480 'built-ins/DataView/prototype/getInt32/toindex-byteoffset-sab': ['--harmony-sh
aredarraybuffer'], |
| 481 'built-ins/DataView/return-abrupt-tonumber-bytelength-sab': [SKIP], | 481 'built-ins/DataView/return-abrupt-tonumber-bytelength-sab': ['--harmony-shared
arraybuffer'], |
| 482 'built-ins/DataView/return-abrupt-tonumber-bytelength-symbol-sab': [SKIP], | 482 'built-ins/DataView/return-abrupt-tonumber-bytelength-symbol-sab': ['--harmony
-sharedarraybuffer'], |
| 483 'built-ins/DataView/return-abrupt-tonumber-byteoffset-sab': [SKIP], | 483 'built-ins/DataView/return-abrupt-tonumber-byteoffset-sab': ['--harmony-shared
arraybuffer'], |
| 484 'built-ins/DataView/return-abrupt-tonumber-byteoffset-symbol-sab': [SKIP], | 484 'built-ins/DataView/return-abrupt-tonumber-byteoffset-symbol-sab': ['--harmony
-sharedarraybuffer'], |
| 485 'built-ins/DataView/return-instance-sab': [SKIP], | 485 'built-ins/DataView/return-instance-sab': ['--harmony-sharedarraybuffer'], |
| 486 'built-ins/DataView/toindex-bytelength-sab': [SKIP], | 486 'built-ins/DataView/toindex-bytelength-sab': ['--harmony-sharedarraybuffer'], |
| 487 'built-ins/DataView/toindex-byteoffset-sab': [SKIP], | 487 'built-ins/DataView/toindex-byteoffset-sab': ['--harmony-sharedarraybuffer'], |
| 488 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-othe
r-type-conversions-sab': [SKIP], | 488 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-othe
r-type-conversions-sab': ['--harmony-sharedarraybuffer'], |
| 489 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-othe
r-type-sab': [SKIP], | 489 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-same
-type-sab': ['--harmony-sharedarraybuffer'], |
| 490 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-same
-type-sab': [SKIP], | 490 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-same
-type-sab': ['--harmony-sharedarraybuffer'], |
| 491 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-same
-type-sab': [SKIP], | 491 'built-ins/TypedArrays/buffer-arg-bufferbyteoffset-throws-from-modulo-element-
size-sab': ['--harmony-sharedarraybuffer'], |
| 492 'built-ins/TypedArrays/buffer-arg-bufferbyteoffset-throws-from-modulo-element-
size-sab': [SKIP], | 492 'built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-throws-sab': ['--harm
ony-sharedarraybuffer'], |
| 493 'built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-throws-sab': [SKIP], | 493 'built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-zero-sab': ['--harmon
y-sharedarraybuffer'], |
| 494 'built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-zero-sab': [SKIP], | 494 'built-ins/TypedArrays/buffer-arg-byteoffset-is-symbol-throws-sab': ['--harmon
y-sharedarraybuffer'], |
| 495 'built-ins/TypedArrays/buffer-arg-byteoffset-is-symbol-throws-sab': [SKIP], | 495 'built-ins/TypedArrays/buffer-arg-byteoffset-throws-from-modulo-element-size-s
ab': ['--harmony-sharedarraybuffer'], |
| 496 'built-ins/TypedArrays/buffer-arg-byteoffset-throws-from-modulo-element-size-s
ab': [SKIP], | 496 'built-ins/TypedArrays/buffer-arg-byteoffset-to-number-throws-sab': ['--harmon
y-sharedarraybuffer'], |
| 497 'built-ins/TypedArrays/buffer-arg-byteoffset-to-number-throws-sab': [SKIP], | 497 'built-ins/TypedArrays/buffer-arg-custom-proto-access-throws-sab': ['--harmony
-sharedarraybuffer'], |
| 498 'built-ins/TypedArrays/buffer-arg-custom-proto-access-throws-sab': [SKIP], | 498 'built-ins/TypedArrays/buffer-arg-defined-length-and-offset-sab': ['--harmony-
sharedarraybuffer'], |
| 499 'built-ins/TypedArrays/buffer-arg-defined-length-and-offset-sab': [SKIP], | 499 'built-ins/TypedArrays/buffer-arg-defined-length-sab': ['--harmony-sharedarray
buffer'], |
| 500 'built-ins/TypedArrays/buffer-arg-defined-length-sab': [SKIP], | 500 'built-ins/TypedArrays/buffer-arg-defined-negative-length-sab': ['--harmony-sh
aredarraybuffer'], |
| 501 'built-ins/TypedArrays/buffer-arg-defined-negative-length-sab': [SKIP], | 501 'built-ins/TypedArrays/buffer-arg-defined-offset-sab': ['--harmony-sharedarray
buffer'], |
| 502 'built-ins/TypedArrays/buffer-arg-defined-offset-sab': [SKIP], | 502 'built-ins/TypedArrays/buffer-arg-excessive-length-throws-sab': ['--harmony-sh
aredarraybuffer'], |
| 503 'built-ins/TypedArrays/buffer-arg-excessive-length-throws-sab': [SKIP], | 503 'built-ins/TypedArrays/buffer-arg-excessive-offset-throws-sab': ['--harmony-sh
aredarraybuffer'], |
| 504 'built-ins/TypedArrays/buffer-arg-excessive-offset-throws-sab': [SKIP], | 504 'built-ins/TypedArrays/buffer-arg-invoked-with-undefined-newtarget-sab': ['--h
armony-sharedarraybuffer'], |
| 505 'built-ins/TypedArrays/buffer-arg-invoked-with-undefined-newtarget-sab': [SKIP
], | 505 'built-ins/TypedArrays/buffer-arg-is-referenced-sab': ['--harmony-sharedarrayb
uffer'], |
| 506 'built-ins/TypedArrays/buffer-arg-is-referenced-sab': [SKIP], | 506 'built-ins/TypedArrays/buffer-arg-length-access-throws-sab': ['--harmony-share
darraybuffer'], |
| 507 'built-ins/TypedArrays/buffer-arg-length-access-throws-sab': [SKIP], | 507 'built-ins/TypedArrays/buffer-arg-length-is-symbol-throws-sab': ['--harmony-sh
aredarraybuffer'], |
| 508 'built-ins/TypedArrays/buffer-arg-length-is-symbol-throws-sab': [SKIP], | 508 'built-ins/TypedArrays/buffer-arg-new-instance-extensibility-sab': ['--harmony
-sharedarraybuffer'], |
| 509 'built-ins/TypedArrays/buffer-arg-new-instance-extensibility-sab': [SKIP], | 509 'built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab': ['--harmony-shar
edarraybuffer'], |
| 510 'built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab': [SKIP], | 510 'built-ins/TypedArrays/buffer-arg-returns-new-instance-sab': ['--harmony-share
darraybuffer'], |
| 511 'built-ins/TypedArrays/buffer-arg-returns-new-instance-sab': [SKIP], | 511 'built-ins/TypedArrays/buffer-arg-toindex-bytelength-sab': ['--harmony-shareda
rraybuffer'], |
| 512 'built-ins/TypedArrays/buffer-arg-toindex-bytelength-sab': [SKIP], | 512 'built-ins/TypedArrays/buffer-arg-toindex-byteoffset-sab': ['--harmony-shareda
rraybuffer'], |
| 513 'built-ins/TypedArrays/buffer-arg-toindex-byteoffset-sab': [SKIP], | 513 'built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab': ['--harmony
-sharedarraybuffer'], |
| 514 'built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab': [SKIP], | 514 'built-ins/TypedArrays/buffer-arg-use-default-proto-if-custom-proto-is-not-obj
ect-sab': ['--harmony-sharedarraybuffer'], |
| 515 'built-ins/TypedArrays/buffer-arg-use-default-proto-if-custom-proto-is-not-obj
ect-sab': [SKIP], | 515 'built-ins/TypedArrays/internals/Get/indexed-value-sab': ['--harmony-sharedarr
aybuffer'], |
| 516 'built-ins/TypedArrays/internals/Get/indexed-value-sab': [SKIP], | 516 'built-ins/ArrayBuffer/prototype/byteLength/this-is-sharedarraybuffer': ['--ha
rmony-sharedarraybuffer'], |
| 517 'built-ins/ArrayBuffer/prototype/byteLength/this-is-sharedarraybuffer': [SKIP]
, | 517 'built-ins/ArrayBuffer/prototype/slice/this-is-sharedarraybuffer': ['--harmony
-sharedarraybuffer'], |
| 518 'built-ins/ArrayBuffer/prototype/slice/this-is-sharedarraybuffer': [SKIP], | 518 'built-ins/TypedArrays/buffer-arg-typedarray-backed-by-sharedarraybuffer': ['-
-harmony-sharedarraybuffer'], |
| 519 'built-ins/TypedArrays/buffer-arg-typedarray-backed-by-sharedarraybuffer': [SK
IP], | 519 |
| 520 # https://bugs.chromium.org/p/v8/issues/detail?id=5983 |
| 521 'built-ins/SharedArrayBuffer/newtarget-prototype-is-not-object': [FAIL], |
| 522 |
| 523 # https://bugs.chromium.org/p/v8/issues/detail?id=5984 |
| 524 'built-ins/SharedArrayBuffer/proto-from-ctor-realm': [FAIL], |
| 525 |
| 526 # https://bugs.chromium.org/p/v8/issues/detail?id=5982 |
| 527 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-othe
r-type-sab': ['--harmony-sharedarraybuffer', FAIL], |
| 520 | 528 |
| 521 # https://bugs.chromium.org/p/v8/issues/detail?id=5897 | 529 # https://bugs.chromium.org/p/v8/issues/detail?id=5897 |
| 522 'built-ins/SharedArrayBuffer/prototype/slice/*': [SKIP], | 530 'built-ins/SharedArrayBuffer/prototype/slice/*': [SKIP], |
| 523 | 531 |
| 524 ######################## NEEDS INVESTIGATION ########################### | 532 ######################## NEEDS INVESTIGATION ########################### |
| 525 | 533 |
| 526 # These test failures are specific to the intl402 suite and need investigation | 534 # These test failures are specific to the intl402 suite and need investigation |
| 527 # to be either marked as bugs with issues filed for them or as deliberate | 535 # to be either marked as bugs with issues filed for them or as deliberate |
| 528 # incompatibilities if the test cases turn out to be broken or ambiguous. | 536 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 529 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 537 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 # BUG(v8:4653): Test262 tests which rely on quit() are not compatible with | 689 # BUG(v8:4653): Test262 tests which rely on quit() are not compatible with |
| 682 # asan's --omit-quit flag. | 690 # asan's --omit-quit flag. |
| 683 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 691 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 684 }], # asan == True | 692 }], # asan == True |
| 685 | 693 |
| 686 ['asan == True or msan == True or tsan == True', { | 694 ['asan == True or msan == True or tsan == True', { |
| 687 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 695 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 688 # The failed allocation causes an asan/msan/tsan error | 696 # The failed allocation causes an asan/msan/tsan error |
| 689 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 697 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 690 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 698 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
| 699 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], |
| 700 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], |
| 691 }], # asan == True or msan == True or tsan == True | 701 }], # asan == True or msan == True or tsan == True |
| 692 | 702 |
| 693 ['variant == asm_wasm', { | 703 ['variant == asm_wasm', { |
| 694 '*': [SKIP], | 704 '*': [SKIP], |
| 695 }], # variant == asm_wasm | 705 }], # variant == asm_wasm |
| 696 | 706 |
| 697 ['variant == wasm_traps', { | 707 ['variant == wasm_traps', { |
| 698 '*': [SKIP], | 708 '*': [SKIP], |
| 699 }], # variant == wasm_traps | 709 }], # variant == wasm_traps |
| 700 | 710 |
| 701 ] | 711 ] |
| OLD | NEW |