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

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

Issue 11418233: Triage some co19 tests. (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
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit e as multitest 238 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit e as multitest
239 static_field3_test/01: Fail # http://dartbug.com/5519 239 static_field3_test/01: Fail # http://dartbug.com/5519
240 static_field3_test/02: Fail # http://dartbug.com/5519 240 static_field3_test/02: Fail # http://dartbug.com/5519
241 static_field3_test/03: Fail # http://dartbug.com/5519 241 static_field3_test/03: Fail # http://dartbug.com/5519
242 static_field3_test/04: Fail # http://dartbug.com/5519 242 static_field3_test/04: Fail # http://dartbug.com/5519
243 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS) 243 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS)
244 throw7_negative_test: Fail # Issue 3654 244 throw7_negative_test: Fail # Issue 3654
245 type_variable_bounds_test/00: Fail # issue 3079 245 type_variable_bounds_test/00: Fail # issue 3079
246 246
247 # test issue 5291 247 # test issue 5291
248 type_parameter_test/none: Fail, OK
249 type_parameter_test/01: Fail, OK 248 type_parameter_test/01: Fail, OK
250 type_parameter_test/02: Fail, OK 249 type_parameter_test/02: Fail, OK
251 type_parameter_test/03: Fail, OK 250 type_parameter_test/03: Fail, OK
252 type_parameter_test/04: Fail, OK 251 type_parameter_test/04: Fail, OK
253 type_variable_scope2_test: Fail, OK
254 252
255 253
256 # test issue 5337 254 # test issue 5337
257 bad_constructor_test/05: Fail, OK 255 bad_constructor_test/05: Fail, OK
258 256
259 # test issue 5529 257 # test issue 5529
260 interface_test/none: Fail, OK 258 interface_test/none: Fail, OK
261 259
262 # test issue 6338 260 # test issue 6338
263 application_negative_test: Pass 261 application_negative_test: Pass
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 abstract_syntax_test/none: Fail 406 abstract_syntax_test/none: Fail
409 get_set_syntax_test/none: Fail 407 get_set_syntax_test/none: Fail
410 408
411 # test issue 6838 409 # test issue 6838
412 import_combinators_negative_test: Fail, OK 410 import_combinators_negative_test: Fail, OK
413 unresolved_top_level_var_negative_test: Fail, OK 411 unresolved_top_level_var_negative_test: Fail, OK
414 412
415 # test issue 6871 413 # test issue 6871
416 block_scope_test: Fail, OK 414 block_scope_test: Fail, OK
417 415
416 # test issue 7021
417 instantiate_type_variable_negative_test: Fail
418 type_variable_static_context_negative_test: Fail
419
418 420
419 # 421 #
420 # Add new dartc annotations above in alphabetical order 422 # Add new dartc annotations above in alphabetical order
421 # 423 #
422 424
423 # VM specific tests that should not be run by DartC. 425 # VM specific tests that should not be run by DartC.
424 *vm_test: Skip 426 *vm_test: Skip
425 *vm_negative_test: Skip 427 *vm_negative_test: Skip
426 428
427 429
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 compile_time_constant_checked3_test/03: Fail, OK 679 compile_time_constant_checked3_test/03: Fail, OK
678 compile_time_constant_checked3_test/04: Fail, OK 680 compile_time_constant_checked3_test/04: Fail, OK
679 compile_time_constant_checked3_test/05: Fail, OK 681 compile_time_constant_checked3_test/05: Fail, OK
680 compile_time_constant_checked3_test/06: Fail, OK 682 compile_time_constant_checked3_test/06: Fail, OK
681 683
682 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 684 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
683 685
684 # This is a VM error when the compiled code is run. 686 # This is a VM error when the compiled code is run.
685 invocation_mirror_test: Fail # issue 3326, 3622. 687 invocation_mirror_test: Fail # issue 3326, 3622.
686 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 688 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698