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

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

Issue 1758153002: Tree-shake consts. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: no closure call bit on icdata anymore either Created 4 years, 9 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/raw_object.h ('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_product) ] 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # co19 issue 45 141 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # co19 issue 45
142 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # co19 issue 45 142 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # co19 issue 45
143 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # co19 issue 45 143 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # co19 issue 45
144 144
145 [ $noopt || $compiler == precompiler || $mode == product ] 145 [ $noopt || $compiler == precompiler || $mode == product ]
146 Language/Metadata/*: SkipByDesign # Uses dart:mirrors 146 Language/Metadata/*: SkipByDesign # Uses dart:mirrors
147 147
148 [ $runtime == dart_precompiled || $runtime == dart_product ] 148 [ $runtime == dart_precompiled || $runtime == dart_product ]
149 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri 149 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri
150 150
151 [ $runtime == dart_precompiled ]
152 Language/Expressions/Constants/identifier_denotes_a_constant_t05: Crash # Issue 25892
153 Language/Expressions/Constants/static_method_t01: Crash # Issue 25892
154
155 [ $noopt || $compiler == precompiler ] 151 [ $noopt || $compiler == precompiler ]
156 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 152 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
157 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 153 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
158 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 154 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
159 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 155 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
160 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
161 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
162 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
163 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
164 Language/Mixins/Mixin_Application/error_t01: Pass 156 Language/Mixins/Mixin_Application/error_t01: Pass
165 Language/Mixins/Mixin_Application/error_t02: Pass 157 Language/Mixins/Mixin_Application/error_t02: Pass
166 Language/Mixins/declaring_constructor_t01: Pass 158 Language/Mixins/declaring_constructor_t01: Pass
167 159
168 [ $runtime == vm && $mode == product ] 160 [ $runtime == vm && $mode == product ]
169 LibTest/typed_data/Float32List/runtimeType_A01_t01: Fail,OK # Expects exact typ e name. 161 LibTest/typed_data/Float32List/runtimeType_A01_t01: Fail,OK # Expects exact typ e name.
170 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: Fail,OK # Expects exact t ype name. 162 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: Fail,OK # Expects exact t ype name.
171 LibTest/typed_data/Float64List/runtimeType_A01_t01: Fail,OK # Expects exact typ e name. 163 LibTest/typed_data/Float64List/runtimeType_A01_t01: Fail,OK # Expects exact typ e name.
172 LibTest/typed_data/Int16List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 164 LibTest/typed_data/Int16List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
173 LibTest/typed_data/Int32List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 165 LibTest/typed_data/Int32List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
174 LibTest/typed_data/Int64List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 166 LibTest/typed_data/Int64List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
175 LibTest/typed_data/Int8List/runtimeType_A01_t01: Fail,OK # Expects exact type n ame. 167 LibTest/typed_data/Int8List/runtimeType_A01_t01: Fail,OK # Expects exact type n ame.
176 LibTest/typed_data/Uint16List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 168 LibTest/typed_data/Uint16List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
177 LibTest/typed_data/Uint32List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 169 LibTest/typed_data/Uint32List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
178 LibTest/typed_data/Uint64List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 170 LibTest/typed_data/Uint64List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
179 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: Fail,OK # Expects exac t type name. 171 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: Fail,OK # Expects exac t type name.
180 LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 172 LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
OLDNEW
« no previous file with comments | « runtime/vm/raw_object.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698