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

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

Issue 10408077: Fix bad language tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « tests/co19/co19-runtime.status ('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 13 matching lines...) Expand all
24 pseudo_kw_illegal_test/03: Fail # Issue 356 24 pseudo_kw_illegal_test/03: Fail # Issue 356
25 pseudo_kw_illegal_test/08: Fail # Issue 356 25 pseudo_kw_illegal_test/08: Fail # Issue 356
26 pseudo_kw_illegal_test/10: Fail # Issue 356 26 pseudo_kw_illegal_test/10: Fail # Issue 356
27 pseudo_kw_illegal_test/14: Fail # Issue 356 27 pseudo_kw_illegal_test/14: Fail # Issue 356
28 28
29 29
30 # These bugs refer currently ongoing language discussions. 30 # These bugs refer currently ongoing language discussions.
31 constructor5_test: Fail # (Discussion ongoing) 31 constructor5_test: Fail # (Discussion ongoing)
32 constructor6_test: Fail # (Discussion ongoing) 32 constructor6_test: Fail # (Discussion ongoing)
33 33
34 # Bad tests needing to be fixed.
35 type_variable_scope_test/00: Fail # Issue 2395
36 type_variable_scope_test/01: Fail # Issue 2395
37 type_variable_scope_test/02: Fail # Issue 2395
38 type_variable_scope_test/03: Fail # Issue 2395
39 type_variable_scope_test/04: Fail # Issue 2395
40 type_variable_scope_test/05: Fail # Issue 2395
41
42 # Regular bugs which should be fixed. 34 # Regular bugs which should be fixed.
43
44 const_init6_negative_test: Fail # Issue 811 35 const_init6_negative_test: Fail # Issue 811
45 super_first_constructor_test: Fail # Issue 1372. 36 super_first_constructor_test: Fail # Issue 1372.
46 37
47 # Issue 1034 38 # Issue 1034
48 constructor_duplicate_initializers_test/01: Fail 39 constructor_duplicate_initializers_test/01: Fail
49 constructor_duplicate_initializers_test/02: Fail 40 constructor_duplicate_initializers_test/02: Fail
50 41
51 # Issue 1355 42 # Issue 1355
52 call_operator_test: Fail 43 call_operator_test: Fail
53 44
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 string_escape4_negative_test: Fail # Issue 1351. 134 string_escape4_negative_test: Fail # Issue 1351.
144 string_interpolation8_test: Fail # Issue 2126. 135 string_interpolation8_test: Fail # Issue 2126.
145 switch3_negative_test: Fail # issue 1663 136 switch3_negative_test: Fail # issue 1663
146 switch7_negative_test: Fail # Bug 4208467. 137 switch7_negative_test: Fail # Bug 4208467.
147 switch_label_test: Fail # Bug 4208467. 138 switch_label_test: Fail # Bug 4208467.
148 syntax_test: Skip # Bug 2107 Static type warnings in none case 139 syntax_test: Skip # Bug 2107 Static type warnings in none case
149 third_test: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 140 third_test: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
150 throw7_negative_test: Fail # Bug 4208459. 141 throw7_negative_test: Fail # Bug 4208459.
151 type_dartc_test: Fail # Issue 2348 142 type_dartc_test: Fail # Issue 2348
152 type_variable_bounds_test/00: Fail # issue 3079 143 type_variable_bounds_test/00: Fail # issue 3079
153 type_variable_scope_test/00: Fail # Issue 2395 144 constructor_redirect_test/01: Fail # For the wrong reason - Issue 2105.
154 type_variable_scope_test/01: Fail # Issue 2395
155 type_variable_scope_test/02: Fail # Issue 2395
156 type_variable_scope_test/03: Fail # Issue 2395
157 type_variable_scope_test/04: Fail # Issue 2395
158 type_variable_scope_test/05: Fail # Issue 2395
159 constructor_redirect_test/01: Fail # Issue 2105.
160 145
161 # 146 #
162 # Add new dartc annotations above in alphabetical order 147 # Add new dartc annotations above in alphabetical order
163 # 148 #
164 149
165 # VM or Frog specific tests that should not be run by DartC. 150 # VM or Frog specific tests that should not be run by DartC.
166 *vm_test: Skip 151 *vm_test: Skip
167 *vm_negative_test: Skip 152 *vm_negative_test: Skip
168 *frog_test: Skip 153 *frog_test: Skip
169 *frog_negative_test: Skip 154 *frog_negative_test: Skip
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 private_member3_negative_test: Fail 321 private_member3_negative_test: Fail
337 private_test: Fail 322 private_test: Fail
338 reg_exp3_test: Fail 323 reg_exp3_test: Fail
339 scope_negative_test: Fail 324 scope_negative_test: Fail
340 script_negative_test: Fail 325 script_negative_test: Fail
341 super_implicit_closure_test: Fail 326 super_implicit_closure_test: Fail
342 super_test: Fail # this is testing precise ordering of super constructor call 327 super_test: Fail # this is testing precise ordering of super constructor call
343 switch_label_test: Fail 328 switch_label_test: Fail
344 type_checks_in_factory_method_test: Fail # Issue 925 329 type_checks_in_factory_method_test: Fail # Issue 925
345 type_variable_bounds_test/10: Fail # Issue 2134 330 type_variable_bounds_test/10: Fail # Issue 2134
346 type_variable_scope2_test: Fail # should allow malformed type argument in produc tion mode 331 type_variable_scope2_test: Fail # Issue 2395
347 type_variable_identifier_expression_negative_test: Fail # Issue 643 332 type_variable_identifier_expression_negative_test: Fail # Issue 643
348 type_variable_shadows_class: Fail # Issue 643 333 type_variable_shadows_class: Fail # Issue 643
349 wrong_number_type_arguments_test/00: Fail # Issue 2134 334 wrong_number_type_arguments_test/00: Fail # Issue 2134
350 implicit_this_test/01: Fail # Issue 376 335 implicit_this_test/01: Fail # Issue 376
351 implicit_this_test/02: Fail # Issue 376 336 implicit_this_test/02: Fail # Issue 376
352 implicit_this_test/03: Fail # Issue 376 337 implicit_this_test/03: Fail # Issue 376
353 implicit_this_test/04: Fail # Issue 376 338 implicit_this_test/04: Fail # Issue 376
354 implicit_this_test/none: Fail # Issue 376 339 implicit_this_test/none: Fail # Issue 376
355 340
356 #Issue 1308 341 #Issue 1308
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 *: Skip 395 *: Skip
411 396
412 [ $runtime == safari && ($system == linux || $system == windows) ] 397 [ $runtime == safari && ($system == linux || $system == windows) ]
413 *: Skip 398 *: Skip
414 399
415 [ $compiler == frog && $unchecked ] 400 [ $compiler == frog && $unchecked ]
416 private_member_test/01: Fail # test seems bad - see issue #353 401 private_member_test/01: Fail # test seems bad - see issue #353
417 private_member_test/02: Fail # test seems bad - see issue #353 402 private_member_test/02: Fail # test seems bad - see issue #353
418 private_member_test/03: Fail # test seems bad - see issue #353 403 private_member_test/03: Fail # test seems bad - see issue #353
419 private_member_test/04: Fail # test seems bad - see issue #353 404 private_member_test/04: Fail # test seems bad - see issue #353
405 type_variable_scope_test/00: Fail # Issue 2395
406 type_variable_scope_test/01: Fail # Issue 2395
407 type_variable_scope_test/02: Fail # Issue 2395
408 type_variable_scope_test/03: Fail # Issue 2395
409 type_variable_scope_test/04: Fail # Issue 2395
410 type_variable_scope_test/05: Fail # Issue 2395
420 411
421 [ $compiler == frog && $checked ] 412 [ $compiler == frog && $checked ]
422 f_bounded_quantification_test/01: Fail # Issue 439 413 f_bounded_quantification_test/01: Fail # Issue 439
423 f_bounded_quantification_test/02: Fail # Issue 439 414 f_bounded_quantification_test/02: Fail # Issue 439
424 private_member_test/none: Fail # test seems bad - see issue #353 415 private_member_test/none: Fail # test seems bad - see issue #353
425 assign_static_type_test/01: Fail # Unrecognized option: --no-enable-type-checks. 416 assign_static_type_test/01: Fail # Unrecognized option: --no-enable-type-checks.
426 assign_static_type_test/02: Fail # Unrecognized option: --no-enable-type-checks. 417 assign_static_type_test/02: Fail # Unrecognized option: --no-enable-type-checks.
427 assign_static_type_test/03: Fail # Unrecognized option: --no-enable-type-checks. 418 assign_static_type_test/03: Fail # Unrecognized option: --no-enable-type-checks.
428 assign_static_type_test/04: Fail # Unrecognized option: --no-enable-type-checks. 419 assign_static_type_test/04: Fail # Unrecognized option: --no-enable-type-checks.
429 type_variable_bounds_test/01: Fail # Issue 2135 420 type_variable_bounds_test/01: Fail # Issue 2135
(...skipping 28 matching lines...) Expand all
458 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. 449 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop.
459 450
460 [ $compiler == frog && $runtime == none ] 451 [ $compiler == frog && $runtime == none ]
461 *: Skip 452 *: Skip
462 453
463 [ $arch == simarm ] 454 [ $arch == simarm ]
464 *: Skip 455 *: Skip
465 456
466 [ $arch == arm ] 457 [ $arch == arm ]
467 *: Skip 458 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698