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

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

Issue 1537683002: Partial revert of rest parameter desugaring. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix test failures. Created 4 years, 12 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
« no previous file with comments | « test/cctest/compiler/test-run-jsobjects.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'language/expressions/this/11.1.1-1gs': [SKIP], 696 'language/expressions/this/11.1.1-1gs': [SKIP],
697 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP], 697 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP],
698 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP], 698 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP],
699 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP], 699 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP],
700 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP], 700 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP],
701 'language/identifier-resolution/S10.2.2_A1_T9': [SKIP], 701 'language/identifier-resolution/S10.2.2_A1_T9': [SKIP],
702 'language/object-literal/concise-generator': [SKIP], 702 'language/object-literal/concise-generator': [SKIP],
703 'language/object-literal/getter': [SKIP], 703 'language/object-literal/getter': [SKIP],
704 'language/object-literal/method': [SKIP], 704 'language/object-literal/method': [SKIP],
705 'language/object-literal/setter': [SKIP], 705 'language/object-literal/setter': [SKIP],
706 'language/rest-parameters/arrow-function': [SKIP],
707 'language/rest-parameters/no-alias-arguments': [SKIP],
708 'language/rest-parameters/rest-index': [SKIP],
709 'language/rest-parameters/rest-parameters-apply': [SKIP],
710 'language/rest-parameters/rest-parameters-call': [SKIP],
711 'language/rest-parameters/rest-parameters-produce-an-array': [SKIP],
706 'language/rest-parameters/with-new-target': [SKIP], 712 'language/rest-parameters/with-new-target': [SKIP],
707 'language/statements/do-while/S12.6.1_A4_T5': [SKIP], 713 'language/statements/do-while/S12.6.1_A4_T5': [SKIP],
708 'language/statements/function/S13.2.2_A18_T2': [SKIP], 714 'language/statements/function/S13.2.2_A18_T2': [SKIP],
709 'language/statements/function/S13.2.2_A19_T1': [SKIP], 715 'language/statements/function/S13.2.2_A19_T1': [SKIP],
710 'language/statements/function/S13.2.2_A19_T2': [SKIP], 716 'language/statements/function/S13.2.2_A19_T2': [SKIP],
711 'language/statements/function/S13.2.2_A19_T3': [SKIP], 717 'language/statements/function/S13.2.2_A19_T3': [SKIP],
712 'language/statements/function/S13.2.2_A19_T4': [SKIP], 718 'language/statements/function/S13.2.2_A19_T4': [SKIP],
713 'language/statements/function/S13.2.2_A19_T5': [SKIP], 719 'language/statements/function/S13.2.2_A19_T5': [SKIP],
714 'language/statements/function/S13.2.2_A19_T6': [SKIP], 720 'language/statements/function/S13.2.2_A19_T6': [SKIP],
715 'language/statements/function/S13.2.2_A19_T7': [SKIP], 721 'language/statements/function/S13.2.2_A19_T7': [SKIP],
716 'language/statements/function/S13.2.2_A19_T8': [SKIP], 722 'language/statements/function/S13.2.2_A19_T8': [SKIP],
717 'language/statements/while/S12.6.2_A4_T5': [SKIP], 723 'language/statements/while/S12.6.2_A4_T5': [SKIP],
718 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [SKIP], 724 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [SKIP],
719 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [SKIP], 725 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [SKIP],
720 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP], 726 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP],
721 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SK IP], 727 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SK IP],
722 'language/statements/function/S13.2.2_A18_T1': [SKIP], 728 'language/statements/function/S13.2.2_A18_T1': [SKIP],
723 'language/statements/function/S13.2.2_A17_T2': [SKIP], 729 'language/statements/function/S13.2.2_A17_T2': [SKIP],
724 'language/statements/function/S13.2.2_A17_T3': [SKIP], 730 'language/statements/function/S13.2.2_A17_T3': [SKIP],
725 }], # ignition == True 731 }], # ignition == True
726 732
727 ['ignition == True and (arch == arm or arch == arm64)', { 733 ['ignition == True and (arch == arm or arch == arm64)', {
728 'built-ins/encodeURI*': [SKIP], 734 'built-ins/encodeURI*': [SKIP],
729 'intl402/9.2.2': [SKIP], 735 'intl402/9.2.2': [SKIP],
730 }], # ignition == True and (arch == arm or arch == arm64) 736 }], # ignition == True and (arch == arm or arch == arm64)
731 737
732 ] 738 ]
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-run-jsobjects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698