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

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

Issue 1201983002: Implement try/finally by inlining the finally code. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Merge, rebase test expectations. 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 regexp/results-cache_test: RuntimeError # Cannot read property 'prototype' of un defined 301 regexp/results-cache_test: RuntimeError # Cannot read property 'prototype' of un defined
302 regexp/stack-overflow2_test: RuntimeError # Please triage this failure. 302 regexp/stack-overflow2_test: RuntimeError # Please triage this failure.
303 regexp/stack-overflow_test: RuntimeError # Cannot read property 'prototype' of u ndefined 303 regexp/stack-overflow_test: RuntimeError # Cannot read property 'prototype' of u ndefined
304 regexp/unicode-handling_test: RuntimeError # Cannot read property 'prototype' of undefined 304 regexp/unicode-handling_test: RuntimeError # Cannot read property 'prototype' of undefined
305 regress_11099_test: RuntimeError # Please triage this failure. 305 regress_11099_test: RuntimeError # Please triage this failure.
306 set_test: RuntimeError # Please triage this failure. 306 set_test: RuntimeError # Please triage this failure.
307 set_to_string_test: RuntimeError # Please triage this failure. 307 set_to_string_test: RuntimeError # Please triage this failure.
308 shuffle_test: RuntimeError # Please triage this failure. 308 shuffle_test: RuntimeError # Please triage this failure.
309 sort_test: RuntimeError # Please triage this failure. 309 sort_test: RuntimeError # Please triage this failure.
310 splay_tree_test: RuntimeError # Please triage this failure. 310 splay_tree_test: RuntimeError # Please triage this failure.
311 stacktrace_fromstring_test: Crash # (try {return f(arg1,arg2);}finally {Zone._le ave(old);}): try/finally 311 stacktrace_fromstring_test: RuntimeError # receiver.get$_collection$_nums is not a function
312 stopwatch2_test: RuntimeError # Cannot read property 'prototype' of undefined 312 stopwatch2_test: RuntimeError # Cannot read property 'prototype' of undefined
313 stopwatch_test: RuntimeError # Cannot read property 'prototype' of undefined 313 stopwatch_test: RuntimeError # Cannot read property 'prototype' of undefined
314 string_codeunits_test: RuntimeError # Please triage this failure. 314 string_codeunits_test: RuntimeError # Please triage this failure.
315 string_from_list_test: RuntimeError # Please triage this failure. 315 string_from_list_test: RuntimeError # Please triage this failure.
316 string_fromcharcodes_test: RuntimeError # Please triage this failure. 316 string_fromcharcodes_test: RuntimeError # Please triage this failure.
317 string_pattern_test: RuntimeError # Please triage this failure. 317 string_pattern_test: RuntimeError # Please triage this failure.
318 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
319 string_replace_test: RuntimeError # Please triage this failure. 319 string_replace_test: RuntimeError # Please triage this failure.
320 string_runes_test: RuntimeError # Please triage this failure. 320 string_runes_test: RuntimeError # Please triage this failure.
321 string_source_test: RuntimeError # Please triage this failure. 321 string_source_test: RuntimeError # Please triage this failure.
(...skipping 11 matching lines...) Expand all
333 uri_file_test: Crash # Invalid argument(s) 333 uri_file_test: Crash # Invalid argument(s)
334 uri_http_test: Crash # Invalid argument(s) 334 uri_http_test: Crash # Invalid argument(s)
335 uri_ipv4_test: RuntimeError # Please triage this failure. 335 uri_ipv4_test: RuntimeError # Please triage this failure.
336 uri_ipv6_test: Crash # Invalid argument(s) 336 uri_ipv6_test: Crash # Invalid argument(s)
337 uri_normalize_path_test: RuntimeError # Please triage this failure. 337 uri_normalize_path_test: RuntimeError # Please triage this failure.
338 uri_parse_test: Crash # Invalid argument(s) 338 uri_parse_test: Crash # Invalid argument(s)
339 uri_path_test: Crash # Invalid argument(s) 339 uri_path_test: Crash # Invalid argument(s)
340 uri_query_test: Crash # Internal Error: No default constructor available. 340 uri_query_test: Crash # Internal Error: No default constructor available.
341 uri_scheme_test: Crash # Invalid argument(s) 341 uri_scheme_test: Crash # Invalid argument(s)
342 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