| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. | 178 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. |
| 179 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 179 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 180 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 180 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 181 | 181 |
| 182 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 | 182 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 |
| 183 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000 | 183 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000 |
| 184 mirrors/generic_type_mirror_test/02: RuntimeError # Issue 14613 | 184 mirrors/generic_type_mirror_test/02: RuntimeError # Issue 14613 |
| 185 | 185 |
| 186 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 186 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 187 | 187 |
| 188 mirrors/removed_api_test: RuntimeError |
| 189 |
| 188 mirrors/static_members_test: RuntimeError # Issue 14632 | 190 mirrors/static_members_test: RuntimeError # Issue 14632 |
| 189 mirrors/toplevel_members_test: RuntimeError # Issue 14632 | 191 mirrors/toplevel_members_test: RuntimeError # Issue 14632 |
| 190 mirrors/instance_members_test: RuntimeError # Issue 14632 | 192 mirrors/instance_members_test: RuntimeError # Issue 14632 |
| 191 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632 | 193 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632 |
| 192 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463
2 | 194 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463
2 |
| 193 | 195 |
| 194 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 196 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 195 | 197 |
| 196 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] | 198 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] |
| 197 async/schedule_microtask6_test: Fail # Issue 10910 | 199 async/schedule_microtask6_test: Fail # Issue 10910 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 | 238 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 |
| 237 | 239 |
| 238 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>' | 240 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/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> | 241 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 | 242 |
| 241 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. | 243 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. |
| 242 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. | 244 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. |
| 243 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 245 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
| 244 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 246 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
| 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 |