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

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

Issue 23454025: Fixed status file entry in co19-runtime.status (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 | « 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 [ $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 LibTest/typed_data/Float32List/buffer_A01_t01: fail # Issue 549 8 LibTest/typed_data/Float32List/buffer_A01_t01: fail # Issue 549
9 LibTest/typed_data/Float32List/Float32List.view_A01_t01: fail # Issue 549 9 LibTest/typed_data/Float32List/Float32List.view_A01_t01: fail # Issue 549
10 LibTest/typed_data/Float32List/Float32List.view_A01_t02: fail # Issue 549 10 LibTest/typed_data/Float32List/Float32List.view_A01_t02: fail # Issue 549
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 87 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
88 88
89 [ $compiler == none && $runtime == vm && $arch == mips ] 89 [ $compiler == none && $runtime == vm && $arch == mips ]
90 LibTest/math/log_A01_t01: Fail 90 LibTest/math/log_A01_t01: Fail
91 LibTest/core/double/toInt_A01_t01: Fail 91 LibTest/core/double/toInt_A01_t01: Fail
92 92
93 [ $compiler == none && $runtime == vm && $arch == arm ] 93 [ $compiler == none && $runtime == vm && $arch == arm ]
94 LibTest/typed_data/Float32List/Float32List.view_A01_t02: Crash # Issue 12868 94 LibTest/typed_data/Float32List/Float32List.view_A01_t02: Crash # Issue 12868
95 LibTest/typed_data/Float64List/Float64List.view_A01_t02: Crash # Issue 12868 95 LibTest/typed_data/Float64List/Float64List.view_A01_t02: Crash # Issue 12868
96 96
97 [ $compiler == none && ($runtime == simarm || $runtime == simmips) ] 97 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ]
98 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this failure 98 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this failure
99 99
100 [ $compiler == none && $runtime == vm ] 100 [ $compiler == none && $runtime == vm ]
101 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 101 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
102 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 102 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
103 Language/05_Variables/05_Variables_A06_t01: fail # Dart issue 12543 103 Language/05_Variables/05_Variables_A06_t01: fail # Dart issue 12543
104 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543 104 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543
105 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543 105 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543
106 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543 106 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543
107 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543 107 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 183 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861
184 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 184 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
185 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 185 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
186 186
187 [ $compiler == none && $runtime == vm && $system == windows ] 187 [ $compiler == none && $runtime == vm && $system == windows ]
188 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # co19-roll r576: Ple ase triage this failure 188 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # co19-roll r576: Ple ase triage this failure
189 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # co19-roll r576: Ple ase triage this failure 189 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # co19-roll r576: Ple ase triage this failure
190 LibTest/core/Uri/toFilePath_A02_t01: fail # co19-roll r576: Please triage this f ailure 190 LibTest/core/Uri/toFilePath_A02_t01: fail # co19-roll r576: Please triage this f ailure
191 LibTest/core/Uri/Uri.file_A01_t01: fail # co19-roll r576: Please triage this fai lure 191 LibTest/core/Uri/Uri.file_A01_t01: fail # co19-roll r576: Please triage this fai lure
192 192
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