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

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

Issue 23658007: Fix crash with cyclic exports (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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 | « runtime/vm/object.cc ('k') | 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 && $system == windows ] 5 [ $runtime == vm && $system == windows ]
6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
7 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. 7 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383.
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) 10 # The following tests fail because they contain number literals with a + prefix (co19 issue 428)
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535 132 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535
133 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535 133 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535
134 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 134 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
135 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 135 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
136 Language/13_Statements/09_Switch_A02_t02: fail # Dart issue 7307 136 Language/13_Statements/09_Switch_A02_t02: fail # Dart issue 7307
137 Language/13_Statements/09_Switch_A03_t01: fail # Dart issue 7307 137 Language/13_Statements/09_Switch_A03_t01: fail # Dart issue 7307
138 Language/13_Statements/09_Switch_A03_t02: fail # Dart issue 7307 138 Language/13_Statements/09_Switch_A03_t02: fail # Dart issue 7307
139 Language/13_Statements/09_Switch_A04_t01: fail # Dart issue 11233 139 Language/13_Statements/09_Switch_A04_t01: fail # Dart issue 11233
140 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 140 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238
141 Language/14_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: fail # Dart issue 12913 141 Language/14_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: fail # Dart issue 12913
142 Language/14_Libraries_and_Scripts/1_Imports_A02_t21: crash # Dart issue 6595
143 Language/14_Libraries_and_Scripts/1_Imports_A02_t22: crash # Dart issue 6595
144 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # Dart issue 12915 142 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # Dart issue 12915
145 Language/14_Libraries_and_Scripts/1_Imports_A03_t10: fail # Dart issue 12915 143 Language/14_Libraries_and_Scripts/1_Imports_A03_t10: fail # Dart issue 12915
146 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # Dart issue 12915 144 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # Dart issue 12915
147 Language/14_Libraries_and_Scripts/1_Imports_A03_t29: fail # Dart issue 12915 145 Language/14_Libraries_and_Scripts/1_Imports_A03_t29: fail # Dart issue 12915
148 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # Dart issue 12915 146 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # Dart issue 12915
149 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # Dart issue 12915 147 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # Dart issue 12915
150 Language/14_Libraries_and_Scripts/1_Imports_A03_t49: fail # Dart issue 12915 148 Language/14_Libraries_and_Scripts/1_Imports_A03_t49: fail # Dart issue 12915
151 Language/14_Libraries_and_Scripts/1_Imports_A03_t50: fail # Dart issue 12915 149 Language/14_Libraries_and_Scripts/1_Imports_A03_t50: fail # Dart issue 12915
152 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # Dart issue 12915 150 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # Dart issue 12915
153 Language/14_Libraries_and_Scripts/1_Imports_A03_t69: fail # Dart issue 12915 151 Language/14_Libraries_and_Scripts/1_Imports_A03_t69: fail # Dart issue 12915
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1 2861 197 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1 2861
200 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # Dart issue 12861 198 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # Dart issue 12861
201 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A02_t01: Fail # Dart issue 12861 199 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A02_t01: Fail # Dart issue 12861
202 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861 200 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861
203 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 201 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861
204 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 202 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861
205 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 203 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861
206 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 204 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861
207 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 205 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
208 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 206 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
OLDNEW
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698