| 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 # Sections in this file should contain "$compiler == dartdevc". | 5 # Sections in this file should contain "$compiler == dartdevc". |
| 6 | 6 |
| 7 [ $compiler == dartdevc ] | 7 [ $compiler == dartdevc ] |
| 8 async_return_types_test/nestedFuture: MissingCompileTimeError | 8 async_return_types_test/nestedFuture: MissingCompileTimeError |
| 9 bit_operations_test/01: MissingCompileTimeError | 9 bit_operations_test/01: MissingCompileTimeError |
| 10 bit_operations_test/02: MissingCompileTimeError | 10 bit_operations_test/02: MissingCompileTimeError |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 built_in_identifier_prefix_test: CompileTimeError | 22 built_in_identifier_prefix_test: CompileTimeError |
| 23 built_in_identifier_prefix_test: CompileTimeError | 23 built_in_identifier_prefix_test: CompileTimeError |
| 24 | 24 |
| 25 [ $strong && $compiler == dartdevc ] | 25 [ $strong && $compiler == dartdevc ] |
| 26 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 26 accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
| 27 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 27 accessor_conflict_export_test: CompileTimeError # Issue 25626 |
| 28 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | 28 accessor_conflict_import2_test: CompileTimeError # Issue 25626 |
| 29 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | 29 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 |
| 30 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | 30 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 |
| 31 accessor_conflict_import_test: CompileTimeError # Issue 25626 | 31 accessor_conflict_import_test: CompileTimeError # Issue 25626 |
| 32 regress_30339_test: CompileTimeError # As expected. Should we make this a multi
test? |
| 32 | 33 |
| 33 [ $compiler == dartdevc && $runtime != none ] | 34 [ $compiler == dartdevc && $runtime != none ] |
| 34 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 | 35 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 |
| 35 async_star_pause_test: RuntimeError | 36 async_star_pause_test: RuntimeError |
| 36 bit_operations_test/01: RuntimeError # No bigints on web. | 37 bit_operations_test/01: RuntimeError # No bigints on web. |
| 37 bit_operations_test/02: RuntimeError # No bigints on web. | 38 bit_operations_test/02: RuntimeError # No bigints on web. |
| 38 bit_operations_test/03: RuntimeError # No bigints on web. | 39 bit_operations_test/03: RuntimeError # No bigints on web. |
| 39 bit_operations_test/04: RuntimeError # No bigints on web. | 40 bit_operations_test/04: RuntimeError # No bigints on web. |
| 40 bit_operations_test/none: RuntimeError # No bigints on web. | 41 bit_operations_test/none: RuntimeError # No bigints on web. |
| 41 branch_canonicalization_test: RuntimeError # Issue 29920 | 42 branch_canonicalization_test: RuntimeError # Issue 29920 |
| 42 function_type/*: RuntimeError # Issue 28988 | 43 function_type/*: RuntimeError # Issue 28988 |
| 43 call_closurization_test: RuntimeError # Issue 29920 | 44 call_closurization_test: RuntimeError # Issue 29920 |
| 44 call_test: RuntimeError | 45 call_test: RuntimeError |
| 45 canonical_const2_test: RuntimeError # Ints and doubles are unified. | 46 canonical_const2_test: RuntimeError # Ints and doubles are unified. |
| 46 canonical_const_test: RuntimeError # Ints and doubles are unified. | 47 canonical_const_test: RuntimeError # Ints and doubles are unified. |
| OLD | NEW |