| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 == dartk && $runtime == vm ] | 5 [ $compiler == dartk && $runtime == vm ] |
| 6 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError | |
| 7 assertion_test: RuntimeError | |
| 8 async_await_test/02: DartkCompileTimeError | 6 async_await_test/02: DartkCompileTimeError |
| 9 async_await_test/03: DartkCompileTimeError | 7 async_await_test/03: DartkCompileTimeError |
| 10 async_await_test/none: DartkCompileTimeError | 8 async_await_test/none: DartkCompileTimeError |
| 11 async_star_cancel_and_throw_in_finally_test: RuntimeError | 9 async_star_cancel_and_throw_in_finally_test: RuntimeError |
| 12 async_star_cancel_while_paused_test: RuntimeError | 10 async_star_cancel_while_paused_test: RuntimeError |
| 13 async_star_regression_fisk_test: Timeout | 11 async_star_regression_fisk_test: Timeout |
| 14 async_star_stream_take_test: Timeout | 12 async_star_stream_take_test: Timeout |
| 15 async_star_take_reyield_test: Timeout | 13 async_star_take_reyield_test: Timeout |
| 16 async_star_test/01: DartkCompileTimeError | 14 async_star_test/01: DartkCompileTimeError |
| 17 async_star_test/02: DartkCompileTimeError | 15 async_star_test/02: DartkCompileTimeError |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 regress_22700_test: RuntimeError | 188 regress_22700_test: RuntimeError |
| 191 regress_r24720_test: RuntimeError | 189 regress_r24720_test: RuntimeError |
| 192 reify_typevar_static_test/00: MissingCompileTimeError | 190 reify_typevar_static_test/00: MissingCompileTimeError |
| 193 reify_typevar_test: RuntimeError | 191 reify_typevar_test: RuntimeError |
| 194 setter_no_getter_test/01: Crash # VM does not support BottomType | 192 setter_no_getter_test/01: Crash # VM does not support BottomType |
| 195 switch_try_catch_test: RuntimeError | 193 switch_try_catch_test: RuntimeError |
| 196 sync_generator3_test/test2: RuntimeError | 194 sync_generator3_test/test2: RuntimeError |
| 197 type_error_test: RuntimeError # Throws CastError instead of TypeError | 195 type_error_test: RuntimeError # Throws CastError instead of TypeError |
| 198 type_literal_test: RuntimeError | 196 type_literal_test: RuntimeError |
| 199 type_parameter_literal_test: RuntimeError | 197 type_parameter_literal_test: RuntimeError |
| OLD | NEW |