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

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

Issue 2992023002: Fix test status. (Closed)
Patch Set: One more safari test. 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_2/language_2.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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 192 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972
193 193
194 [ $compiler == dart2js ] 194 [ $compiler == dart2js ]
195 hash_set_test/01: RuntimeError # Issue 11551 195 hash_set_test/01: RuntimeError # Issue 11551
196 string_static_test: MissingCompileTimeError 196 string_static_test: MissingCompileTimeError
197 197
198 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != drt ] 198 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != drt ]
199 symbol_test/02: MissingCompileTimeError # Issue 11669 199 symbol_test/02: MissingCompileTimeError # Issue 11669
200 symbol_test/03: MissingCompileTimeError # Issue 11669 200 symbol_test/03: MissingCompileTimeError # Issue 11669
201 201
202 [ $compiler == dart2js && $runtime == safari ]
203 regexp/no-extensions_test: RuntimeError
204 regexp/lookahead_test: RuntimeError
205
202 [ $runtime == safari || $runtime == safarimobilesim ] 206 [ $runtime == safari || $runtime == safarimobilesim ]
203 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 207 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
204 208
205 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 209 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
206 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 210 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
207 211
208 [ $compiler == dart2js && $runtime == drt ] 212 [ $compiler == dart2js && $runtime == drt ]
209 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 213 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
210 214
211 [ $compiler == dart2js && $runtime == safarimobilesim ] 215 [ $compiler == dart2js && $runtime == safarimobilesim ]
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 splay_tree_from_iterable_test: RuntimeError 501 splay_tree_from_iterable_test: RuntimeError
498 502
499 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] 503 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ]
500 splay_tree_from_iterable_test: RuntimeError 504 splay_tree_from_iterable_test: RuntimeError
501 505
502 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] 506 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ]
503 rexexp/pcre_test: Pass, Slow, Timeout 507 rexexp/pcre_test: Pass, Slow, Timeout
504 508
505 [ $mode == debug ] 509 [ $mode == debug ]
506 regexp/pcre_test: Pass, Slow # Issue 22008 510 regexp/pcre_test: Pass, Slow # Issue 22008
OLDNEW
« no previous file with comments | « no previous file | tests/language_2/language_2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698