Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Side by Side Diff: test/test262/test262.status

Issue 1689573004: [interpreter] Support for ES6 super keyword. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update test262.status. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 # The failed allocation causes an asan/msan/tsan error 498 # The failed allocation causes an asan/msan/tsan error
499 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 499 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
500 }], # asan == True or msan == True or tsan == True 500 }], # asan == True or msan == True or tsan == True
501 501
502 ['ignition == True', { 502 ['ignition == True', {
503 'annexB/B.2.3.*': [SKIP], 503 'annexB/B.2.3.*': [SKIP],
504 'built-ins/Array/prototype/reduce/*': [SKIP], 504 'built-ins/Array/prototype/reduce/*': [SKIP],
505 'built-ins/Array/prototype/reduceRight/*': [SKIP], 505 'built-ins/Array/prototype/reduceRight/*': [SKIP],
506 'built-ins/GeneratorFunction/*': [SKIP], 506 'built-ins/GeneratorFunction/*': [SKIP],
507 'built-ins/GeneratorPrototype/*': [SKIP], 507 'built-ins/GeneratorPrototype/*': [SKIP],
508 'built-ins/Promise/prototype/then/capability-executor-called-twice': [SKIP],
509 'built-ins/Promise/prototype/then/capability-executor-not-callable': [SKIP], 508 'built-ins/Promise/prototype/then/capability-executor-not-callable': [SKIP],
510 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
511 'built-ins/Reflect/enumerate/*': [SKIP], 509 'built-ins/Reflect/enumerate/*': [SKIP],
512 'language/computed-property-names/class/*': [SKIP], 510 'language/computed-property-names/class/*': [SKIP],
513 'language/computed-property-names/to-name-side-effects/*': [SKIP], 511 'language/computed-property-names/to-name-side-effects/*': [SKIP],
514 'language/directive-prologue/*': [SKIP], 512 'language/directive-prologue/*': [SKIP],
515 'language/expressions/arrow-function/*': [SKIP], 513 'language/expressions/arrow-function/*': [SKIP],
516 'language/expressions/assignment/destructuring/*': [SKIP], 514 'language/expressions/assignment/destructuring/*': [SKIP],
517 'language/expressions/class/*': [SKIP], 515 'language/expressions/class/subclass/builtin-objects/GeneratorFunction/*': [SK IP],
518 'language/expressions/generators/*': [SKIP], 516 'language/expressions/generators/*': [SKIP],
519 'language/expressions/instanceof/primitive-prototype-with-object': [SKIP], 517 'language/expressions/instanceof/primitive-prototype-with-object': [SKIP],
520 'language/expressions/instanceof/prototype-getter-with-object-throws': [SKIP], 518 'language/expressions/instanceof/prototype-getter-with-object-throws': [SKIP],
521 'language/expressions/instanceof/prototype-getter-with-object': [SKIP], 519 'language/expressions/instanceof/prototype-getter-with-object': [SKIP],
522 'language/expressions/object/method-definition/yield*': [SKIP], 520 'language/expressions/object/method-definition/yield*': [SKIP],
523 'language/expressions/object/method-definition/generator*': [SKIP], 521 'language/expressions/object/method-definition/generator*': [SKIP],
524 'language/expressions/yield/*': [SKIP], 522 'language/expressions/yield/*': [SKIP],
525 'language/statements/class/*': [SKIP], 523 'language/statements/class/definition/methods-gen-no-yield': [SKIP],
524 'language/statements/class/definition/methods-gen-return': [SKIP],
525 'language/statements/class/definition/methods-gen-yield-as-expression-with-rhs ': [SKIP],
526 'language/statements/class/definition/methods-gen-yield-as-generator-method-bi nding-identifier': [SKIP],
527 'language/statements/class/definition/methods-gen-yield-as-literal-property-na me': [SKIP],
528 'language/statements/class/definition/methods-gen-yield-as-property-name': [SK IP],
529 'language/statements/class/definition/methods-gen-yield-as-statement': [SKIP],
530 'language/statements/class/definition/methods-gen-yield-as-expression-without- rhs': [SKIP],
531 'language/statements/class/definition/methods-gen-yield-as-yield-operand': [SK IP],
532 'language/statements/class/definition/methods-gen-yield-newline': [SKIP],
533 'language/statements/class/definition/methods-gen-yield-star-before-newline': [SKIP],
534 'language/statements/class/subclass/builtin-objects/GeneratorFunction/*': [SKI P],
526 'language/statements/generators/*': [SKIP], 535 'language/statements/generators/*': [SKIP],
527 536
528 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP], 537 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP],
529 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP], 538 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP],
530 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP], 539 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP],
531 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP], 540 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP],
532 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP], 541 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP],
533 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP], 542 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP],
534 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP], 543 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP],
535 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP], 544 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP],
536 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP], 545 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP],
537 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP], 546 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP],
538 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP], 547 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP],
539 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP], 548 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP],
540 'built-ins/Promise/all/ctx-ctor': [SKIP],
541 'built-ins/Promise/all/S25.4.4.1_A4.1_T1': [SKIP], 549 'built-ins/Promise/all/S25.4.4.1_A4.1_T1': [SKIP],
542 'built-ins/Promise/prototype/then/on-rejected-throw': [SKIP], 550 'built-ins/Promise/prototype/then/on-rejected-throw': [SKIP],
543 'built-ins/Promise/race/ctx-ctor': [SKIP],
544 'built-ins/Promise/reject/ctx-ctor': [SKIP],
545 'built-ins/Promise/resolve/ctx-ctor': [SKIP],
546 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [SKIP], 551 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [SKIP],
547 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP], 552 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP],
548 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP], 553 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP],
549 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP], 554 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP],
550 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP], 555 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP],
551 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP], 556 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP],
552 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP], 557 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP],
553 'built-ins/Promise/prototype/then/ctor-custom': [SKIP],
554 'built-ins/String/prototype/trim/15.5.4.20-1-1': [SKIP], 558 'built-ins/String/prototype/trim/15.5.4.20-1-1': [SKIP],
555 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [SKIP], 559 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [SKIP],
556 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [SKIP], 560 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [SKIP],
557 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP], 561 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP],
558 'language/block-scope/leave/x-after-break-to-label': [SKIP], 562 'language/block-scope/leave/x-after-break-to-label': [SKIP],
559 'language/computed-property-names/object/accessor/getter-super': [SKIP],
560 'language/computed-property-names/object/accessor/setter-super': [SKIP],
561 'language/computed-property-names/object/method/super': [SKIP],
562 'language/default-parameters/class-definitions': [SKIP], 563 'language/default-parameters/class-definitions': [SKIP],
563 'language/default-parameters/generators': [SKIP], 564 'language/default-parameters/generators': [SKIP],
564 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SK IP], 565 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SK IP],
565 'language/expressions/object/method-definition/name-super-prop-param': [SKIP],
566 'language/expressions/object/method-definition/name-super-prop-body': [SKIP],
567 'language/expressions/tagged-template/call-expression-context-no-strict': [SKI P], 566 'language/expressions/tagged-template/call-expression-context-no-strict': [SKI P],
568 'language/expressions/tagged-template/call-expression-context-strict': [SKIP], 567 'language/expressions/tagged-template/call-expression-context-strict': [SKIP],
569 'language/expressions/template-literal/evaluation-order': [SKIP], 568 'language/expressions/template-literal/evaluation-order': [SKIP],
570 'language/statements/for-of/body-dstr-assign': [SKIP], 569 'language/statements/for-of/body-dstr-assign': [SKIP],
571 'language/statements/for-of/break': [SKIP], 570 'language/statements/for-of/break': [SKIP],
572 'language/statements/for-of/break-from-catch': [SKIP], 571 'language/statements/for-of/break-from-catch': [SKIP],
573 'language/statements/for-of/break-from-finally': [SKIP], 572 'language/statements/for-of/break-from-finally': [SKIP],
574 'language/statements/for-of/break-from-try': [SKIP], 573 'language/statements/for-of/break-from-try': [SKIP],
575 'language/statements/for-of/break-label': [SKIP], 574 'language/statements/for-of/break-label': [SKIP],
576 'language/statements/for-of/break-label-from-catch': [SKIP], 575 'language/statements/for-of/break-label-from-catch': [SKIP],
(...skipping 19 matching lines...) Expand all
596 'language/statements/for-of/throw-from-finally': [SKIP], 595 'language/statements/for-of/throw-from-finally': [SKIP],
597 'language/statements/for-of/yield': [SKIP], 596 'language/statements/for-of/yield': [SKIP],
598 'language/statements/for-of/yield-from-catch': [SKIP], 597 'language/statements/for-of/yield-from-catch': [SKIP],
599 'language/statements/for-of/yield-from-finally': [SKIP], 598 'language/statements/for-of/yield-from-finally': [SKIP],
600 'language/statements/for-of/yield-from-try': [SKIP], 599 'language/statements/for-of/yield-from-try': [SKIP],
601 'language/statements/for-of/yield-star': [SKIP], 600 'language/statements/for-of/yield-star': [SKIP],
602 'language/statements/for-of/yield-star-from-catch': [SKIP], 601 'language/statements/for-of/yield-star-from-catch': [SKIP],
603 'language/statements/for-of/yield-star-from-finally': [SKIP], 602 'language/statements/for-of/yield-star-from-finally': [SKIP],
604 'language/statements/for-of/yield-star-from-try': [SKIP], 603 'language/statements/for-of/yield-star-from-try': [SKIP],
605 'language/object-literal/concise-generator': [SKIP], 604 'language/object-literal/concise-generator': [SKIP],
606 'language/object-literal/getter': [SKIP],
607 'language/object-literal/method': [SKIP],
608 'language/object-literal/setter': [SKIP],
609 'language/rest-parameters/with-new-target': [SKIP],
610 'language/statements/do-while/S12.6.1_A4_T5': [SKIP], 605 'language/statements/do-while/S12.6.1_A4_T5': [SKIP],
611 'language/statements/while/S12.6.2_A4_T5': [SKIP], 606 'language/statements/while/S12.6.2_A4_T5': [SKIP],
612 607
613 }], # ignition == True 608 }], # ignition == True
614 609
615 ['ignition == True and (arch == arm or arch == arm64)', { 610 ['ignition == True and (arch == arm or arch == arm64)', {
616 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP], 611 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP],
617 'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP], 612 'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP],
618 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP], 613 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP],
619 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], 614 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP],
620 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], 615 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP],
621 'intl402/9.2.2': [SKIP], 616 'intl402/9.2.2': [SKIP],
622 'language/statements/let/fn-name-arrow': [SKIP], 617 'language/statements/let/fn-name-arrow': [SKIP],
623 'language/statements/let/fn-name-cover': [SKIP], 618 'language/statements/let/fn-name-cover': [SKIP],
624 'language/statements/let/fn-name-fn': [SKIP], 619 'language/statements/let/fn-name-fn': [SKIP],
625 'language/statements/let/fn-name-gen': [SKIP], 620 'language/statements/let/fn-name-gen': [SKIP],
626 }], # ignition == True and (arch == arm or arch == arm64) 621 }], # ignition == True and (arch == arm or arch == arm64)
627 622
628 ] 623 ]
OLDNEW
« test/cctest/interpreter/test-bytecode-generator.cc ('K') | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698