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

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: Update status files, and merge. 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
« no previous file with comments | « tests/compiler/dart2js_native/dart2js_native.status ('k') | tests/html/html.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) 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 collection_length_test: RuntimeError # Please triage this failure. 218 collection_length_test: RuntimeError # Please triage this failure.
219 collection_removes_test: RuntimeError # Please triage this failure. 219 collection_removes_test: RuntimeError # Please triage this failure.
220 collection_test: RuntimeError # Please triage this failure. 220 collection_test: RuntimeError # Please triage this failure.
221 collection_to_string_test: RuntimeError # Please triage this failure. 221 collection_to_string_test: RuntimeError # Please triage this failure.
222 core_runtime_types_test: RuntimeError # Please triage this failure. 222 core_runtime_types_test: RuntimeError # Please triage this failure.
223 date_time2_test: RuntimeError # Cannot read property 'prototype' of undefined 223 date_time2_test: RuntimeError # Cannot read property 'prototype' of undefined
224 date_time3_test: RuntimeError # Cannot read property 'prototype' of undefined 224 date_time3_test: RuntimeError # Cannot read property 'prototype' of undefined
225 date_time4_test: RuntimeError # Cannot read property 'prototype' of undefined 225 date_time4_test: RuntimeError # Cannot read property 'prototype' of undefined
226 date_time7_test: RuntimeError # Cannot read property 'prototype' of undefined 226 date_time7_test: RuntimeError # Cannot read property 'prototype' of undefined
227 date_time_parse_test: RuntimeError # Cannot read property 'prototype' of undefin ed 227 date_time_parse_test: RuntimeError # Cannot read property 'prototype' of undefin ed
228 double_parse_test/01: Crash # (switch (codeUnit){c... Unhandled node
229 double_parse_test/none: Crash # (switch (codeUnit){c... Unhandled node
230 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction 228 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction
231 error_stack_trace_test: Crash # (switch (5){case 5:nested();default:Expect.fail( "Should not reach");}): Unhandled node
232 for_in_test: RuntimeError # Please triage this failure. 229 for_in_test: RuntimeError # Please triage this failure.
233 hash_set_test/none: RuntimeError # Please triage this failure. 230 hash_set_test/none: RuntimeError # Please triage this failure.
234 hashcode_test: RuntimeError # Please triage this failure. 231 hashcode_test: RuntimeError # Please triage this failure.
235 indexed_list_access_test: RuntimeError # Please triage this failure. 232 indexed_list_access_test: RuntimeError # Please triage this failure.
236 int_parse_radix_test/01: Crash # Invalid argument(s) 233 int_parse_radix_test/01: Crash # Invalid argument(s)
237 int_parse_radix_test/02: Crash # Invalid argument(s) 234 int_parse_radix_test/02: Crash # Invalid argument(s)
238 int_parse_radix_test/none: Crash # Invalid argument(s) 235 int_parse_radix_test/none: Crash # Invalid argument(s)
239 iterable_contains_test: RuntimeError # Please triage this failure. 236 iterable_contains_test: RuntimeError # Please triage this failure.
240 iterable_empty_test: RuntimeError # Please triage this failure. 237 iterable_empty_test: RuntimeError # Please triage this failure.
241 iterable_fold_test: RuntimeError # Please triage this failure. 238 iterable_fold_test: RuntimeError # Please triage this failure.
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 list_test/01: RuntimeError # this.get$length is not a function 271 list_test/01: RuntimeError # this.get$length is not a function
275 list_test/none: RuntimeError # this.get$length is not a function 272 list_test/none: RuntimeError # this.get$length is not a function
276 list_to_string2_test: RuntimeError # Please triage this failure. 273 list_to_string2_test: RuntimeError # Please triage this failure.
277 list_unmodifiable_test: RuntimeError # Please triage this failure. 274 list_unmodifiable_test: RuntimeError # Please triage this failure.
278 main_test: RuntimeError # receiver.get$_collection$_nums is not a function 275 main_test: RuntimeError # receiver.get$_collection$_nums is not a function
279 map_test: Crash # Internal Error: No default constructor available. 276 map_test: Crash # Internal Error: No default constructor available.
280 map_values2_test: RuntimeError # Please triage this failure. 277 map_values2_test: RuntimeError # Please triage this failure.
281 map_values3_test: RuntimeError # Please triage this failure. 278 map_values3_test: RuntimeError # Please triage this failure.
282 map_values4_test: RuntimeError # Please triage this failure. 279 map_values4_test: RuntimeError # Please triage this failure.
283 null_test: RuntimeError # Cannot read property 'prototype' of undefined 280 null_test: RuntimeError # Cannot read property 'prototype' of undefined
284 num_parse_test/01: Crash # (switch (codeUnit){c... Unhandled node
285 num_parse_test/none: Crash # (switch (codeUnit){c... Unhandled node
286 queue_first_test: RuntimeError # Please triage this failure. 281 queue_first_test: RuntimeError # Please triage this failure.
287 queue_iterator_test: RuntimeError # Please triage this failure. 282 queue_iterator_test: RuntimeError # Please triage this failure.
288 queue_last_test: RuntimeError # Please triage this failure. 283 queue_last_test: RuntimeError # Please triage this failure.
289 queue_single_test: RuntimeError # Please triage this failure. 284 queue_single_test: RuntimeError # Please triage this failure.
290 queue_test: RuntimeError # Please triage this failure. 285 queue_test: RuntimeError # Please triage this failure.
291 range_error_test: RuntimeError # Please triage this failure. 286 range_error_test: RuntimeError # Please triage this failure.
292 reg_exp_first_match_test: RuntimeError # Cannot read property 'prototype' of und efined 287 reg_exp_first_match_test: RuntimeError # Cannot read property 'prototype' of und efined
293 reg_exp_group_test: RuntimeError # Cannot read property 'prototype' of undefined 288 reg_exp_group_test: RuntimeError # Cannot read property 'prototype' of undefined
294 reg_exp_groups_test: RuntimeError # Please triage this failure. 289 reg_exp_groups_test: RuntimeError # Please triage this failure.
295 reg_exp_string_match_test: RuntimeError # Cannot read property 'prototype' of un defined 290 reg_exp_string_match_test: RuntimeError # Cannot read property 'prototype' of un defined
(...skipping 24 matching lines...) Expand all
320 string_from_list_test: RuntimeError # Please triage this failure. 315 string_from_list_test: RuntimeError # Please triage this failure.
321 string_fromcharcodes_test: RuntimeError # Please triage this failure. 316 string_fromcharcodes_test: RuntimeError # Please triage this failure.
322 string_pattern_test: RuntimeError # Please triage this failure. 317 string_pattern_test: RuntimeError # Please triage this failure.
323 string_replace_all_test: RuntimeError # Cannot read property 'prototype' of unde fined 318 string_replace_all_test: RuntimeError # Cannot read property 'prototype' of unde fined
324 string_replace_test: RuntimeError # Please triage this failure. 319 string_replace_test: RuntimeError # Please triage this failure.
325 string_runes_test: RuntimeError # Please triage this failure. 320 string_runes_test: RuntimeError # Please triage this failure.
326 string_source_test: RuntimeError # Please triage this failure. 321 string_source_test: RuntimeError # Please triage this failure.
327 string_split_test: RuntimeError # Please triage this failure. 322 string_split_test: RuntimeError # Please triage this failure.
328 string_test: RuntimeError # Please triage this failure. 323 string_test: RuntimeError # Please triage this failure.
329 string_to_lower_case_test: RuntimeError # Please triage this failure. 324 string_to_lower_case_test: RuntimeError # Please triage this failure.
330 string_trim2_test: Crash # (switch (codeUnit){c... Unhandled node
331 string_trim_test: Crash # (switch (codeUnit){c... Unhandled node
332 string_trimlr_test/01: Crash # (switch (codeUnit){c... Unhandled node
333 string_trimlr_test/none: Crash # (switch (codeUnit){c... Unhandled node
334 strings_test: RuntimeError # Please triage this failure. 325 strings_test: RuntimeError # Please triage this failure.
335 symbol_operator_test/03: RuntimeError # Please triage this failure. 326 symbol_operator_test/03: RuntimeError # Please triage this failure.
336 symbol_reserved_word_test/03: Pass # Please triage this failure. 327 symbol_reserved_word_test/03: Pass # Please triage this failure.
337 symbol_reserved_word_test/06: RuntimeError # Please triage this failure. 328 symbol_reserved_word_test/06: RuntimeError # Please triage this failure.
338 symbol_reserved_word_test/09: RuntimeError # Please triage this failure. 329 symbol_reserved_word_test/09: RuntimeError # Please triage this failure.
339 symbol_reserved_word_test/12: RuntimeError # Please triage this failure. 330 symbol_reserved_word_test/12: RuntimeError # Please triage this failure.
340 symbol_test/none: Crash # The null object does not have a getter '_element'. 331 symbol_test/none: Crash # The null object does not have a getter '_element'.
341 uri_base_test: Crash # Invalid argument(s) 332 uri_base_test: Crash # Invalid argument(s)
342 uri_file_test: Crash # Invalid argument(s) 333 uri_file_test: Crash # Invalid argument(s)
343 uri_http_test: Crash # Invalid argument(s) 334 uri_http_test: Crash # Invalid argument(s)
344 uri_ipv4_test: RuntimeError # Please triage this failure. 335 uri_ipv4_test: RuntimeError # Please triage this failure.
345 uri_ipv6_test: Crash # Invalid argument(s) 336 uri_ipv6_test: Crash # Invalid argument(s)
346 uri_normalize_path_test: RuntimeError # Please triage this failure. 337 uri_normalize_path_test: RuntimeError # Please triage this failure.
347 uri_parse_test: Crash # Invalid argument(s) 338 uri_parse_test: Crash # Invalid argument(s)
348 uri_path_test: Crash # Invalid argument(s) 339 uri_path_test: Crash # Invalid argument(s)
349 uri_query_test: Crash # Internal Error: No default constructor available. 340 uri_query_test: Crash # Internal Error: No default constructor available.
350 uri_scheme_test: Crash # Invalid argument(s) 341 uri_scheme_test: Crash # Invalid argument(s)
351 uri_test: Crash # Invalid argument(s) 342 uri_test: Crash # Invalid argument(s)
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_native/dart2js_native.status ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698