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

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

Issue 15735023: Fix for issue 10839, use the class in order to trigger compilation. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 *vm_negative_test: Skip 305 *vm_negative_test: Skip
306 306
307 307
308 [ $compiler == none && $runtime == drt ] 308 [ $compiler == none && $runtime == drt ]
309 type_variable_field_initializer_closure_test: Fail # issue 8847 309 type_variable_field_initializer_closure_test: Fail # issue 8847
310 final_variable_assignment_test/01: Fail 310 final_variable_assignment_test/01: Fail
311 final_variable_assignment_test/02: Fail 311 final_variable_assignment_test/02: Fail
312 final_variable_assignment_test/03: Fail 312 final_variable_assignment_test/03: Fail
313 final_variable_assignment_test/04: Fail 313 final_variable_assignment_test/04: Fail
314 gc_test: Skip # Issue 1487 314 gc_test: Skip # Issue 1487
315 field5_negative_test: Fail # Issue 10839
316 field4_negative_test: Fail # Issue 10839
317 field6_negative_test: Fail # Issue 10839
318 non_const_super_negative_test: Fail # Issue 10839
319 field2_negative_test: Fail # Issue 10839
320 interface_static_method_negative_test: Fail # Issue 10839
321 field1_negative_test: Fail # Issue 10839
322 field6a_negative_test: Fail # Issue 10839
323 315
324 316
325 [ $runtime == dartium ] 317 [ $runtime == dartium ]
326 import_combinators_test: Fail 318 import_combinators_test: Fail
327 319
328 320
329 [ $runtime == vm || ($runtime == drt && $compiler == none) ] 321 [ $runtime == vm || ($runtime == drt && $compiler == none) ]
330 first_class_types_literals_test: Fail # issue 6282 322 first_class_types_literals_test: Fail # issue 6282
331 call_test: Fail # Issue 1604 323 call_test: Fail # Issue 1604
332 324
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 *: Skip 814 *: Skip
823 815
824 [ $arch == simarm ] 816 [ $arch == simarm ]
825 *: Skip 817 *: Skip
826 818
827 [ $arch == mips ] 819 [ $arch == mips ]
828 *: Skip 820 *: Skip
829 821
830 [ $arch == simmips ] 822 [ $arch == simmips ]
831 *: Skip 823 *: Skip
OLDNEW
« no previous file with comments | « tests/language/interface_static_method_negative_test.dart ('k') | tests/language/non_const_super_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698