| Index: tests/corelib_strong/corelib_strong_kernel.status
|
| diff --git a/tests/corelib_strong/corelib_strong_kernel.status b/tests/corelib_strong/corelib_strong_kernel.status
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..945b79f3b7b6b209b3bafb82abdf07f52b16b6be
|
| --- /dev/null
|
| +++ b/tests/corelib_strong/corelib_strong_kernel.status
|
| @@ -0,0 +1,36 @@
|
| +# Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
|
| +# for details. All rights reserved. Use of this source code is governed by a
|
| +# BSD-style license that can be found in the LICENSE file.
|
| +
|
| +[ $compiler == dartk && $runtime == vm ]
|
| +apply3_test: DartkCompileTimeError
|
| +bool_from_environment_test: RuntimeError
|
| +compare_to2_test: RuntimeError
|
| +const_list_remove_range_test: DartkCompileTimeError
|
| +const_list_set_range_test: DartkCompileTimeError
|
| +int_from_environment_test: RuntimeError
|
| +iterable_return_type_test/01: RuntimeError
|
| +iterable_return_type_test/02: RuntimeError
|
| +iterable_return_type_test/none: RuntimeError
|
| +iterable_skip_test: DartkCompileTimeError
|
| +iterable_skip_while_test: DartkCompileTimeError
|
| +iterable_take_test: DartkCompileTimeError
|
| +iterable_take_while_test: DartkCompileTimeError
|
| +list_fill_range_test: DartkCompileTimeError
|
| +list_get_range_test: DartkCompileTimeError
|
| +list_insert_all_test: DartkCompileTimeError
|
| +list_map_test: DartkCompileTimeError
|
| +list_remove_range_test: DartkCompileTimeError
|
| +list_replace_range_test: DartkCompileTimeError
|
| +list_set_all_test: DartkCompileTimeError
|
| +list_set_range_test: DartkCompileTimeError
|
| +list_sublist_test: DartkCompileTimeError
|
| +map_keys2_test: RuntimeError
|
| +set_test: DartkCompileTimeError
|
| +shuffle_test: DartkCompileTimeError
|
| +sort_test: DartkCompileTimeError
|
| +splay_tree_from_iterable_test: DartkCompileTimeError
|
| +string_case_test/01: RuntimeError
|
| +string_from_environment2_test: RuntimeError
|
| +string_from_environment_test: RuntimeError
|
| +unicode_test: RuntimeError
|
|
|