| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 [ $runtime == vm ] | 179 [ $runtime == vm ] |
| 180 async/timer_not_available_test: Fail, OK | 180 async/timer_not_available_test: Fail, OK |
| 181 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 181 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 182 | 182 |
| 183 [ $compiler == none ] | 183 [ $compiler == none ] |
| 184 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 184 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 185 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. | 185 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. |
| 186 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 186 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 187 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 187 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 188 | 188 |
| 189 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 | |
| 190 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000 | |
| 191 mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869 | 189 mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869 |
| 192 | 190 |
| 193 mirrors/generic_local_function_test: RuntimeError # Issue 14913 | 191 mirrors/generic_local_function_test: RuntimeError # Issue 14913 |
| 194 | 192 |
| 195 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 193 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 196 | 194 |
| 197 mirrors/removed_api_test: RuntimeError # Issue 14931 | 195 mirrors/removed_api_test: RuntimeError # Issue 14931 |
| 198 | 196 |
| 199 mirrors/static_members_test: RuntimeError # Issue 14632 | 197 mirrors/static_members_test: RuntimeError # Issue 14632 |
| 200 mirrors/toplevel_members_test: RuntimeError # Issue 14632 | 198 mirrors/toplevel_members_test: RuntimeError # Issue 14632 |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 | 240 |
| 243 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>' | 241 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>' |
| 244 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> | 242 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> |
| 245 | 243 |
| 246 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. | 244 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. |
| 247 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. | 245 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. |
| 248 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 246 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
| 249 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 247 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
| 250 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. | 248 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. |
| 251 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 249 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| OLD | NEW |