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

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

Issue 2987113002: Gardening: fix issues with expectations for precomp-linux-product-x64. (Closed)
Patch Set: 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 | tests/language/language.status » ('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 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 [ $compiler == dart2js && $runtime != none && !$checked ] 498 [ $compiler == dart2js && $runtime != none && !$checked ]
499 splay_tree_from_iterable_test: RuntimeError 499 splay_tree_from_iterable_test: RuntimeError
500 500
501 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ] 501 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ]
502 splay_tree_from_iterable_test: RuntimeError 502 splay_tree_from_iterable_test: RuntimeError
503 503
504 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] 504 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ]
505 splay_tree_from_iterable_test: RuntimeError 505 splay_tree_from_iterable_test: RuntimeError
506 506
507 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] 507 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ]
508 rexexp/pcre_test: Pass, Slow, Timeout 508 regexp/pcre_test: Pass, Slow, Timeout
509 509
510 [ $mode == debug ] 510 [ $mode == debug ]
511 regexp/pcre_test: Pass, Slow # Issue 22008 511 regexp/pcre_test: Pass, Slow # Issue 22008
OLDNEW
« no previous file with comments | « no previous file | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698