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

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

Issue 2021153002: Update VM status for co19 test roll (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add error type 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 | « tests/co19/co19-co19.status ('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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10: Runtime Error # Issue 25748 144 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10: Runtime Error # Issue 25748
145 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05: RuntimeE rror # Issue 25662,25634 145 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05: RuntimeE rror # Issue 25662,25634
146 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495 146 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495
147 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495 147 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
148 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495 148 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
149 Language/Statements/Continue/async_loops_t10: Crash # Issue 26133 149 Language/Statements/Continue/async_loops_t10: Crash # Issue 26133
150 150
151 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287 151 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287
152 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287 152 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287
153 153
154 # co19 Roll May 30 2016
155 Language/Reference/Operator_Precedence/precedence_12_Shift_t02: RuntimeError # I ssue 26573
156 Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04: RuntimeEr ror # Issue 26573
157
154 [ $noopt || $compiler == precompiler || $mode == product ] 158 [ $noopt || $compiler == precompiler || $mode == product ]
155 Language/Metadata/*: SkipByDesign # Uses dart:mirrors 159 Language/Metadata/*: SkipByDesign # Uses dart:mirrors
156 160
157 [ $runtime == dart_precompiled || $runtime == dart_app ] 161 [ $runtime == dart_precompiled || $runtime == dart_app ]
158 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri 162 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri
159 163
160 [ $noopt || $compiler == precompiler ] 164 [ $noopt || $compiler == precompiler ]
161 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 165 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
162 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 166 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
163 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 167 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
164 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 168 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
165 169
166 [ $noopt || $compiler == precompiler || $compiler == dart2appjit ] 170 [ $noopt || $compiler == precompiler || $compiler == dart2appjit ]
167 Language/Mixins/Mixin_Application/error_t01: Pass 171 Language/Mixins/Mixin_Application/error_t01: Pass
168 Language/Mixins/Mixin_Application/error_t02: Pass 172 Language/Mixins/Mixin_Application/error_t02: Pass
169 Language/Mixins/declaring_constructor_t01: Pass 173 Language/Mixins/declaring_constructor_t01: Pass
170 174
171 175
172 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ] 176 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ]
173 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC 177 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC
174 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout 178 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout
175 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout 179 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout
176 180
177 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 181 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
178 LibTest/isolate/*: Skip # Issue #26373 182 LibTest/isolate/*: Skip # Issue #26373
179 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 183 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373
180 184
181 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) 185 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998)
182 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 186 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374
OLDNEW
« no previous file with comments | « tests/co19/co19-co19.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698