| OLD | NEW |
| 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 [ $csp ] | 5 [ $csp ] |
| 6 mirrors/delegate_test: RuntimeError # Issue 13864 | 6 mirrors/delegate_test: RuntimeError # Issue 13864 |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
| 10 | 10 |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. | 183 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. |
| 184 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 184 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 185 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 185 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 186 | 186 |
| 187 mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869 | 187 mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869 |
| 188 | 188 |
| 189 mirrors/generic_local_function_test: RuntimeError # Issue 14913 | 189 mirrors/generic_local_function_test: RuntimeError # Issue 14913 |
| 190 | 190 |
| 191 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 191 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 192 | 192 |
| 193 mirrors/removed_api_test: RuntimeError # Issue 14931 |
| 194 |
| 193 mirrors/static_members_test: RuntimeError # Issue 14632 | 195 mirrors/static_members_test: RuntimeError # Issue 14632 |
| 194 mirrors/toplevel_members_test: RuntimeError # Issue 14632 | 196 mirrors/toplevel_members_test: RuntimeError # Issue 14632 |
| 195 mirrors/instance_members_test: RuntimeError # Issue 14632 | 197 mirrors/instance_members_test: RuntimeError # Issue 14632 |
| 196 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632 | 198 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632 |
| 197 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463
2 | 199 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463
2 |
| 198 | 200 |
| 199 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 201 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 200 | 202 |
| 201 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] | 203 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] |
| 202 async/schedule_microtask6_test: Fail # Issue 10910 | 204 async/schedule_microtask6_test: Fail # Issue 10910 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 | 238 |
| 237 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' | 239 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' |
| 238 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> | 240 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> |
| 239 | 241 |
| 240 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. | 242 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. |
| 241 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. | 243 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. |
| 242 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 244 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
| 243 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 245 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
| 244 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. | 246 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. |
| 245 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 247 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| OLD | NEW |