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

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

Issue 2617163002: Revert "reflectType() dynamic type arguments support (#26012)" (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « sdk/lib/mirrors/mirrors.dart ('k') | tests/lib/mirrors/reflected_type_generics_test.dart » ('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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 mirrors/typedef_test: RuntimeError # Issue 6490 98 mirrors/typedef_test: RuntimeError # Issue 6490
99 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 99 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
100 mirrors/typedef_reflected_type_test/01: RuntimeError # Issue 12607 100 mirrors/typedef_reflected_type_test/01: RuntimeError # Issue 12607
101 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 101 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
102 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 102 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335
103 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 103 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
104 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 104 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
105 mirrors/raw_type_test/01: RuntimeError # Issue 6490 105 mirrors/raw_type_test/01: RuntimeError # Issue 6490
106 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 106 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589
107 mirrors/regress_26187_test: RuntimeError # Issue 6490 107 mirrors/regress_26187_test: RuntimeError # Issue 6490
108 mirrors/reflected_type_generics_test/01: Fail # Issues in reflecting generic typ edefs.
109 mirrors/reflected_type_generics_test/02: Fail # Issues in reflecting bounded typ e variables.
110
111 [ $compiler == none && $unchecked ]
112 mirrors/reflected_type_generics_test/02: Fail, Ok # Type check for a bounded typ e argument.
113 108
114 [ $compiler == dart2js && $fast_startup ] 109 [ $compiler == dart2js && $fast_startup ]
115 mirrors/*: Fail # mirrors not supported 110 mirrors/*: Fail # mirrors not supported
116 mirrors/circular_factory_redirection_test/0*: Pass # expects failure, but it fai ls for the wrong reason 111 mirrors/circular_factory_redirection_test/0*: Pass # expects failure, but it fai ls for the wrong reason
117 mirrors/library_imports_bad_metadata_test/01: Pass # expects failure, but it fai ls for the wrong reason 112 mirrors/library_imports_bad_metadata_test/01: Pass # expects failure, but it fai ls for the wrong reason
118 mirrors/library_metadata2_test/01: Pass # expects failure, but it fails for the wrong reason 113 mirrors/library_metadata2_test/01: Pass # expects failure, but it fails for the wrong reason
119 mirrors/metadata_allowed_values_test/0*: Pass # expects failure, but it fails fo r the wrong reason 114 mirrors/metadata_allowed_values_test/0*: Pass # expects failure, but it fails fo r the wrong reason
120 mirrors/metadata_allowed_values_test/1*: Pass # expects failure, but it fails fo r the wrong reason 115 mirrors/metadata_allowed_values_test/1*: Pass # expects failure, but it fails fo r the wrong reason
121 mirrors/metadata_allowed_values_test/2*: Pass # expects failure, but it fails fo r the wrong reason 116 mirrors/metadata_allowed_values_test/2*: Pass # expects failure, but it fails fo r the wrong reason
122 mirrors/metadata_allowed_values_test/3*: Pass # expects failure, but it fails fo r the wrong reason 117 mirrors/metadata_allowed_values_test/3*: Pass # expects failure, but it fails fo r the wrong reason
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 mirrors/typedef_deferred_library_test: Crash # Deferred loading 463 mirrors/typedef_deferred_library_test: Crash # Deferred loading
469 mirrors/deferred_mirrors_update_test: Crash # Deferred loading 464 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
470 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 465 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
471 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading 466 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
472 mirrors/load_library_test: Crash # Deferred loading 467 mirrors/load_library_test: Crash # Deferred loading
473 468
474 [ $hot_reload ] 469 [ $hot_reload ]
475 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 470 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
476 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 471 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
477 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 472 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
OLDNEW
« no previous file with comments | « sdk/lib/mirrors/mirrors.dart ('k') | tests/lib/mirrors/reflected_type_generics_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698