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

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

Issue 15800003: Fix dartium build break. (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
« no previous file with comments | « no previous file | 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 (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
315 323
316 324
317 [ $runtime == dartium ] 325 [ $runtime == dartium ]
318 import_combinators_test: Fail 326 import_combinators_test: Fail
319 327
320 328
321 [ $runtime == vm || ($runtime == drt && $compiler == none) ] 329 [ $runtime == vm || ($runtime == drt && $compiler == none) ]
322 first_class_types_literals_test: Fail # issue 6282 330 first_class_types_literals_test: Fail # issue 6282
323 call_test: Fail # Issue 1604 331 call_test: Fail # Issue 1604
324 332
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 *: Skip 822 *: Skip
815 823
816 [ $arch == simarm ] 824 [ $arch == simarm ]
817 *: Skip 825 *: Skip
818 826
819 [ $arch == mips ] 827 [ $arch == mips ]
820 *: Skip 828 *: Skip
821 829
822 [ $arch == simmips ] 830 [ $arch == simmips ]
823 *: Skip 831 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698