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

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

Issue 8333019: Make bound functions have poisoned .caller and .arguments. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « test/sputnik/sputnik.status ('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 12 matching lines...) Expand all
23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 prefix test262 28 prefix test262
29 def FAIL_OK = FAIL, OKAY 29 def FAIL_OK = FAIL, OKAY
30 30
31 ############################### BUGS ################################### 31 ############################### BUGS ###################################
32 32
33 # A bound function should fail on access to 'caller' and 'arguments'.
34 S15.3.4.5_A1: FAIL
35 S15.3.4.5_A2: FAIL
36
37 # '__proto__' should be treated as a normal property in JSON. 33 # '__proto__' should be treated as a normal property in JSON.
38 S15.12.2_A1: FAIL 34 S15.12.2_A1: FAIL
39 35
40 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 36 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196
41 S8.7_A5_T2: FAIL 37 S8.7_A5_T2: FAIL
42 38
43 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1624 39 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1624
44 S10.4.2.1_A1: FAIL 40 S10.4.2.1_A1: FAIL
45 41
46 # V8 Bug.
47 S13.2.3_A1: FAIL
48
49 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1530 42 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1530
50 S15.3.3.1_A4: FAIL 43 S15.3.3.1_A4: FAIL
51 44
52 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1756 45 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1756
53 15.2.3.6-4-116: FAIL 46 15.2.3.6-4-116: FAIL
54 15.2.3.6-4-117: FAIL 47 15.2.3.6-4-117: FAIL
55 15.2.3.6-4-126: FAIL 48 15.2.3.6-4-126: FAIL
56 15.2.3.6-4-127: FAIL 49 15.2.3.6-4-127: FAIL
57 15.2.3.6-4-128: FAIL 50 15.2.3.6-4-128: FAIL
58 15.2.3.6-4-129: FAIL 51 15.2.3.6-4-129: FAIL
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 15.2.3.7-6-a-169: FAIL 114 15.2.3.7-6-a-169: FAIL
122 15.2.3.7-6-a-170: FAIL 115 15.2.3.7-6-a-170: FAIL
123 15.2.3.7-6-a-171: FAIL 116 15.2.3.7-6-a-171: FAIL
124 15.2.3.7-6-a-172: FAIL 117 15.2.3.7-6-a-172: FAIL
125 15.2.3.7-6-a-173: FAIL 118 15.2.3.7-6-a-173: FAIL
126 15.2.3.7-6-a-174: FAIL 119 15.2.3.7-6-a-174: FAIL
127 15.2.3.7-6-a-175: FAIL 120 15.2.3.7-6-a-175: FAIL
128 15.2.3.7-6-a-176: FAIL 121 15.2.3.7-6-a-176: FAIL
129 15.2.3.7-6-a-177: FAIL 122 15.2.3.7-6-a-177: FAIL
130 123
131 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=893
132 15.3.4.5-20-2: FAIL
133 15.3.4.5-20-3: FAIL
134 15.3.4.5-21-2: FAIL
135 15.3.4.5-21-3: FAIL
136
137 # Invalid test cases (recent change adding var changes semantics) 124 # Invalid test cases (recent change adding var changes semantics)
138 S8.3_A1_T1: FAIL 125 S8.3_A1_T1: FAIL
139 S15.3_A3_T1: FAIL 126 S15.3_A3_T1: FAIL
140 S15.3_A3_T3: FAIL 127 S15.3_A3_T3: FAIL
141 128
142 ##################### DELIBERATE INCOMPATIBILITIES ##################### 129 ##################### DELIBERATE INCOMPATIBILITIES #####################
143 130
144 # 15.9.5.43-0-9 and 15.9.5.43-0-10. V8 doesn't throw RangeError 131 # 15.9.5.43-0-9 and 15.9.5.43-0-10. V8 doesn't throw RangeError
145 # from Date.prototype.toISOString when string is not a finite number. 132 # from Date.prototype.toISOString when string is not a finite number.
146 # This is compatible with Firefox and Safari. 133 # This is compatible with Firefox and Safari.
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 S15.1.3.2_A2.5_T1: SKIP 655 S15.1.3.2_A2.5_T1: SKIP
669 S15.1.3.3_A2.3_T1: SKIP 656 S15.1.3.3_A2.3_T1: SKIP
670 S15.1.3.4_A2.3_T1: SKIP 657 S15.1.3.4_A2.3_T1: SKIP
671 S15.1.3.1_A2.5_T1: SKIP 658 S15.1.3.1_A2.5_T1: SKIP
672 S15.1.3.2_A2.5_T1: SKIP 659 S15.1.3.2_A2.5_T1: SKIP
673 660
674 [ $arch == mips ] 661 [ $arch == mips ]
675 662
676 # Skip all tests on MIPS. 663 # Skip all tests on MIPS.
677 *: SKIP 664 *: SKIP
OLDNEW
« no previous file with comments | « test/sputnik/sputnik.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698