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

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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 lazy_static3_test: Fail # Issue 3558 48 lazy_static3_test: Fail # Issue 3558
49 49
50 type_error_test: Fail # http://dartbug.com/5280 50 type_error_test: Fail # http://dartbug.com/5280
51 51
52 # DartC specific tests that should not be run by the VM 52 # DartC specific tests that should not be run by the VM
53 *dartc_test: Skip 53 *dartc_test: Skip
54 *dartc_negative_test: Skip 54 *dartc_negative_test: Skip
55 55
56 compile_time_constant10_test/none: Fail # issue 5214 56 compile_time_constant10_test/none: Fail # issue 5214
57 57
58 export_cyclic_test: Crash # issue 6060
59
60 call_through_getter_test: Fail # issue 6124 58 call_through_getter_test: Fail # issue 6124
61 call_through_null_getter_test: Fail # issue 6124 59 call_through_null_getter_test: Fail # issue 6124
62 local_function_test: Fail # issue 6124 60 local_function_test: Fail # issue 6124
63 naming_test: Fail # issue 6124 61 naming_test: Fail # issue 6124
64 62
65 invocation_mirror_test: Fail # issue 3326, 3622. 63 invocation_mirror_test: Fail # issue 3326, 3622.
66 64
65 export_cyclic_test: Fail, Crash # issue 6060
66
67 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 67 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
68 gc_test: Skip # Issue 1487, flaky. 68 gc_test: Skip # Issue 1487, flaky.
69 69
70 [ $compiler == none && $mode == debug ] 70 [ $compiler == none && $mode == debug ]
71 gc_test: Skip # Takes too long. 71 gc_test: Skip # Takes too long.
72 72
73 [ $compiler == none && $unchecked ] 73 [ $compiler == none && $unchecked ]
74 field_override_test/02: Fail # Issue 742: field shadowing now allowed 74 field_override_test/02: Fail # Issue 742: field shadowing now allowed
75 75
76 # Only checked mode reports an error on type assignment 76 # Only checked mode reports an error on type assignment
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 # Add new dartc annotations above in alphabetical order 308 # Add new dartc annotations above in alphabetical order
309 # 309 #
310 310
311 # VM specific tests that should not be run by DartC. 311 # VM specific tests that should not be run by DartC.
312 *vm_test: Skip 312 *vm_test: Skip
313 *vm_negative_test: Skip 313 *vm_negative_test: Skip
314 314
315 315
316 [ $compiler == none && $runtime == drt ] 316 [ $compiler == none && $runtime == drt ]
317 gc_test: Skip # Issue 1487 317 gc_test: Skip # Issue 1487
318 prefix_new_test: Fail
319 import_combinators_test: Fail 318 import_combinators_test: Fail
320 export_test: Fail # Issue 5785
321 export_cyclic_test: Fail # Issue 5785
322 first_class_types_libraries_test: Fail # Issue 2264 319 first_class_types_libraries_test: Fail # Issue 2264
323 local_export_test: Fail # http://dartbug.com/2264 320 local_export_test: Fail # http://dartbug.com/2264
324 321
325 322
326 [ $runtime == dartium ] 323 [ $runtime == dartium ]
327 import_combinators_test: Fail 324 import_combinators_test: Fail
328 325
329 326
330 [ $runtime == vm || ($runtime == drt && $compiler == none) ] 327 [ $runtime == vm || ($runtime == drt && $compiler == none) ]
331 call_test: Fail # Issue 1604 328 call_test: Fail # Issue 1604
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 557
561 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 558 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
562 559
563 call_through_getter_test: Fail # issue 6130 560 call_through_getter_test: Fail # issue 6130
564 call_through_null_getter_test: Fail # issue 6130 561 call_through_null_getter_test: Fail # issue 6130
565 local_function_test: Fail # issue 6130 562 local_function_test: Fail # issue 6130
566 naming_test: Fail # issue 6130 563 naming_test: Fail # issue 6130
567 564
568 # This is a VM error when the compiled code is run. 565 # This is a VM error when the compiled code is run.
569 invocation_mirror_test: Fail # issue 3326, 3622. 566 invocation_mirror_test: Fail # issue 3326, 3622.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698