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

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

Issue 2143803002: Update status files for product mode. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | tests/standalone/standalone.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 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287 150 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287
151 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287 151 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287
152 152
153 # co19 Roll May 30 2016 153 # co19 Roll May 30 2016
154 Language/Reference/Operator_Precedence/precedence_12_Shift_t02: RuntimeError # I ssue 26573 154 Language/Reference/Operator_Precedence/precedence_12_Shift_t02: RuntimeError # I ssue 26573
155 Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04: RuntimeEr ror # Issue 26573 155 Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04: RuntimeEr ror # Issue 26573
156 156
157 [ $noopt || $compiler == precompiler || $mode == product ] 157 [ $noopt || $compiler == precompiler || $mode == product ]
158 Language/Metadata/*: SkipByDesign # Uses dart:mirrors 158 Language/Metadata/*: SkipByDesign # Uses dart:mirrors
159 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors 159 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors
160 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo ading
161 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo ading
160 162
161 [ $runtime == dart_precompiled || $runtime == dart_app ] 163 [ $runtime == dart_precompiled || $runtime == dart_app ]
162 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri 164 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri
163 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: CompileTimeErro r # spawnUri
164 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: RuntimeError # spawnUri
165 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Unsup ported 165 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Unsup ported
166 166
167 [ $noopt || $compiler == precompiler ] 167 [ $noopt || $compiler == precompiler ]
168 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 168 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
169 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 169 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
170 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 170 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
171 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 171 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
172 172
173 [ $noopt || $compiler == precompiler || $compiler == dart2appjit ] 173 [ $noopt || $compiler == precompiler || $compiler == dart2appjit ]
174 Language/Mixins/Mixin_Application/error_t01: Pass 174 Language/Mixins/Mixin_Application/error_t01: Pass
(...skipping 20 matching lines...) Expand all
195 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout 195 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout
196 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 196 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
197 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout 197 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout
198 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 198 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
199 LibTest/core/List/List_class_A01_t02: Pass, Timeout 199 LibTest/core/List/List_class_A01_t02: Pass, Timeout
200 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 200 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
201 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout 201 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout
202 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 202 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
203 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: SkipByDesign # Requires d eferred libraries 203 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: SkipByDesign # Requires d eferred libraries
204 204
OLDNEW
« no previous file with comments | « no previous file | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698