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

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

Issue 2986693002: Remove references to 'dartium' and 'drt' in status files. (Closed)
Patch Set: Created 3 years, 5 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/corelib/corelib.status ('k') | 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 [ $compiler == dart2js && $fast_startup ] 5 [ $compiler == dart2js && $fast_startup ]
6 apply3_test: Fail # mirrors not supported 6 apply3_test: Fail # mirrors not supported
7 7
8 [ $compiler == precompiler ] 8 [ $compiler == precompiler ]
9 apply3_test: SkipByDesign 9 apply3_test: SkipByDesign
10 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify 10 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
(...skipping 24 matching lines...) Expand all
35 35
36 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 36 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
37 bool_from_environment2_test/01: MissingCompileTimeError 37 bool_from_environment2_test/01: MissingCompileTimeError
38 bool_from_environment2_test/02: MissingCompileTimeError 38 bool_from_environment2_test/02: MissingCompileTimeError
39 bool_from_environment2_test/03: MissingCompileTimeError 39 bool_from_environment2_test/03: MissingCompileTimeError
40 bool_from_environment2_test/04: MissingCompileTimeError 40 bool_from_environment2_test/04: MissingCompileTimeError
41 bool_from_environment2_test/05: MissingCompileTimeError 41 bool_from_environment2_test/05: MissingCompileTimeError
42 compare_to2_test: RuntimeError 42 compare_to2_test: RuntimeError
43 unicode_test: RuntimeError 43 unicode_test: RuntimeError
44 44
45 [ $compiler == none && $runtime == drt ]
46 bool_from_environment2_test: Skip
47 bool_from_environment_test: Skip
48
49 [ $runtime == ff || $runtime == jsshell ] 45 [ $runtime == ff || $runtime == jsshell ]
50 unicode_test: Fail 46 unicode_test: Fail
51 47
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698