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

Side by Side Diff: tests/language/language_dart2js.status

Issue 10408077: Fix bad language tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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 | « tests/language/language.status ('k') | tests/language/type_variable_scope_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js && $checked ] 5 [ $compiler == dart2js && $checked ]
6 assign_static_type_test/01: Fail 6 assign_static_type_test/01: Fail
7 assign_static_type_test/02: Fail 7 assign_static_type_test/02: Fail
8 assign_static_type_test/03: Fail 8 assign_static_type_test/03: Fail
9 assign_static_type_test/04: Fail 9 assign_static_type_test/04: Fail
10 type_variable_bounds_test/01: Fail 10 type_variable_bounds_test/01: Fail
11 type_variable_bounds_test/02: Fail 11 type_variable_bounds_test/02: Fail
12 type_variable_bounds_test/04: Fail 12 type_variable_bounds_test/04: Fail
13 type_variable_bounds_test/05: Fail 13 type_variable_bounds_test/05: Fail
14 type_variable_bounds2_test/00: Fail 14 type_variable_bounds2_test/00: Fail
15 type_variable_bounds2_test/03: Fail 15 type_variable_bounds2_test/03: Fail
16 type_variable_bounds2_test/05: Fail 16 type_variable_bounds2_test/05: Fail
17 type_variable_bounds2_test/06: Pass # For the wrong reasons. 17 type_variable_bounds2_test/06: Pass # For the wrong reasons.
18 type_variable_scope_test/00: Fail
19 type_variable_scope_test/01: Fail
20 type_variable_scope_test/02: Fail
21 type_variable_scope_test/03: Fail
22 type_variable_scope_test/04: Fail
23 type_variable_scope_test/05: Fail
24 type_variable_scope2_test: Fail
18 assign_top_method_negative_test: Pass # For the wrong reasons. 25 assign_top_method_negative_test: Pass # For the wrong reasons.
19 f_bounded_quantification_test/01: Fail 26 f_bounded_quantification_test/01: Fail
20 f_bounded_quantification_test/02: Fail 27 f_bounded_quantification_test/02: Fail
21 28
22 arithmetic_test: Fail 29 arithmetic_test: Fail
23 30
24 31
25 [ $compiler == dart2js] 32 [ $compiler == dart2js]
26 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 33 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
27 static_initializer_type_error_test: Fail # Checked mode not supported. 34 static_initializer_type_error_test: Fail # Checked mode not supported.
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 static_final_field_negative_test: Fail, OK # Negative language test. 201 static_final_field_negative_test: Fail, OK # Negative language test.
195 static_top_level_test/00: Fail, OK # Negative language test. 202 static_top_level_test/00: Fail, OK # Negative language test.
196 static_top_level_test/01: Fail, OK # Negative language test. 203 static_top_level_test/01: Fail, OK # Negative language test.
197 static_top_level_test/02: Fail, OK # Negative language test. 204 static_top_level_test/02: Fail, OK # Negative language test.
198 static_top_level_test/03: Fail, OK # Negative language test. 205 static_top_level_test/03: Fail, OK # Negative language test.
199 static_top_level_test/04: Fail, OK # Negative language test. 206 static_top_level_test/04: Fail, OK # Negative language test.
200 static_top_level_test/05: Fail, OK # Negative language test. 207 static_top_level_test/05: Fail, OK # Negative language test.
201 string_interpolation7_negative_test: Fail, OK # Negative language test. 208 string_interpolation7_negative_test: Fail, OK # Negative language test.
202 throw7_negative_test: Fail, OK # Negative language test. 209 throw7_negative_test: Fail, OK # Negative language test.
203 try_catch_syntax_test/08: Fail, OK # Negative language test. 210 try_catch_syntax_test/08: Fail, OK # Negative language test.
204 type_variable_scope_test/00: Fail, OK # Negative language test.
205 type_variable_scope_test/01: Fail, OK # Negative language test.
206 type_variable_scope_test/02: Fail, OK # Negative language test.
207 type_variable_scope_test/03: Fail, OK # Negative language test.
208 type_variable_scope_test/04: Fail, OK # Negative language test.
209 type_variable_scope_test/05: Fail, OK # Negative language test.
210 211
211 212
212 type_vm_test: Fail, OK # VM specific test. 213 type_vm_test: Fail, OK # VM specific test.
213 disable_privacy_test: Fail, OK # VM specific test. 214 disable_privacy_test: Fail, OK # VM specific test.
214 numbers_test: Fail, OK # (unintended?) VM specific test. 215 numbers_test: Fail, OK # (unintended?) VM specific test.
215 216
216 final_syntax_test/01: Fail 217 final_syntax_test/01: Fail
217 final_syntax_test/02: Fail 218 final_syntax_test/02: Fail
218 final_syntax_test/03: Fail 219 final_syntax_test/03: Fail
219 final_syntax_test/04: Fail 220 final_syntax_test/04: Fail
220 221
221 div_by_zero_test: Fail, OK # Leg only has doubles. 222 div_by_zero_test: Fail, OK # Leg only has doubles.
222 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. 223 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
223 optimization_test: Fail, OK # Expects negative results of bit-operations. 224 optimization_test: Fail, OK # Expects negative results of bit-operations.
224 225
225 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. 226 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
226 227
227 reg_exp3_test: Fail, OK # Expects exception from const constructor. 228 reg_exp3_test: Fail, OK # Expects exception from const constructor.
228 229
229 230
230 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31. 231 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31.
231 232
232 [ $compiler == dart2js && $mode == release ] 233 [ $compiler == dart2js && $mode == release ]
233 assign_top_method_negative_test: Crash 234 assign_top_method_negative_test: Crash
234 235
235 [ $compiler == dart2js && $runtime == none ] 236 [ $compiler == dart2js && $runtime == none ]
236 *: Fail, Pass # TODO(ahe): Triage these tests. 237 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/type_variable_scope_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698