| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 [ $compiler == dartdevc && $runtime != none ] | 5 [ $compiler == dartdevc && $runtime != none ] |
| 6 async/future_or_bad_type_test/none: RuntimeError # Issue 29922 | 6 async/future_or_bad_type_test/none: RuntimeError # Issue 29922 |
| 7 async/future_or_bad_type_test/implements: RuntimeError # Issue 29922 | 7 async/future_or_bad_type_test/implements: RuntimeError # Issue 29922 |
| 8 async/future_test: RuntimeError # Issue 29922 | 8 async/future_test: RuntimeError # Issue 29922 |
| 9 async/futures_test: RuntimeError # Issue 29922 | 9 async/futures_test: RuntimeError # Issue 29922 |
| 10 mirrors/constructors_test: RuntimeError # Issue 29922 |
| 11 mirrors/constructor_private_name_test: RuntimeError # Issue 29922 |
| 12 mirrors/deferred_type_test: CompileTimeError # Deferred type purposely used as p
arameter declaration. |
| 13 mirrors/dart2js_mirrors_test: Crash # Issue 29922 |
| 14 mirrors/declarations_type_test: RuntimeError # Issue 29922 |
| 15 mirrors/deferred_mirrors_metadata_test: RuntimeError # Issue 29922 |
| 16 mirrors/deferred_mirrors_metatarget_test: RuntimeError # Issue 29922 |
| 17 mirrors/deferred_mirrors_update_test: RuntimeError # Issue 29922 |
| 18 mirrors/delegate_call_through_getter_test: RuntimeError # Issue 29922 |
| 19 mirrors/delegate_class_test: RuntimeError # Issue 29922 |
| 20 mirrors/delegate_function_invocation_test: RuntimeError # Issue 29922 |
| 21 mirrors/delegate_library_test: RuntimeError # Issue 29922 |
| 22 mirrors/delegate_test: RuntimeError # Issue 29922 |
| 23 mirrors/enum_test: RuntimeError # Issue 29922 |
| 24 mirrors/empty_test: RuntimeError # Issue 29922 |
| 25 mirrors/empty_test: RuntimeError # Issue 29922 |
| 26 mirrors/equality_test: RuntimeError # Issue 29922 |
| OLD | NEW |