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

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

Issue 2825043002: VM: Prohibit reload when throwing or processing language errors. (Closed)
Patch Set: Created 3 years, 8 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 | « runtime/vm/object.cc ('k') | no next file » | 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ] 8 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
9 abstract_beats_arguments2_test/01: Crash # Issue 29171 9 abstract_beats_arguments2_test/01: Crash # Issue 29171
10 10
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries 284 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries
285 deferred_static_seperate_test: Crash # Requires deferred libraries 285 deferred_static_seperate_test: Crash # Requires deferred libraries
286 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries 286 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries
287 deferred_type_dependency_test: Crash # Requires deferred libraries 287 deferred_type_dependency_test: Crash # Requires deferred libraries
288 issue_1751477_test: Crash # Requires deferred libraries 288 issue_1751477_test: Crash # Requires deferred libraries
289 regress_23408_test: Crash # Requires deferred libraries 289 regress_23408_test: Crash # Requires deferred libraries
290 regress_22443_test: Crash # Requires deferred libraries 290 regress_22443_test: Crash # Requires deferred libraries
291 regress_28278_test: Crash # Requires deferred libraries 291 regress_28278_test: Crash # Requires deferred libraries
292 conditional_import_test: Crash # Requires deferred libraries 292 conditional_import_test: Crash # Requires deferred libraries
293 conditional_import_string_test: Crash # Requires deferred libraries 293 conditional_import_string_test: Crash # Requires deferred libraries
294 override_field_method1_negative_test: Pass, Crash # Issue 27835
295 override_field_method2_negative_test: Pass, Crash # Issue 27835
296 override_field_method4_negative_test: Pass, Crash # Issue 27835
297 override_field_method5_negative_test: Pass, Crash # Issue 27835
298 vm/regress_27201_test: Pass, Crash # Requires deferred libraries 294 vm/regress_27201_test: Pass, Crash # Requires deferred libraries
299 vm/optimized_stacktrace_test: Pass, Slow 295 vm/optimized_stacktrace_test: Pass, Slow
300 296
301 [$runtime != vm || $compiler != none] 297 [$runtime != vm || $compiler != none]
302 assert_initializer_test: SKIP # not implemented yet, experiment is VM only. 298 assert_initializer_test: SKIP # not implemented yet, experiment is VM only.
303 299
304 [$runtime == vm && $compiler == none && $unchecked] 300 [$runtime == vm && $compiler == none && $unchecked]
305 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode. 301 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode.
306 assert_initializer_test/none: pass 302 assert_initializer_test/none: pass
307 303
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 567 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
572 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 568 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
573 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 569 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
574 asyncstar_yield_test: Skip # Flutter Issue 9110 570 asyncstar_yield_test: Skip # Flutter Issue 9110
575 async_star_no_cancel_test: Skip # Flutter Issue 9110 571 async_star_no_cancel_test: Skip # Flutter Issue 9110
576 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 572 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
577 await_for_test: Skip # Flutter Issue 9110 573 await_for_test: Skip # Flutter Issue 9110
578 await_for_cancel_test: Skip # Flutter Issue 9110 574 await_for_cancel_test: Skip # Flutter Issue 9110
579 575
580 576
OLDNEW
« no previous file with comments | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698