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 apply3_test: DartkCompileTimeError | 6 apply3_test: DartkCompileTimeError |
7 bool_from_environment_test: RuntimeError | 7 bool_from_environment_test: RuntimeError |
8 compare_to2_test: RuntimeError | 8 compare_to2_test: RuntimeError |
9 const_list_remove_range_test: DartkCompileTimeError | 9 const_list_remove_range_test: DartkCompileTimeError |
10 const_list_set_range_test: DartkCompileTimeError | 10 const_list_set_range_test: DartkCompileTimeError |
11 hash_map2_test: Crash # VM does not support BottomType | 11 hash_map2_test: Crash # VM does not support BottomType |
12 int_from_environment_test: RuntimeError | 12 int_from_environment_test: RuntimeError |
13 iterable_return_type_test/01: RuntimeError | 13 iterable_return_type_test/01: RuntimeError |
14 iterable_return_type_test/02: RuntimeError | 14 iterable_return_type_test/02: RuntimeError |
15 iterable_return_type_test/none: RuntimeError | 15 iterable_return_type_test/none: RuntimeError |
16 iterable_skip_test: DartkCompileTimeError | 16 iterable_skip_test: DartkCompileTimeError |
17 iterable_skip_while_test: DartkCompileTimeError | 17 iterable_skip_while_test: DartkCompileTimeError |
18 iterable_take_test: DartkCompileTimeError | 18 iterable_take_test: DartkCompileTimeError |
19 iterable_take_while_test: DartkCompileTimeError | 19 iterable_take_while_test: DartkCompileTimeError |
20 list_fill_range_test: DartkCompileTimeError | 20 list_fill_range_test: DartkCompileTimeError |
21 list_get_range_test: DartkCompileTimeError | 21 list_get_range_test: DartkCompileTimeError |
22 list_insert_all_test: DartkCompileTimeError | 22 list_insert_all_test: DartkCompileTimeError |
23 list_map_test: DartkCompileTimeError | |
24 list_remove_range_test: DartkCompileTimeError | |
25 list_replace_range_test: DartkCompileTimeError | |
26 list_set_all_test: DartkCompileTimeError | |
27 list_set_range_test: DartkCompileTimeError | |
28 list_sublist_test: DartkCompileTimeError | |
29 set_test: DartkCompileTimeError | 23 set_test: DartkCompileTimeError |
30 shuffle_test: DartkCompileTimeError | 24 shuffle_test: DartkCompileTimeError |
31 sort_test: DartkCompileTimeError | 25 sort_test: DartkCompileTimeError |
32 splay_tree_from_iterable_test: DartkCompileTimeError | 26 splay_tree_from_iterable_test: DartkCompileTimeError |
33 string_case_test/01: RuntimeError | 27 string_case_test/01: RuntimeError |
34 string_from_environment2_test: RuntimeError | 28 string_from_environment2_test: RuntimeError |
35 string_from_environment_test: RuntimeError | 29 string_from_environment_test: RuntimeError |
36 unicode_test: RuntimeError | 30 unicode_test: RuntimeError |
OLD | NEW |