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

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

Issue 24282005: Move compile-time constant registrations to the backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/mirrors_used_test.dart » ('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 [ $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392 6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392
7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392 7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392
8
9 [ $compiler == none && $runtime == vm ]
10 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052 8 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052
11 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052 9 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052
12 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052 10 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052
13 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052 11 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052
14 12
15 [ $runtime == vm && $system == windows ] 13 [ $runtime == vm && $system == windows ]
16 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 14 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
17 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. 15 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383.
18 16
19 [ $compiler == none && $runtime == vm ] 17 [ $compiler == none && $runtime == vm ]
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 [ $compiler == none && $runtime == vm ] 148 [ $compiler == none && $runtime == vm ]
151 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 149 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543
152 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 150 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543
153 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 151 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543
154 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 152 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543
155 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601 153 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601
156 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601 154 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601
157 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601 155 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601
158 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601 156 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601
159 157
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/mirrors_used_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698