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

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

Issue 2987643002: Additional test updates to make the bots green. (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 | « no previous file | tests/corelib_2/symbol_test.dart » ('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 string_static_test: MissingCompileTimeError
8 9
9 [ !$strong && $compiler != dartdevc && $checked ] 10 [ !$strong && $compiler != dartdevc && $checked ]
10 core_runtime_types_static_test: MissingCompileTimeError 11 core_runtime_types_static_test: MissingCompileTimeError
12 string_static_test: MissingCompileTimeError
11 13
12 [ !$strong && !$checked ] 14 [ !$strong && !$checked ]
13 core_runtime_types_static_test: MissingCompileTimeError 15 core_runtime_types_static_test: MissingCompileTimeError
16 string_static_test: MissingCompileTimeError
14 17
15 [ $compiler == dart2js && $fast_startup ] 18 [ $compiler == dart2js && $fast_startup ]
16 apply3_test: Fail # mirrors not supported 19 apply3_test: Fail # mirrors not supported
17 20
18 [ $compiler == precompiler ] 21 [ $compiler == precompiler ]
19 apply3_test: SkipByDesign 22 apply3_test: SkipByDesign
20 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify 23 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
21 24
22 [ $compiler == dartdevc && $runtime != none ] 25 [ $compiler == dartdevc && $runtime != none ]
23 apply2_test: RuntimeError # Issue 29921 26 apply2_test: RuntimeError # Issue 29921
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 72 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
70 bool_from_environment2_test/01: MissingCompileTimeError 73 bool_from_environment2_test/01: MissingCompileTimeError
71 bool_from_environment2_test/02: MissingCompileTimeError 74 bool_from_environment2_test/02: MissingCompileTimeError
72 bool_from_environment2_test/03: MissingCompileTimeError 75 bool_from_environment2_test/03: MissingCompileTimeError
73 bool_from_environment2_test/04: MissingCompileTimeError 76 bool_from_environment2_test/04: MissingCompileTimeError
74 bool_from_environment2_test/05: MissingCompileTimeError 77 bool_from_environment2_test/05: MissingCompileTimeError
75 compare_to2_test: RuntimeError 78 compare_to2_test: RuntimeError
76 string_trimlr_test/02: RuntimeError 79 string_trimlr_test/02: RuntimeError
77 symbol_operator_test/03: RuntimeError 80 symbol_operator_test/03: RuntimeError
78 symbol_reserved_word_test/04: MissingCompileTimeError 81 symbol_reserved_word_test/04: MissingCompileTimeError
82 symbol_reserved_word_test/05: MissingCompileTimeError
79 symbol_reserved_word_test/06: RuntimeError 83 symbol_reserved_word_test/06: RuntimeError
80 symbol_reserved_word_test/07: MissingCompileTimeError 84 symbol_reserved_word_test/07: MissingCompileTimeError
81 symbol_reserved_word_test/09: RuntimeError 85 symbol_reserved_word_test/09: RuntimeError
82 symbol_reserved_word_test/10: MissingCompileTimeError 86 symbol_reserved_word_test/10: MissingCompileTimeError
83 symbol_reserved_word_test/12: RuntimeError 87 symbol_reserved_word_test/12: RuntimeError
84 symbol_test/01: MissingCompileTimeError 88 symbol_test/01: MissingCompileTimeError
85 symbol_test/02: MissingCompileTimeError 89 symbol_test/02: MissingCompileTimeError
86 symbol_test/03: MissingCompileTimeError 90 symbol_test/03: MissingCompileTimeError
87 symbol_test/04: MissingCompileTimeError 91 symbol_test/04: MissingCompileTimeError
88 symbol_test/none: RuntimeError 92 symbol_test/none: RuntimeError
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 symbol_test/none: RuntimeError # Issue 27394 153 symbol_test/none: RuntimeError # Issue 27394
150 154
151 [ $compiler == dart2js && $runtime == jsshell ] 155 [ $compiler == dart2js && $runtime == jsshell ]
152 symbol_test/none: RuntimeError 156 symbol_test/none: RuntimeError
153 157
154 [ $compiler == none && $runtime == vm ] 158 [ $compiler == none && $runtime == vm ]
155 string_static_test: MissingCompileTimeError 159 string_static_test: MissingCompileTimeError
156 160
157 [ $compiler == dart2js && $runtime != none] 161 [ $compiler == dart2js && $runtime != none]
158 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed. 162 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed.
OLDNEW
« no previous file with comments | « no previous file | tests/corelib_2/symbol_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698