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

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

Issue 24241003: co19-roll: followup status file changes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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 | « dart/tests/co19/co19-dart2dart.status ('k') | 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 [ $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 8
9 [ $runtime == vm && $system == windows ] 9 [ $runtime == vm && $system == windows ]
10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 LibTest/async/Stream/Stream.periodic_A03_t01: Fail # co19-roll r546: Please tria ge this failure 49 LibTest/async/Stream/Stream.periodic_A03_t01: Fail # co19-roll r546: Please tria ge this failure
50 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r546: Please tr iage this failure 50 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r546: Please tr iage this failure
51 51
52 [ $compiler == none && $runtime == vm && $arch != x64 ] 52 [ $compiler == none && $runtime == vm && $arch != x64 ]
53 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 53 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
54 54
55 [ $compiler == none && $runtime == vm && $arch == mips ] 55 [ $compiler == none && $runtime == vm && $arch == mips ]
56 LibTest/math/log_A01_t01: Fail 56 LibTest/math/log_A01_t01: Fail
57 LibTest/core/double/toInt_A01_t01: Fail 57 LibTest/core/double/toInt_A01_t01: Fail
58 58
59 [ $compiler == none && $runtime == vm && $arch == arm ]
60 LibTest/typed_data/Float32List/Float32List.view_A01_t02: Crash # Issue 12868
61 LibTest/typed_data/Float64List/Float64List.view_A01_t02: Crash # Issue 12868
62
63 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ] 59 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ]
64 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this failure 60 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this failure
65 61
66 [ $compiler == none && $runtime == vm ] 62 [ $compiler == none && $runtime == vm ]
67 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 63 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
68 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 64 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
69 Language/05_Variables/05_Variables_A06_t01: fail # Dart issue 12543 65 Language/05_Variables/05_Variables_A06_t01: fail # Dart issue 12543
70 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543 66 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543
71 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543 67 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543
72 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543 68 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 142 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861
147 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 143 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861
148 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 144 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861
149 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 145 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
150 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 146 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
151 147
152 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] 148 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
153 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 149 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349
154 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 150 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349
155 151
156 [ $compiler == none && $runtime == vm && $system == windows ]
157 LibTest/core/Uri/toFilePath_A02_t01: fail # co19 Issue 594
158 LibTest/core/Uri/Uri.file_A01_t01: fail # co19 Issue 594
159
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698