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

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

Issue 1858283002: Initial SIMDBC interpreter. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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/vm_sources.gypi ('k') | tests/corelib/corelib.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_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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 LibTest/typed_data/Float64List/runtimeType_A01_t01: Fail,OK # Expects exact typ e name. 156 LibTest/typed_data/Float64List/runtimeType_A01_t01: Fail,OK # Expects exact typ e name.
157 LibTest/typed_data/Int16List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 157 LibTest/typed_data/Int16List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
158 LibTest/typed_data/Int32List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 158 LibTest/typed_data/Int32List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
159 LibTest/typed_data/Int64List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 159 LibTest/typed_data/Int64List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
160 LibTest/typed_data/Int8List/runtimeType_A01_t01: Fail,OK # Expects exact type n ame. 160 LibTest/typed_data/Int8List/runtimeType_A01_t01: Fail,OK # Expects exact type n ame.
161 LibTest/typed_data/Uint16List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 161 LibTest/typed_data/Uint16List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
162 LibTest/typed_data/Uint32List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 162 LibTest/typed_data/Uint32List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
163 LibTest/typed_data/Uint64List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 163 LibTest/typed_data/Uint64List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
164 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: Fail,OK # Expects exac t type name. 164 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: Fail,OK # Expects exac t type name.
165 LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type name. 165 LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
166
167 [ $arch == simdbc && $mode == debug ]
168 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC
169 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout
170 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout
OLDNEW
« no previous file with comments | « runtime/vm/vm_sources.gypi ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698