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

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

Issue 2991403003: fix ddc bot status (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_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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 regexp/no-extensions_test: RuntimeError 343 regexp/no-extensions_test: RuntimeError
344 regexp/lookahead_test: RuntimeError 344 regexp/lookahead_test: RuntimeError
345 regexp/overflow_test: RuntimeError 345 regexp/overflow_test: RuntimeError
346 346
347 [ $runtime == safari || $runtime == safarimobilesim ] 347 [ $runtime == safari || $runtime == safarimobilesim ]
348 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 348 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
349 349
350 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 350 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
351 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 351 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
352 352
353 [ $compiler == dart2js && $runtime == drt ] 353 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime == drt ]
354 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 354 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
355 355
356 [ $compiler == dart2js && $runtime == safarimobilesim ] 356 [ $compiler == dart2js && $runtime == safarimobilesim ]
357 string_trimlr_test/01: Fail 357 string_trimlr_test/01: Fail
358 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 358 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
359 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 359 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
360 360
361 [ $compiler == dart2js && $runtime == d8 ] 361 [ $compiler == dart2js && $runtime == d8 ]
362 string_trimlr_test/02: RuntimeError, Pass # Uses Unicode 6.2.0 or earlier, issue 30279. 362 string_trimlr_test/02: RuntimeError, Pass # Uses Unicode 6.2.0 or earlier, issue 30279.
363 363
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 regexp/global_test: Skip # Issue 21709 823 regexp/global_test: Skip # Issue 21709
824 824
825 [ $mode == debug ] 825 [ $mode == debug ]
826 regexp/pcre_test: Pass, Slow # Issue 22008 826 regexp/pcre_test: Pass, Slow # Issue 22008
827 827
828 [ $compiler == dart2js && ! $browser ] 828 [ $compiler == dart2js && ! $browser ]
829 package_resource_test: RuntimeError # Issue 26842 829 package_resource_test: RuntimeError # Issue 26842
830 830
831 [ $compiler == dart2js && ! $dart2js_with_kernel ] 831 [ $compiler == dart2js && ! $dart2js_with_kernel ]
832 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 832 list_unmodifiable_test: Pass, RuntimeError # Issue 28712
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