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

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

Issue 25700002: Removed flaky markers for consistently passing tests, marked 01_Constants_A15_t16 as failing (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 | 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 [ $compiler == none && $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 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052 8 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052
9 Language/13_Statements/03_Variable_Declaration_A04_t02: 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 10 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052
11 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052 11 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052
12 12 Language/12_Expressions/01_Constants_A15_t16: Fail # This test will be removed i n the next co19 update
13 [ $runtime == vm && $system == windows ]
14 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
15 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383.
16 13
17 [ $compiler == none && $runtime == vm ] 14 [ $compiler == none && $runtime == vm ]
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_t02: Fail # Dart issue 5802
19 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894 16 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
20 17
21 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8 18 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8 19 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8
23 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508
24 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508
25 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # Issue 12508 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # Issue 12508
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 [ $compiler == none && $runtime == vm ] 147 [ $compiler == none && $runtime == vm ]
151 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 148 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543
152 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 149 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543
153 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 150 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543
154 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 151 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543
155 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601 152 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601
156 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601 153 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601
157 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601 154 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601
158 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601 155 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601
159 156
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698