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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
106 bit_operations_test/03: RuntimeError # No bigints on web. | 106 bit_operations_test/03: RuntimeError # No bigints on web. |
107 bit_operations_test/04: RuntimeError # No bigints on web. | 107 bit_operations_test/04: RuntimeError # No bigints on web. |
108 bit_operations_test/none: RuntimeError # No bigints on web. | 108 bit_operations_test/none: RuntimeError # No bigints on web. |
109 branch_canonicalization_test: RuntimeError # Issue 29920 | 109 branch_canonicalization_test: RuntimeError # Issue 29920 |
110 call_closurization_test: RuntimeError # Issue 29920 | 110 call_closurization_test: RuntimeError # Issue 29920 |
111 call_test: RuntimeError | 111 call_test: RuntimeError |
112 canonical_const2_test: RuntimeError # Ints and doubles are unified. | 112 canonical_const2_test: RuntimeError # Ints and doubles are unified. |
113 canonical_const_test: RuntimeError # Ints and doubles are unified. | 113 canonical_const_test: RuntimeError # Ints and doubles are unified. |
114 function_type/function_type50_test: RuntimeError # Issue 29920 | 114 function_type/function_type50_test: RuntimeError # Issue 29920 |
115 function_type/function_type58_test: RuntimeError # Issue 29920 | 115 function_type/function_type58_test: RuntimeError # Issue 29920 |
116 compile_time_constant10_test/none: RuntimeError | 116 compile_time_constant10_test/none: RuntimeError |
117 # compile_time_constant_a_test: RuntimeError # Issue 30526 | |
Bob Nystrom
2017/08/23 21:56:54
Was this supposed to be commented out?
| |
118 compile_time_constant_b_test: RuntimeError # Issue 29920 | |
119 compile_time_constant_d_test: RuntimeError # Issue 29920 | |
OLD | NEW |