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

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

Issue 3000393002: Adjust dartk test status for checked/unchecked modes (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
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | 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 8 splay_tree_test/01: MissingCompileTimeError
9 splay_tree_test/02: MissingCompileTimeError 9 splay_tree_test/02: MissingCompileTimeError
10 string_base_vm_static_test: MissingCompileTimeError 10 string_base_vm_static_test: MissingCompileTimeError
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 from_environment_const_type_test/13: MissingCompileTimeError 270 from_environment_const_type_test/13: MissingCompileTimeError
271 from_environment_const_type_test/14: MissingCompileTimeError 271 from_environment_const_type_test/14: MissingCompileTimeError
272 from_environment_const_type_test/16: MissingCompileTimeError 272 from_environment_const_type_test/16: MissingCompileTimeError
273 from_environment_const_type_undefined_test/02: MissingCompileTimeError 273 from_environment_const_type_undefined_test/02: MissingCompileTimeError
274 from_environment_const_type_undefined_test/03: MissingCompileTimeError 274 from_environment_const_type_undefined_test/03: MissingCompileTimeError
275 from_environment_const_type_undefined_test/04: MissingCompileTimeError 275 from_environment_const_type_undefined_test/04: MissingCompileTimeError
276 from_environment_const_type_undefined_test/06: MissingCompileTimeError 276 from_environment_const_type_undefined_test/06: MissingCompileTimeError
277 from_environment_const_type_undefined_test/07: MissingCompileTimeError 277 from_environment_const_type_undefined_test/07: MissingCompileTimeError
278 from_environment_const_type_undefined_test/08: MissingCompileTimeError 278 from_environment_const_type_undefined_test/08: MissingCompileTimeError
279 279
280 [ !$checked && ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
281 symbol_test/01: MissingCompileTimeError
282
280 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 283 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
281 bool_from_environment2_test/01: MissingCompileTimeError 284 bool_from_environment2_test/01: MissingCompileTimeError
282 bool_from_environment2_test/02: MissingCompileTimeError 285 bool_from_environment2_test/02: MissingCompileTimeError
283 bool_from_environment2_test/03: MissingCompileTimeError 286 bool_from_environment2_test/03: MissingCompileTimeError
284 bool_from_environment2_test/04: MissingCompileTimeError 287 bool_from_environment2_test/04: MissingCompileTimeError
285 bool_from_environment2_test/05: MissingCompileTimeError 288 bool_from_environment2_test/05: MissingCompileTimeError
286 compare_to2_test: RuntimeError 289 compare_to2_test: RuntimeError
287 string_trimlr_test/02: RuntimeError 290 string_trimlr_test/02: RuntimeError
288 symbol_operator_test/03: RuntimeError 291 symbol_operator_test/03: RuntimeError
289 symbol_reserved_word_test/04: MissingCompileTimeError 292 symbol_reserved_word_test/04: MissingCompileTimeError
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 int_parse_radix_bad_handler_test: Pass 960 int_parse_radix_bad_handler_test: Pass
958 961
959 [ $compiler == dart2analyzer && $strong && $checked ] 962 [ $compiler == dart2analyzer && $strong && $checked ]
960 iterable_fold_test/01: CompileTimeError 963 iterable_fold_test/01: CompileTimeError
961 964
962 [ $compiler == dart2analyzer && $checked && !$strong ] 965 [ $compiler == dart2analyzer && $checked && !$strong ]
963 iterable_fold_test/01: Pass 966 iterable_fold_test/01: Pass
964 967
965 [ $compiler == dart2analyzer && $strong && !$checked ] 968 [ $compiler == dart2analyzer && $strong && !$checked ]
966 iterable_fold_test/01: CompileTimeError 969 iterable_fold_test/01: CompileTimeError
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698