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

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

Issue 25229002: Report MissingCompileTime errors on the VM, status file updates for the remaining issues (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 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052
9 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052
10 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052
11 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052
8 12
9 [ $runtime == vm && $system == windows ] 13 [ $runtime == vm && $system == windows ]
10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 14 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
11 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. 15 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383.
12 16
13 [ $compiler == none && $runtime == vm ] 17 [ $compiler == none && $runtime == vm ]
14 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802 18 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
15 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894 19 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
16 20
17 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 [ $compiler == none && $runtime == vm ] 148 [ $compiler == none && $runtime == vm ]
145 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 149 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543
146 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 150 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543
147 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 151 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543
148 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 152 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543
149 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601 153 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601
150 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601 154 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601
151 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601 155 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601
152 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601 156 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601
153 157
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