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

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

Issue 2995453002: Fix bots from block 8 (Closed)
Patch Set: drop comma 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 | « no previous file | 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 [ $compiler == dart2js ] 294 [ $compiler == dart2js ]
295 hash_set_test/01: RuntimeError # Issue 11551 295 hash_set_test/01: RuntimeError # Issue 11551
296 string_static_test: MissingCompileTimeError 296 string_static_test: MissingCompileTimeError
297 int_parse_with_limited_ints_test: Skip # dart2js doesn't know about --limit-ints -to-64-bits 297 int_parse_with_limited_ints_test: Skip # dart2js doesn't know about --limit-ints -to-64-bits
298 typed_data_with_limited_ints_test: Skip # dart2js doesn't know about --limit-int s-to-64-bits 298 typed_data_with_limited_ints_test: Skip # dart2js doesn't know about --limit-int s-to-64-bits
299 299
300 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != drt ] 300 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != drt ]
301 symbol_test/02: MissingCompileTimeError # Issue 11669 301 symbol_test/02: MissingCompileTimeError # Issue 11669
302 symbol_test/03: MissingCompileTimeError # Issue 11669 302 symbol_test/03: MissingCompileTimeError # Issue 11669
303 303
304 [ $compiler == app_jit ] 304 [ $compiler == app_jit || $compiler == precompiler || $compiler == dartk ]
305 from_environment_const_type_test/02: MissingCompileTimeError 305 from_environment_const_type_test/02: MissingCompileTimeError
306 from_environment_const_type_test/03: MissingCompileTimeError 306 from_environment_const_type_test/03: MissingCompileTimeError
307 from_environment_const_type_test/04: MissingCompileTimeError 307 from_environment_const_type_test/04: MissingCompileTimeError
308 from_environment_const_type_test/06: MissingCompileTimeError 308 from_environment_const_type_test/06: MissingCompileTimeError
309 from_environment_const_type_test/07: MissingCompileTimeError 309 from_environment_const_type_test/07: MissingCompileTimeError
310 from_environment_const_type_test/08: MissingCompileTimeError 310 from_environment_const_type_test/08: MissingCompileTimeError
311 from_environment_const_type_test/09: MissingCompileTimeError 311 from_environment_const_type_test/09: MissingCompileTimeError
312 from_environment_const_type_test/11: MissingCompileTimeError 312 from_environment_const_type_test/11: MissingCompileTimeError
313 from_environment_const_type_test/12: MissingCompileTimeError 313 from_environment_const_type_test/12: MissingCompileTimeError
314 from_environment_const_type_test/13: MissingCompileTimeError 314 from_environment_const_type_test/13: MissingCompileTimeError
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 785
786 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] 786 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ]
787 splay_tree_from_iterable_test: RuntimeError 787 splay_tree_from_iterable_test: RuntimeError
788 788
789 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] 789 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ]
790 regexp/pcre_test: Pass, Slow, Timeout 790 regexp/pcre_test: Pass, Slow, Timeout
791 regexp/global_test: Skip # Issue 21709 791 regexp/global_test: Skip # Issue 21709
792 792
793 [ $mode == debug ] 793 [ $mode == debug ]
794 regexp/pcre_test: Pass, Slow # Issue 22008 794 regexp/pcre_test: Pass, Slow # Issue 22008
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698