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 # https://bugs.chromium.org/p/v8/issues/detail?id=5983 |
447 'built-ins/SharedArrayBuffer/*': [SKIP], | 447 'built-ins/SharedArrayBuffer/newtarget-prototype-is-not-object': [FAIL], |
448 'built-ins/Atomics/*': [SKIP], | 448 |
449 'built-ins/DataView/buffer-does-not-have-arraybuffer-data-throws-sab': [SKIP], | 449 # https://bugs.chromium.org/p/v8/issues/detail?id=5984 |
450 'built-ins/DataView/buffer-reference-sab': [SKIP], | 450 'built-ins/SharedArrayBuffer/proto-from-ctor-realm': [FAIL], |
451 'built-ins/DataView/byteoffset-is-negative-throws-sab': [SKIP], | 451 |
452 'built-ins/DataView/custom-proto-access-throws-sab': [SKIP], | 452 # https://bugs.chromium.org/p/v8/issues/detail?id=5982 |
453 'built-ins/DataView/custom-proto-if-not-object-fallbacks-to-default-prototype- sab': [SKIP], | 453 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-othe r-type-sab': [FAIL], |
454 'built-ins/DataView/custom-proto-if-object-is-used-sab': [SKIP], | |
455 'built-ins/DataView/defined-bytelength-and-byteoffset-sab': [SKIP], | |
456 'built-ins/DataView/defined-byteoffset-sab': [SKIP], | |
457 'built-ins/DataView/defined-byteoffset-undefined-bytelength-sab': [SKIP], | |
458 'built-ins/DataView/excessive-bytelength-throws-sab': [SKIP], | |
459 'built-ins/DataView/excessive-byteoffset-throws-sab': [SKIP], | |
460 'built-ins/DataView/instance-extensibility-sab': [SKIP], | |
461 'built-ins/DataView/negative-bytelength-throws-sab': [SKIP], | |
462 'built-ins/DataView/negative-byteoffset-throws-sab': [SKIP], | |
463 'built-ins/DataView/newtarget-undefined-throws-sab': [SKIP], | |
464 'built-ins/DataView/proto-from-ctor-realm-sab': [SKIP], | |
465 'built-ins/DataView/prototype/buffer/return-buffer-sab': [SKIP], | |
466 'built-ins/DataView/prototype/buffer/this-has-no-dataview-internal-sab': [SKIP ], | |
467 'built-ins/DataView/prototype/byteLength/return-bytelength-sab': [SKIP], | |
468 'built-ins/DataView/prototype/byteLength/this-has-no-dataview-internal-sab': [ SKIP], | |
469 'built-ins/DataView/prototype/byteOffset/return-byteoffset-sab': [SKIP], | |
470 'built-ins/DataView/prototype/byteOffset/this-has-no-dataview-internal-sab': [ SKIP], | |
471 'built-ins/DataView/prototype/getInt32/index-is-out-of-range-sab': [SKIP], | |
472 'built-ins/DataView/prototype/getInt32/negative-byteoffset-throws-sab': [SKIP] , | |
473 'built-ins/DataView/prototype/getInt32/return-abrupt-from-tonumber-byteoffset- sab': [SKIP], | |
474 'built-ins/DataView/prototype/getInt32/return-abrupt-from-tonumber-byteoffset- symbol-sab': [SKIP], | |
475 'built-ins/DataView/prototype/getInt32/return-value-clean-arraybuffer-sab': [S KIP], | |
476 'built-ins/DataView/prototype/getInt32/return-values-custom-offset-sab': [SKIP ], | |
477 'built-ins/DataView/prototype/getInt32/return-values-sab': [SKIP], | |
478 'built-ins/DataView/prototype/getInt32/this-has-no-dataview-internal-sab': [SK IP], | |
479 'built-ins/DataView/prototype/getInt32/to-boolean-littleendian-sab': [SKIP], | |
480 'built-ins/DataView/prototype/getInt32/toindex-byteoffset-sab': [SKIP], | |
481 'built-ins/DataView/return-abrupt-tonumber-bytelength-sab': [SKIP], | |
482 'built-ins/DataView/return-abrupt-tonumber-bytelength-symbol-sab': [SKIP], | |
483 'built-ins/DataView/return-abrupt-tonumber-byteoffset-sab': [SKIP], | |
484 'built-ins/DataView/return-abrupt-tonumber-byteoffset-symbol-sab': [SKIP], | |
485 'built-ins/DataView/return-instance-sab': [SKIP], | |
486 'built-ins/DataView/toindex-bytelength-sab': [SKIP], | |
487 'built-ins/DataView/toindex-byteoffset-sab': [SKIP], | |
488 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-othe r-type-conversions-sab': [SKIP], | |
489 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-othe r-type-sab': [SKIP], | |
490 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-same -type-sab': [SKIP], | |
491 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-same -type-sab': [SKIP], | |
492 'built-ins/TypedArrays/buffer-arg-bufferbyteoffset-throws-from-modulo-element- size-sab': [SKIP], | |
493 'built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-throws-sab': [SKIP], | |
494 'built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-zero-sab': [SKIP], | |
495 'built-ins/TypedArrays/buffer-arg-byteoffset-is-symbol-throws-sab': [SKIP], | |
496 'built-ins/TypedArrays/buffer-arg-byteoffset-throws-from-modulo-element-size-s ab': [SKIP], | |
497 'built-ins/TypedArrays/buffer-arg-byteoffset-to-number-throws-sab': [SKIP], | |
498 'built-ins/TypedArrays/buffer-arg-custom-proto-access-throws-sab': [SKIP], | |
499 'built-ins/TypedArrays/buffer-arg-defined-length-and-offset-sab': [SKIP], | |
500 'built-ins/TypedArrays/buffer-arg-defined-length-sab': [SKIP], | |
501 'built-ins/TypedArrays/buffer-arg-defined-negative-length-sab': [SKIP], | |
502 'built-ins/TypedArrays/buffer-arg-defined-offset-sab': [SKIP], | |
503 'built-ins/TypedArrays/buffer-arg-excessive-length-throws-sab': [SKIP], | |
504 'built-ins/TypedArrays/buffer-arg-excessive-offset-throws-sab': [SKIP], | |
505 'built-ins/TypedArrays/buffer-arg-invoked-with-undefined-newtarget-sab': [SKIP ], | |
506 'built-ins/TypedArrays/buffer-arg-is-referenced-sab': [SKIP], | |
507 'built-ins/TypedArrays/buffer-arg-length-access-throws-sab': [SKIP], | |
508 'built-ins/TypedArrays/buffer-arg-length-is-symbol-throws-sab': [SKIP], | |
509 'built-ins/TypedArrays/buffer-arg-new-instance-extensibility-sab': [SKIP], | |
510 'built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab': [SKIP], | |
511 'built-ins/TypedArrays/buffer-arg-returns-new-instance-sab': [SKIP], | |
512 'built-ins/TypedArrays/buffer-arg-toindex-bytelength-sab': [SKIP], | |
513 'built-ins/TypedArrays/buffer-arg-toindex-byteoffset-sab': [SKIP], | |
514 'built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab': [SKIP], | |
515 'built-ins/TypedArrays/buffer-arg-use-default-proto-if-custom-proto-is-not-obj ect-sab': [SKIP], | |
516 'built-ins/TypedArrays/internals/Get/indexed-value-sab': [SKIP], | |
517 'built-ins/ArrayBuffer/prototype/byteLength/this-is-sharedarraybuffer': [SKIP] , | |
518 'built-ins/ArrayBuffer/prototype/slice/this-is-sharedarraybuffer': [SKIP], | |
519 'built-ins/TypedArrays/buffer-arg-typedarray-backed-by-sharedarraybuffer': [SK IP], | |
520 | 454 |
521 # https://bugs.chromium.org/p/v8/issues/detail?id=5897 | 455 # https://bugs.chromium.org/p/v8/issues/detail?id=5897 |
522 'built-ins/SharedArrayBuffer/prototype/slice/*': [SKIP], | 456 'built-ins/SharedArrayBuffer/prototype/slice/*': [SKIP], |
523 | 457 |
524 ######################## NEEDS INVESTIGATION ########################### | 458 ######################## NEEDS INVESTIGATION ########################### |
525 | 459 |
526 # These test failures are specific to the intl402 suite and need investigation | 460 # 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 | 461 # 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. | 462 # 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 . | 463 # Some of these are related to v8:4361 in being visible side effects from Intl . |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
622 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T1': [SKIP], | 556 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T1': [SKIP], |
623 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 557 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
624 'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP], | 558 'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP], |
625 'intl402/9.2.6_4_b': [SKIP], | 559 'intl402/9.2.6_4_b': [SKIP], |
626 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP], | 560 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP], |
627 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP], | 561 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP], |
628 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP], | 562 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP], |
629 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP], | 563 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP], |
630 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T1': [SKIP], | 564 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T1': [SKIP], |
631 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T2': [SKIP], | 565 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T2': [SKIP], |
566 | |
567 ########################### REQUIRES FLAGS ################################ | |
568 | |
569 'built-ins/ArrayBuffer/prototype/*': ['--harmony-sharedarraybuffer'], | |
570 'built-ins/Atomics/*': ['--harmony-sharedarraybuffer'], | |
571 'built-ins/DataView/*': ['--harmony-sharedarraybuffer'], | |
572 'built-ins/SharedArrayBuffer/*': ['--harmony-sharedarraybuffer'], | |
573 'built-ins/TypedArray/prototype/set/*': ['--harmony-sharedarraybuffer'], | |
574 'built-ins/TypedArrays/*': ['--harmony-sharedarraybuffer'], | |
Dan Ehrenberg
2017/02/20 21:11:56
Maybe this is an excessively pedantic request, but
binji
2017/02/21 18:59:45
Done.
| |
632 }], # ALWAYS | 575 }], # ALWAYS |
633 | 576 |
634 ['no_i18n == True', { | 577 ['no_i18n == True', { |
635 # Unicode canonicalization is not available with i18n turned off. | 578 # Unicode canonicalization is not available with i18n turned off. |
636 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP], | 579 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP], |
637 | 580 |
638 # Unicode regexp case mapping is not available with i18n turned off. | 581 # Unicode regexp case mapping is not available with i18n turned off. |
639 'language/literals/regexp/u-case-mapping': [SKIP], | 582 'language/literals/regexp/u-case-mapping': [SKIP], |
640 | 583 |
641 # BUG(v8:4437). | 584 # BUG(v8:4437). |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
692 | 635 |
693 ['variant == asm_wasm', { | 636 ['variant == asm_wasm', { |
694 '*': [SKIP], | 637 '*': [SKIP], |
695 }], # variant == asm_wasm | 638 }], # variant == asm_wasm |
696 | 639 |
697 ['variant == wasm_traps', { | 640 ['variant == wasm_traps', { |
698 '*': [SKIP], | 641 '*': [SKIP], |
699 }], # variant == wasm_traps | 642 }], # variant == wasm_traps |
700 | 643 |
701 ] | 644 ] |
OLD | NEW |