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

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

Issue 23004015: Remove assertion in compile-time constant map literals (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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/parser.cc ('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 && $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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 # Passing for the wrong reasons: 97 # Passing for the wrong reasons:
98 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss ue 407 and 463 98 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss ue 407 and 463
99 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40 7 and 463 99 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40 7 and 463
100 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463 100 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463
101 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463 101 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463
102 102
103 #end [ $compiler == none && $runtime == vm && $checked ] 103 #end [ $compiler == none && $runtime == vm && $checked ]
104 104
105 [ $compiler == none && $runtime == vm && $mode == debug ] 105 [ $compiler == none && $runtime == vm && $mode == debug ]
106 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 106 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
107 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A04_t02: Crash # co 19-roll r546: Please triage this failure
108 LibTest/async/Stream/Stream.periodic_A03_t01: Fail # co19-roll r546: Please tria ge this failure 107 LibTest/async/Stream/Stream.periodic_A03_t01: Fail # co19-roll r546: Please tria ge this failure
109 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r546: Please tr iage this failure 108 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r546: Please tr iage this failure
110 109
111 [ $compiler == none && $runtime == vm && $arch != x64 ] 110 [ $compiler == none && $runtime == vm && $arch != x64 ]
112 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 111 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
113 112
114 [ $compiler == none && $runtime == vm && $arch == mips ] 113 [ $compiler == none && $runtime == vm && $arch == mips ]
115 LibTest/math/log_A01_t01: Fail 114 LibTest/math/log_A01_t01: Fail
116 LibTest/core/double/toInt_A01_t01: Fail 115 LibTest/core/double/toInt_A01_t01: Fail
117 116
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498 237 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498
239 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498 238 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498
240 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498 239 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498
241 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498 240 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498
242 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497 241 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497
243 242
244 # co19-roll r546 (11.08.2013) caused these failures 243 # co19-roll r546 (11.08.2013) caused these failures
245 [ $compiler == none && $runtime == vm && $unchecked ] 244 [ $compiler == none && $runtime == vm && $unchecked ]
246 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496 245 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496
247 246
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698