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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 2030763002: Fix finally clause inlining for forward jumps (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 | « runtime/vm/scopes.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 5
6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
7 7
8 # Failures ok in tests below. VM moves super initializer to end of list. 8 # Failures ok in tests below. VM moves super initializer to end of list.
9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK
10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 77
78 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 78 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
79 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 79 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667
80 LibTest/html/*: SkipByDesign # dart:html not supported on VM. 80 LibTest/html/*: SkipByDesign # dart:html not supported on VM.
81 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. 81 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM.
82 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. 82 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM.
83 83
84 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug && $builder_tag == asan ] 84 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug && $builder_tag == asan ]
85 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. 85 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174.
86 86
87 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $b uilder_tag == asan ]
88 Language/Statements/Continue/async_loops_t10: Fail # Issue 26577
89
90 [ ($runtime == vm || $runtime == dart_app) && $arch == arm ] 87 [ ($runtime == vm || $runtime == dart_app) && $arch == arm ]
91 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416 88 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416
92 89
93 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 90 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
94 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) 91 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0)
95 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721 92 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721
96 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721 93 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721
97 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721 94 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721
98 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721 95 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721
99 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721 96 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765 142 Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765
146 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767 143 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767
147 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767 144 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767
148 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t08: Runtime Error # Issue 25748 145 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t08: Runtime Error # Issue 25748
149 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09: Runtime Error # Issue 25748 146 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09: Runtime Error # Issue 25748
150 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10: Runtime Error # Issue 25748 147 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10: Runtime Error # Issue 25748
151 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05: RuntimeE rror # Issue 25662,25634 148 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05: RuntimeE rror # Issue 25662,25634
152 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495 149 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495
153 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495 150 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
154 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495 151 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
155 Language/Statements/Continue/async_loops_t10: Crash # Issue 26577
156 152
157 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287 153 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287
158 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287 154 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287
159 155
160 # co19 Roll May 30 2016 156 # co19 Roll May 30 2016
161 Language/Reference/Operator_Precedence/precedence_12_Shift_t02: RuntimeError # I ssue 26573 157 Language/Reference/Operator_Precedence/precedence_12_Shift_t02: RuntimeError # I ssue 26573
162 Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04: RuntimeEr ror # Issue 26573 158 Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04: RuntimeEr ror # Issue 26573
163 159
164 [ $noopt || $compiler == precompiler || $mode == product ] 160 [ $noopt || $compiler == precompiler || $mode == product ]
165 Language/Metadata/*: SkipByDesign # Uses dart:mirrors 161 Language/Metadata/*: SkipByDesign # Uses dart:mirrors
(...skipping 21 matching lines...) Expand all
187 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC 183 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC
188 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout 184 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout
189 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout 185 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout
190 186
191 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 187 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
192 LibTest/isolate/*: Skip # Issue #26373 188 LibTest/isolate/*: Skip # Issue #26373
193 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 189 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373
194 190
195 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) 191 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998)
196 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 192 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374
OLDNEW
« no previous file with comments | « runtime/vm/scopes.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698