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

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

Issue 1191193005: Implement simple switch statements as nested if/else. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Clean up an ugly comment. Created 5 years, 6 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
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 206 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
207 207
208 [ $runtime == vm && $arch == simarmv5te ] 208 [ $runtime == vm && $arch == simarmv5te ]
209 int_parse_radix_test/*: Pass, Slow 209 int_parse_radix_test/*: Pass, Slow
210 big_integer_parsed_mul_div_vm_test: Pass, Slow 210 big_integer_parsed_mul_div_vm_test: Pass, Slow
211 211
212 [ $compiler == dart2js && $cps_ir ] 212 [ $compiler == dart2js && $cps_ir ]
213 collection_removes_test: RuntimeError # receiver.get$_source is not a function 213 collection_removes_test: RuntimeError # receiver.get$_source is not a function
214 double_parse_test/01: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 214 double_parse_test/01: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
215 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction 215 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction
216 error_stack_trace_test: Crash # (switch (5){case 5:nested();default:Expect.fail( "Should not reach");}): Unhandled node
217 growable_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 216 growable_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
218 hash_set_test/01: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 217 hash_set_test/01: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
219 hashcode_test: RuntimeError # Please triage this failure. 218 hashcode_test: RuntimeError # Please triage this failure.
220 int_parse_radix_test/01: Crash # Invalid argument(s) 219 int_parse_radix_test/01: Crash # Invalid argument(s)
221 int_parse_radix_test/02: Crash # Invalid argument(s) 220 int_parse_radix_test/02: Crash # Invalid argument(s)
222 int_parse_radix_test/none: Crash # Invalid argument(s) 221 int_parse_radix_test/none: Crash # Invalid argument(s)
223 iterable_expand_test : RuntimeError # TypeError: receiver.get$list is not a func tion 222 iterable_expand_test : RuntimeError # TypeError: receiver.get$list is not a func tion
224 iterable_return_type_test/none: RuntimeError # Please triage this failure. 223 iterable_return_type_test/none: RuntimeError # Please triage this failure.
225 iterable_to_list_test: RuntimeError # Please triage this failure. 224 iterable_to_list_test: RuntimeError # Please triage this failure.
226 iterable_to_set_test: RuntimeError # Please triage this failure. 225 iterable_to_set_test: RuntimeError # Please triage this failure.
(...skipping 10 matching lines...) Expand all
237 map_values3_test: RuntimeError # Please triage this failure. 236 map_values3_test: RuntimeError # Please triage this failure.
238 map_values4_test: RuntimeError # Please triage this failure. 237 map_values4_test: RuntimeError # Please triage this failure.
239 regexp/pcre_test: Crash # Stack Overflow 238 regexp/pcre_test: Crash # Stack Overflow
240 symbol_operator_test/03: RuntimeError # Please triage this failure. 239 symbol_operator_test/03: RuntimeError # Please triage this failure.
241 symbol_reserved_word_test/03: Pass # Please triage this failure. 240 symbol_reserved_word_test/03: Pass # Please triage this failure.
242 symbol_reserved_word_test/06 : RuntimeError # Expect.throws fails: Did not throw 241 symbol_reserved_word_test/06 : RuntimeError # Expect.throws fails: Did not throw
243 symbol_reserved_word_test/09 : RuntimeError # Expect.throws fails: Did not throw 242 symbol_reserved_word_test/09 : RuntimeError # Expect.throws fails: Did not throw
244 symbol_reserved_word_test/12 : RuntimeError # Expect.throws fails: Did not throw 243 symbol_reserved_word_test/12 : RuntimeError # Expect.throws fails: Did not throw
245 symbol_test/none: Crash # The null object does not have a getter '_element'. 244 symbol_test/none: Crash # The null object does not have a getter '_element'.
246 uri_test: Crash # The null object does not have a getter '_element'. 245 uri_test: Crash # The null object does not have a getter '_element'.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698