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

Side by Side Diff: tests/corelib.status

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 10 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/cli_tests/interactive_debugger_tests.dart ('k') | tests/coroutine/coroutine.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) 2015, the Dartino project authors. Please see the AUTHORS file 1 # Copyright (c) 2015, the Dartino 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.md file. 3 # BSD-style license that can be found in the LICENSE.md file.
4 4
5 [ $system == macos ] 5 [ $system == macos ]
6 # https://github.com/dart-lang/fletch/issues/401 6 # https://github.com/dart-lang/dartino/issues/401
7 big_integer_huge_mul_vm_test: Pass, Slow, Timeout 7 big_integer_huge_mul_vm_test: Pass, Slow, Timeout
8 8
9 [ $runtime == fletchc ] 9 [ $runtime == dartino_compiler ]
10 # -D option not implemented. 10 # -D option not implemented.
11 int_from_environment2_test: CompileTimeError 11 int_from_environment2_test: CompileTimeError
12 12
13 # Stack trace printing crashes (https://github.com/dart-lang/fletch/issues/241) 13 # Stack trace printing crashes (https://github.com/dart-lang/dartino/issues/241)
14 apply3_test: Crash 14 apply3_test: Crash
15 15
16 # FletchBackend.createDebugInfo triggers assertion error 16 # DartinoBackend.createDebugInfo triggers assertion error
17 # (https://github.com/dart-lang/fletch/issues/242) 17 # (https://github.com/dart-lang/dartino/issues/242)
18 expando_test: Crash 18 expando_test: Crash
19 19
20 [ $compiler == fletchc || $runtime == fletchc ] 20 [ $compiler == dartino_compiler || $runtime == dartino_compiler ]
21 # Test is wrong, as it expects "Stack overflow" and not "Stack Overflow" on 21 # Test is wrong, as it expects "Stack overflow" and not "Stack Overflow" on
22 # overflows. 22 # overflows.
23 regexp/regexp_test: RuntimeError 23 regexp/regexp_test: RuntimeError
24 24
25 # Function.apply 25 # Function.apply
26 apply2_test: RuntimeError 26 apply2_test: RuntimeError
27 apply3_test: CompileTimeError 27 apply3_test: CompileTimeError
28 apply4_test: RuntimeError 28 apply4_test: RuntimeError
29 apply_test: RuntimeError 29 apply_test: RuntimeError
30 30
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 symbol_reserved_word_test/02: CompileTimeError 143 symbol_reserved_word_test/02: CompileTimeError
144 symbol_reserved_word_test/04: MissingCompileTimeError 144 symbol_reserved_word_test/04: MissingCompileTimeError
145 symbol_reserved_word_test/05: CompileTimeError 145 symbol_reserved_word_test/05: CompileTimeError
146 symbol_reserved_word_test/06: Fail 146 symbol_reserved_word_test/06: Fail
147 symbol_reserved_word_test/07: MissingCompileTimeError 147 symbol_reserved_word_test/07: MissingCompileTimeError
148 symbol_reserved_word_test/09: Fail 148 symbol_reserved_word_test/09: Fail
149 symbol_reserved_word_test/10: MissingCompileTimeError 149 symbol_reserved_word_test/10: MissingCompileTimeError
150 symbol_reserved_word_test/12: Fail 150 symbol_reserved_word_test/12: Fail
151 symbol_test/none: Fail 151 symbol_test/none: Fail
152 152
153 [ ($runtime == fletchc || $runtime == fletchvm) && $arch == x64 && $mode == debu g && ($clang || $asan) ] 153 [ ($runtime == dartino_compiler || $runtime == dartinovm) && $arch == x64 && $mo de == debug && ($clang || $asan) ]
154 int_parse_radix_test/01: Skip # Extremely slow, so we run them only in one debug -x64 confguration. Issue 46. 154 int_parse_radix_test/01: Skip # Extremely slow, so we run them only in one debug -x64 confguration. Issue 46.
155 int_parse_radix_test/02: Skip # Extremely slow, so we run them only in one debug -x64 confguration. Issue 46. 155 int_parse_radix_test/02: Skip # Extremely slow, so we run them only in one debug -x64 confguration. Issue 46.
156 int_parse_radix_test/none: Skip # Extremely slow, so we run them only in one deb ug-x64 confguration. Issue 46. 156 int_parse_radix_test/none: Skip # Extremely slow, so we run them only in one deb ug-x64 confguration. Issue 46.
157 157
158 [ $system == lk ] 158 [ $system == lk ]
159 big_integer_arith_vm_test/div: RuntimeError 159 big_integer_arith_vm_test/div: RuntimeError
160 big_integer_arith_vm_test/mod: RuntimeError 160 big_integer_arith_vm_test/mod: RuntimeError
161 big_integer_huge_mul_vm_test: Pass, Slow, Timeout 161 big_integer_huge_mul_vm_test: Pass, Slow, Timeout
162 compare_to_test: RuntimeError 162 compare_to_test: RuntimeError
163 core_runtime_types_test: RuntimeError 163 core_runtime_types_test: RuntimeError
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 int_parse_radix_test/none: Slow, Pass, Timeout 196 int_parse_radix_test/none: Slow, Pass, Timeout
197 num_sign_test: Slow, Pass, Timeout 197 num_sign_test: Slow, Pass, Timeout
198 list_unmodifiable_test: Crash 198 list_unmodifiable_test: Crash
199 199
200 [ $mode == debug || $asan ] 200 [ $mode == debug || $asan ]
201 regexp/global_test: Slow, Pass 201 regexp/global_test: Slow, Pass
202 202
203 [ $mode == debug ] 203 [ $mode == debug ]
204 big_integer_huge_mul_vm_test: Slow, Pass 204 big_integer_huge_mul_vm_test: Slow, Pass
205 205
206 [ $settings_file_name == embedded.fletch-settings && ($compiler == fletchc || $r untime == fletchc) ] 206 [ $settings_file_name == embedded.dartino-settings && ($compiler == dartino_comp iler || $runtime == dartino_compiler) ]
207 # No dart:convert on embedded 207 # No dart:convert on embedded
208 string_source_test: CompileTimeError 208 string_source_test: CompileTimeError
209 json_map_test: CompileTimeError 209 json_map_test: CompileTimeError
210 map_test: CompileTimeError 210 map_test: CompileTimeError
211 211
212 # No async support on embedded 212 # No async support on embedded
213 stacktrace_fromstring_test: CompileTimeError 213 stacktrace_fromstring_test: CompileTimeError
214 214
215 # No Uri support on embedded 215 # No Uri support on embedded
216 package_resource_test: CompileTimeError 216 package_resource_test: CompileTimeError
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 regexp/stack-overflow2_test: RuntimeError 308 regexp/stack-overflow2_test: RuntimeError
309 regexp/stack-overflow_test: RuntimeError 309 regexp/stack-overflow_test: RuntimeError
310 regexp/standalones_test: RuntimeError 310 regexp/standalones_test: RuntimeError
311 regexp/toString_test: RuntimeError 311 regexp/toString_test: RuntimeError
312 regexp/unicode-handling_test: RuntimeError 312 regexp/unicode-handling_test: RuntimeError
313 regexp/unicodeCaseInsensitive_test: RuntimeError 313 regexp/unicodeCaseInsensitive_test: RuntimeError
314 regexp/zero-length-alternatives_test: RuntimeError 314 regexp/zero-length-alternatives_test: RuntimeError
315 string_replace_dollar_test: RuntimeError 315 string_replace_dollar_test: RuntimeError
316 string_split_test: RuntimeError 316 string_split_test: RuntimeError
317 string_test: RuntimeError 317 string_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/cli_tests/interactive_debugger_tests.dart ('k') | tests/coroutine/coroutine.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698