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

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

Issue 25246002: Fixed status file update: Restrict MissingCompileTimeError to VM (drt doesn't support it) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | tests/language/language.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 [ $runtime == vm ] 5 [ $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 ]
8 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052 10 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052
9 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052 11 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052
10 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052 12 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052
11 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052 13 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052
12 14
13 [ $runtime == vm && $system == windows ] 15 [ $runtime == vm && $system == windows ]
14 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 16 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
15 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. 17 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383.
16 18
17 [ $compiler == none && $runtime == vm ] 19 [ $compiler == none && $runtime == vm ]
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 [ $compiler == none && $runtime == vm ] 150 [ $compiler == none && $runtime == vm ]
149 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 151 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543
150 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 152 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543
151 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 153 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543
152 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 154 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543
153 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601 155 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601
154 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601 156 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601
155 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601 157 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601
156 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601 158 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601
157 159
OLDNEW
« no previous file with comments | « no previous file | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698