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

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

Issue 11301046: Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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/import_combinators_test.dart ('k') | tests/language/language_dart2js.status » ('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 # 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 lazy_static3_test: Fail # Issue 3558 50 lazy_static3_test: Fail # Issue 3558
51 51
52 type_error_test: Fail # http://dartbug.com/5280 52 type_error_test: Fail # http://dartbug.com/5280
53 53
54 # DartC specific tests that should not be run by the VM 54 # DartC specific tests that should not be run by the VM
55 *dartc_test: Skip 55 *dartc_test: Skip
56 *dartc_negative_test: Skip 56 *dartc_negative_test: Skip
57 57
58 compile_time_constant10_test/none: Fail # issue 5214 58 compile_time_constant10_test/none: Fail # issue 5214
59 59
60 export_cyclic_test: Crash # issue 6060
61
62 call_through_null_getter_test: Fail # issue 6124 60 call_through_null_getter_test: Fail # issue 6124
63 61
64 invocation_mirror_test: Fail # issue 3326, 3622. 62 invocation_mirror_test: Fail # issue 3326, 3622.
65 no_such_method_test: Fail # issue 3326, 3622. 63 no_such_method_test: Fail # issue 3326, 3622.
66 64
65 export_cyclic_test: Fail, Crash # issue 6060
67 invocation_mirror_indirect_test: Fail # Issue 3326 66 invocation_mirror_indirect_test: Fail # Issue 3326
68 67
69 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 68 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
70 gc_test: Skip # Issue 1487, flaky. 69 gc_test: Skip # Issue 1487, flaky.
71 70
72 [ $compiler == none && $mode == debug ] 71 [ $compiler == none && $mode == debug ]
73 gc_test: Skip # Takes too long. 72 gc_test: Skip # Takes too long.
74 73
75 [ $compiler == none && $unchecked ] 74 [ $compiler == none && $unchecked ]
76 field_override_test/02: Fail # Issue 742: field shadowing now allowed 75 field_override_test/02: Fail # Issue 742: field shadowing now allowed
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 *vm_test: Skip 311 *vm_test: Skip
313 *vm_negative_test: Skip 312 *vm_negative_test: Skip
314 313
315 314
316 [ $compiler == none && $runtime == drt ] 315 [ $compiler == none && $runtime == drt ]
317 final_variable_assignment_test/01: Fail 316 final_variable_assignment_test/01: Fail
318 final_variable_assignment_test/02: Fail 317 final_variable_assignment_test/02: Fail
319 final_variable_assignment_test/03: Fail 318 final_variable_assignment_test/03: Fail
320 final_variable_assignment_test/04: Fail 319 final_variable_assignment_test/04: Fail
321 gc_test: Skip # Issue 1487 320 gc_test: Skip # Issue 1487
322 import_combinators_test: Fail
323 export_cyclic_test: Fail # Issue 5785
324 first_class_types_libraries_test: Fail # Issue 2264
325 local_export_test: Fail # http://dartbug.com/2264
326 321
327 322
328 [ $runtime == dartium ] 323 [ $runtime == dartium ]
329 import_combinators_test: Fail 324 import_combinators_test: Fail
330 325
331 326
332 [ $runtime == vm || ($runtime == drt && $compiler == none) ] 327 [ $runtime == vm || ($runtime == drt && $compiler == none) ]
333 call_test: Fail # Issue 1604 328 call_test: Fail # Issue 1604
334 329
335 [ $runtime == chrome ] 330 [ $runtime == chrome ]
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 compile_time_constant_checked3_test/05: Fail, OK 563 compile_time_constant_checked3_test/05: Fail, OK
569 compile_time_constant_checked3_test/06: Fail, OK 564 compile_time_constant_checked3_test/06: Fail, OK
570 565
571 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 566 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
572 567
573 call_through_null_getter_test: Fail # issue 6130 568 call_through_null_getter_test: Fail # issue 6130
574 569
575 # This is a VM error when the compiled code is run. 570 # This is a VM error when the compiled code is run.
576 invocation_mirror_test: Fail # issue 3326, 3622. 571 invocation_mirror_test: Fail # issue 3326, 3622.
577 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 572 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW
« no previous file with comments | « tests/language/import_combinators_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698