| 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_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 | 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 |
| 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 | 243 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 |
| 244 mirrors/typedef_test: StaticWarning # Issue 14524 | 244 mirrors/typedef_test: StaticWarning # Issue 14524 |
| 245 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 | 245 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 |
| 246 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 | 246 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 |
| 247 | 247 |
| 248 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. | 248 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. |
| 249 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. | 249 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. |
| 250 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 250 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
| 251 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 251 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
| 252 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time | 252 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time |
| 253 |
| 254 mirrors/invoke_test: StaticWarning, OK # API being removed. |
| 255 mirrors/invoke_closurization_test: StaticWarning, OK # API being removed. |
| OLD | NEW |