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

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

Issue 11548027: Implement is-checks for closures. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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 (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 || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t.
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 interface_factory3_negative_test: Fail # Negative language test. 270 interface_factory3_negative_test: Fail # Negative language test.
271 interface_factory_constructor_negative_test: Fail # Negative language test. 271 interface_factory_constructor_negative_test: Fail # Negative language test.
272 interface_static_method_negative_test: Fail # Negative language test. 272 interface_static_method_negative_test: Fail # Negative language test.
273 list_literal1_negative_test: Fail # Negative language test. 273 list_literal1_negative_test: Fail # Negative language test.
274 list_literal2_negative_test: Fail # Negative language test. 274 list_literal2_negative_test: Fail # Negative language test.
275 map_literal1_negative_test: Fail # Negative language test. 275 map_literal1_negative_test: Fail # Negative language test.
276 map_literal2_negative_test: Fail # Negative language test. 276 map_literal2_negative_test: Fail # Negative language test.
277 non_const_super_negative_test: Fail # Negative language test. 277 non_const_super_negative_test: Fail # Negative language test.
278 number_identifier_negative_test: Fail # Negative language test. 278 number_identifier_negative_test: Fail # Negative language test.
279 operator1_negative_test: Fail # Negative language test. 279 operator1_negative_test: Fail # Negative language test.
280 prefix16_test: Fail
281 prefix23_negative_test: Fail # Negative language test. 280 prefix23_negative_test: Fail # Negative language test.
282 pseudo_kw_illegal_test/03: Fail # Negative language test. 281 pseudo_kw_illegal_test/03: Fail # Negative language test.
283 pseudo_kw_illegal_test/14: Fail # Negative language test. 282 pseudo_kw_illegal_test/14: Fail # Negative language test.
284 scope_negative_test: Fail # Negative language test. 283 scope_negative_test: Fail # Negative language test.
285 static_field_test/01: Fail # Negative language test. 284 static_field_test/01: Fail # Negative language test.
286 static_field_test/03: Fail # Negative language test. 285 static_field_test/03: Fail # Negative language test.
287 static_final_field2_negative_test: Fail # Negative language test.too 286 static_final_field2_negative_test: Fail # Negative language test.too
288 static_final_field_negative_test: Fail # Negative language test. 287 static_final_field_negative_test: Fail # Negative language test.
289 static_top_level_test/00: Fail # Negative language test. 288 static_top_level_test/00: Fail # Negative language test.
290 static_top_level_test/01: Fail # Negative language test. 289 static_top_level_test/01: Fail # Negative language test.
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 [ $runtime == opera ] 359 [ $runtime == opera ]
361 call_through_null_getter_test: Fail 360 call_through_null_getter_test: Fail
362 closure3_test: Fail 361 closure3_test: Fail
363 execute_finally3_test: Fail 362 execute_finally3_test: Fail
364 method_invocation_test: Fail 363 method_invocation_test: Fail
365 null_pointer_exception_test: Fail 364 null_pointer_exception_test: Fail
366 stack_overflow_test: Fail 365 stack_overflow_test: Fail
367 string_interpolate_npe_test: Fail 366 string_interpolate_npe_test: Fail
368 closure_call_wrong_argument_count_negative_test: Skip 367 closure_call_wrong_argument_count_negative_test: Skip
369 label_test: Skip 368 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698