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

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

Issue 1561603002: [Interpreted] Throws an error if rest parameters are used. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skips a failing test262 test. Created 4 years, 11 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 | « src/interpreter/bytecode-generator.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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP], 695 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP],
696 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP], 696 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP],
697 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP], 697 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP],
698 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP], 698 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP],
699 'language/identifier-resolution/S10.2.2_A1_T9': [SKIP], 699 'language/identifier-resolution/S10.2.2_A1_T9': [SKIP],
700 'language/object-literal/concise-generator': [SKIP], 700 'language/object-literal/concise-generator': [SKIP],
701 'language/object-literal/getter': [SKIP], 701 'language/object-literal/getter': [SKIP],
702 'language/object-literal/method': [SKIP], 702 'language/object-literal/method': [SKIP],
703 'language/object-literal/setter': [SKIP], 703 'language/object-literal/setter': [SKIP],
704 'language/rest-parameters/arrow-function': [SKIP], 704 'language/rest-parameters/arrow-function': [SKIP],
705 'language/rest-parameters/expected-argument-count': [SKIP],
705 'language/rest-parameters/no-alias-arguments': [SKIP], 706 'language/rest-parameters/no-alias-arguments': [SKIP],
706 'language/rest-parameters/rest-index': [SKIP], 707 'language/rest-parameters/rest-index': [SKIP],
707 'language/rest-parameters/rest-parameters-apply': [SKIP], 708 'language/rest-parameters/rest-parameters-apply': [SKIP],
708 'language/rest-parameters/rest-parameters-call': [SKIP], 709 'language/rest-parameters/rest-parameters-call': [SKIP],
709 'language/rest-parameters/rest-parameters-produce-an-array': [SKIP], 710 'language/rest-parameters/rest-parameters-produce-an-array': [SKIP],
710 'language/rest-parameters/with-new-target': [SKIP], 711 'language/rest-parameters/with-new-target': [SKIP],
711 'language/statements/do-while/S12.6.1_A4_T5': [SKIP], 712 'language/statements/do-while/S12.6.1_A4_T5': [SKIP],
712 'language/statements/function/S13.2.2_A18_T2': [SKIP], 713 'language/statements/function/S13.2.2_A18_T2': [SKIP],
713 'language/statements/function/S13.2.2_A19_T1': [SKIP], 714 'language/statements/function/S13.2.2_A19_T1': [SKIP],
714 'language/statements/function/S13.2.2_A19_T2': [SKIP], 715 'language/statements/function/S13.2.2_A19_T2': [SKIP],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 'built-ins/decodeURIComponent/S15.1.3.2_A1.13_T2': [SKIP], 751 'built-ins/decodeURIComponent/S15.1.3.2_A1.13_T2': [SKIP],
751 'built-ins/decodeURIComponent/S15.1.3.2_A1.14_T1': [SKIP], 752 'built-ins/decodeURIComponent/S15.1.3.2_A1.14_T1': [SKIP],
752 'built-ins/decodeURIComponent/S15.1.3.2_A1.14_T2': [SKIP], 753 'built-ins/decodeURIComponent/S15.1.3.2_A1.14_T2': [SKIP],
753 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T1': [SKIP], 754 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T1': [SKIP],
754 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP], 755 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP],
755 'built-ins/encodeURI*': [SKIP], 756 'built-ins/encodeURI*': [SKIP],
756 'intl402/9.2.2': [SKIP], 757 'intl402/9.2.2': [SKIP],
757 }], # ignition == True and (arch == arm or arch == arm64) 758 }], # ignition == True and (arch == arm or arch == arm64)
758 759
759 ] 760 ]
OLDNEW
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698