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

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

Issue 1722003: Added ability to remove prototype from function. In this case, [[Construct]] ... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Fixes according to Erik's comments Created 10 years, 8 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
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 # We allow calls to regexp exec() with no arguments to fail for 48 # We allow calls to regexp exec() with no arguments to fail for
49 # compatibility reasons. 49 # compatibility reasons.
50 S15.10.6.2_A1_T16: FAIL_OK 50 S15.10.6.2_A1_T16: FAIL_OK
51 S15.10.6.3_A1_T16: FAIL_OK 51 S15.10.6.3_A1_T16: FAIL_OK
52 52
53 # We allow regexps to be called as functions for compatibility reasons. 53 # We allow regexps to be called as functions for compatibility reasons.
54 S15.10.7_A1_T1: FAIL_OK 54 S15.10.7_A1_T1: FAIL_OK
55 S15.10.7_A1_T2: FAIL_OK 55 S15.10.7_A1_T2: FAIL_OK
56 56
57 # We allow construct calls to built-in functions, and we allow built-in
58 # functions to have prototypes.
59 S15.1.2.1_A4.6: FAIL_OK
60 S15.1.2.1_A4.7: FAIL_OK
61 S15.1.2.2_A9.6: FAIL_OK
62 S15.1.2.2_A9.7: FAIL_OK
63 S15.1.2.3_A7.6: FAIL_OK
64 S15.1.2.3_A7.7: FAIL_OK
65 S15.1.2.4_A2.6: FAIL_OK
66 S15.1.2.4_A2.7: FAIL_OK
67 S15.1.2.5_A2.6: FAIL_OK
68 S15.1.2.5_A2.7: FAIL_OK
69 S15.1.3.1_A5.6: FAIL_OK
70 S15.1.3.1_A5.7: FAIL_OK
71 S15.1.3.2_A5.6: FAIL_OK
72 S15.1.3.2_A5.7: FAIL_OK
73 S15.1.3.3_A5.6: FAIL_OK
74 S15.1.3.3_A5.7: FAIL_OK
75 S15.1.3.4_A5.6: FAIL_OK
76 S15.1.3.4_A5.7: FAIL_OK
77 S15.10.6.2_A6: FAIL_OK
78 S15.10.6.3_A6: FAIL_OK
79 S15.10.6.4_A6: FAIL_OK
80 S15.10.6.4_A7: FAIL_OK
81 S15.2.4.2_A6: FAIL_OK
82 S15.2.4.3_A6: FAIL_OK
83 S15.2.4.4_A6: FAIL_OK
84 S15.2.4.5_A6: FAIL_OK
85 S15.2.4.6_A6: FAIL_OK
86 S15.2.4.7_A6: FAIL_OK
87 S15.3.4.2_A6: FAIL_OK
88 S15.4.4.10_A5.6: FAIL_OK
89 S15.4.4.10_A5.7: FAIL_OK
90 S15.4.4.11_A7.6: FAIL_OK
91 S15.4.4.11_A7.7: FAIL_OK
92 S15.4.4.12_A5.6: FAIL_OK
93 S15.4.4.12_A5.7: FAIL_OK
94 S15.4.4.13_A5.6: FAIL_OK
95 S15.4.4.13_A5.7: FAIL_OK
96 S15.4.4.2_A4.6: FAIL_OK
97 S15.4.4.3_A4.6: FAIL_OK
98 S15.4.4.3_A4.6: FAIL_OK
99 S15.4.4.4_A4.6: FAIL_OK
100 S15.4.4.4_A4.7: FAIL_OK
101 S15.4.4.5_A6.6: FAIL_OK
102 S15.4.4.5_A6.7: FAIL_OK
103 S15.4.4.6_A5.6: FAIL_OK
104 S15.4.4.6_A5.7: FAIL_OK
105 S15.4.4.7_A6.6: FAIL_OK
106 S15.4.4.7_A6.7: FAIL_OK
107 S15.4.4.8_A5.6: FAIL_OK
108 S15.4.4.8_A5.7: FAIL_OK
109 S15.4.4.9_A5.6: FAIL_OK
110 S15.4.4.9_A5.7: FAIL_OK
111 S15.5.4.10_A6: FAIL_OK
112 S15.5.4.11_A6: FAIL_OK
113 S15.5.4.12_A6: FAIL_OK
114 S15.5.4.13_A6: FAIL_OK
115 S15.5.4.14_A6: FAIL_OK
116 S15.5.4.15_A6: FAIL_OK
117 S15.5.4.16_A6: FAIL_OK
118 S15.5.4.17_A6: FAIL_OK
119 S15.5.4.18_A6: FAIL_OK
120 S15.5.4.19_A6: FAIL_OK
121 S15.5.4.4_A6: FAIL_OK
122 S15.5.4.5_A6: FAIL_OK
123 S15.5.4.6_A6: FAIL_OK
124 S15.5.4.7_A6: FAIL_OK
125 S15.5.4.9_A6: FAIL_OK
126 S15.3.4.3_A12: FAIL_OK
127 S15.3.4.4_A12: FAIL_OK
128 S15.5.4.8_A6: FAIL_OK
129
130 # We are silent in some regexp cases where the spec wants us to give 57 # We are silent in some regexp cases where the spec wants us to give
131 # errors, for compatibility. 58 # errors, for compatibility.
132 S15.10.2.11_A1_T2: FAIL 59 S15.10.2.11_A1_T2: FAIL
133 S15.10.2.11_A1_T3: FAIL 60 S15.10.2.11_A1_T3: FAIL
134 S15.10.4.1_A5_T1: FAIL 61 S15.10.4.1_A5_T1: FAIL
135 S15.10.4.1_A5_T2: FAIL 62 S15.10.4.1_A5_T2: FAIL
136 S15.10.4.1_A5_T3: FAIL 63 S15.10.4.1_A5_T3: FAIL
137 S15.10.4.1_A5_T4: FAIL 64 S15.10.4.1_A5_T4: FAIL
138 S15.10.4.1_A5_T5: FAIL 65 S15.10.4.1_A5_T5: FAIL
139 S15.10.4.1_A5_T6: FAIL 66 S15.10.4.1_A5_T6: FAIL
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 241
315 # Regexps have type "function", not "object". 242 # Regexps have type "function", not "object".
316 S11.4.3_A3.6: FAIL_OK 243 S11.4.3_A3.6: FAIL_OK
317 S15.10.7_A3_T2: FAIL_OK 244 S15.10.7_A3_T2: FAIL_OK
318 S15.10.7_A3_T1: FAIL_OK 245 S15.10.7_A3_T1: FAIL_OK
319 246
320 [ $arch == mips ] 247 [ $arch == mips ]
321 248
322 # Skip all tests on MIPS. 249 # Skip all tests on MIPS.
323 *: SKIP 250 *: SKIP
OLDNEW
« test/mjsunit/function-without-prototype.js ('K') | « test/mjsunit/function-without-prototype.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698