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

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

Issue 2990933002: Migrate block 43. (Closed)
Patch Set: Created 3 years, 4 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
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 [ $strong ] 8 [ $strong ]
9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te sts. 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te sts.
10 10
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 mixin_invalid_bound2_test/04: CompileTimeError 426 mixin_invalid_bound2_test/04: CompileTimeError
427 mixin_invalid_bound2_test/07: CompileTimeError 427 mixin_invalid_bound2_test/07: CompileTimeError
428 deferred_super_dependency_test/01: CompileTimeError 428 deferred_super_dependency_test/01: CompileTimeError
429 method_override5_test: CompileTimeError 429 method_override5_test: CompileTimeError
430 deferred_static_seperate_test: CompileTimeError 430 deferred_static_seperate_test: CompileTimeError
431 default_factory_test/01: CompileTimeError 431 default_factory_test/01: CompileTimeError
432 internal_library_test/01: CompileTimeError 432 internal_library_test/01: CompileTimeError
433 internal_library_test/02: CompileTimeError 433 internal_library_test/02: CompileTimeError
434 type_variable_scope2_test: CompileTimeError 434 type_variable_scope2_test: CompileTimeError
435 mixin_super_bound_test: CompileTimeError 435 mixin_super_bound_test: CompileTimeError
436 bad_override_test/06: CompileTimeError
437 invocation_mirror2_test: CompileTimeError 436 invocation_mirror2_test: CompileTimeError
438 deferred_inheritance_constraints_test/redirecting_constructor: CompileTimeError 437 deferred_inheritance_constraints_test/redirecting_constructor: CompileTimeError
439 deferred_no_such_method_test: CompileTimeError 438 deferred_no_such_method_test: CompileTimeError
440 malbounded_type_literal_test: CompileTimeError 439 malbounded_type_literal_test: CompileTimeError
441 deferred_mixin_test: CompileTimeError 440 deferred_mixin_test: CompileTimeError
442 many_overridden_no_such_method_test: CompileTimeError 441 many_overridden_no_such_method_test: CompileTimeError
443 malbounded_redirecting_factory2_test/none: CompileTimeError 442 malbounded_redirecting_factory2_test/none: CompileTimeError
444 malbounded_redirecting_factory2_test/01: CompileTimeError 443 malbounded_redirecting_factory2_test/01: CompileTimeError
445 malbounded_type_cast_test: CompileTimeError 444 malbounded_type_cast_test: CompileTimeError
446 type_parameter_test/none: CompileTimeError 445 type_parameter_test/none: CompileTimeError
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 489
491 # Look like bugs. 490 # Look like bugs.
492 config_import_test: RuntimeError # Flutter Issue 9110 491 config_import_test: RuntimeError # Flutter Issue 9110
493 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110 492 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110
494 vm/regress_27201_test: Fail # Flutter Issue 9110 493 vm/regress_27201_test: Fail # Flutter Issue 9110
495 asyncstar_yield_test: Skip # Flutter Issue 9110 494 asyncstar_yield_test: Skip # Flutter Issue 9110
496 await_for_test: Skip # Flutter Issue 9110 495 await_for_test: Skip # Flutter Issue 9110
497 await_for_cancel_test: Skip # Flutter Issue 9110 496 await_for_cancel_test: Skip # Flutter Issue 9110
498 497
499 498
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698