Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1605)

Side by Side Diff: tests/corelib_strong/corelib_strong_kernel.status

Issue 3004073002: Remove corelib/corelib_strong and migrate last two remaining tests. (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 [ $compiler == dartk && $runtime == vm ]
6 apply3_test: DartkCompileTimeError
7 bool_from_environment_test: RuntimeError
8 compare_to2_test: RuntimeError
9 const_list_remove_range_test: DartkCompileTimeError
10 const_list_set_range_test: DartkCompileTimeError
11 hash_map2_test: Crash # VM does not support BottomType
12 int_from_environment_test: RuntimeError
13 set_test: DartkCompileTimeError
14 shuffle_test: DartkCompileTimeError
15 sort_test: DartkCompileTimeError
16 splay_tree_from_iterable_test: DartkCompileTimeError
17 string_case_test/01: RuntimeError
18 string_from_environment2_test: RuntimeError
19 string_from_environment_test: RuntimeError
20 unicode_test: RuntimeError
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698