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

Side by Side Diff: tests/corelib_2/corelib_2.status

Issue 2983383002: Migrated test block 26 to Dart 2.0. (Closed)
Patch Set: Updated splay_tree_from_iterables_test to not check for checked mode, and updated status files acco… Created 3 years, 4 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
« no previous file with comments | « tests/corelib/splay_tree_test.dart ('k') | tests/corelib_2/shuffle_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # All static_tests have expected compile-time errors. 5 # All static_tests have expected compile-time errors.
6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
7 core_runtime_types_static_test: MissingCompileTimeError 7 core_runtime_types_static_test: MissingCompileTimeError
8 splay_tree_test/01: MissingCompileTimeError
9 splay_tree_test/02: MissingCompileTimeError
8 string_base_vm_static_test: MissingCompileTimeError 10 string_base_vm_static_test: MissingCompileTimeError
9 string_replace_static_test: MissingCompileTimeError 11 string_replace_static_test: MissingCompileTimeError
10 string_static_test: MissingCompileTimeError 12 string_static_test: MissingCompileTimeError
11 13
12 [ !$strong && $compiler != dartdevc && $checked ] 14 [ !$strong && $compiler != dartdevc && $checked ]
13 core_runtime_types_static_test: MissingCompileTimeError 15 core_runtime_types_static_test: MissingCompileTimeError
16 splay_tree_test/01: MissingCompileTimeError
17 splay_tree_test/02: MissingCompileTimeError
14 string_base_vm_static_test: MissingCompileTimeError 18 string_base_vm_static_test: MissingCompileTimeError
15 string_replace_static_test: MissingCompileTimeError 19 string_replace_static_test: MissingCompileTimeError
16 string_static_test: MissingCompileTimeError 20 string_static_test: MissingCompileTimeError
17 21
18 [ !$strong && !$checked ] 22 [ !$strong && !$checked ]
19 core_runtime_types_static_test: MissingCompileTimeError 23 core_runtime_types_static_test: MissingCompileTimeError
24 splay_tree_test/01: MissingCompileTimeError
25 splay_tree_test/02: MissingCompileTimeError
20 string_base_vm_static_test: MissingCompileTimeError 26 string_base_vm_static_test: MissingCompileTimeError
21 string_replace_static_test: MissingCompileTimeError 27 string_replace_static_test: MissingCompileTimeError
22 string_static_test: MissingCompileTimeError 28 string_static_test: MissingCompileTimeError
23 29
24 [ $compiler == dart2analyzer && !$strong ] 30 [ $compiler == dart2analyzer && !$strong ]
25 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245 31 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245
26 symbol_test/04: MissingCompileTimeError # Issue 30245 32 symbol_test/04: MissingCompileTimeError # Issue 30245
27 33
28 [ $compiler == dart2js && $fast_startup ] 34 [ $compiler == dart2js && $fast_startup ]
29 apply3_test: Fail # mirrors not supported 35 apply3_test: Fail # mirrors not supported
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 [ $compiler == none && $runtime == drt ] 203 [ $compiler == none && $runtime == drt ]
198 string_from_environment2_test: Skip 204 string_from_environment2_test: Skip
199 string_from_environment3_test: Skip 205 string_from_environment3_test: Skip
200 string_from_environment_test: Skip 206 string_from_environment_test: Skip
201 207
202 [ $system == windows && $arch == x64 ] 208 [ $system == windows && $arch == x64 ]
203 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 209 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
204 210
205 [ $runtime == vm ] 211 [ $runtime == vm ]
206 string_case_test/01: RuntimeError 212 string_case_test/01: RuntimeError
213
214 [ $compiler == dart2js && $runtime != none && !$checked ]
215 splay_tree_from_iterable_test: RuntimeError
216
217 [ $compiler == none && $runtime == vm && !$checked ]
218 splay_tree_from_iterable_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/corelib/splay_tree_test.dart ('k') | tests/corelib_2/shuffle_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698