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

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

Issue 9325030: Mark test as flaky (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 prefix co19 5 prefix co19
6 6
7 7
8 LibTest/core/Proxy/Proxy.forIsolate_A01_t01: Skip # Issue co19 - 16 8 LibTest/core/Proxy/Proxy.forIsolate_A01_t01: Skip # Issue co19 - 16
9 LibTest/core/Proxy/Proxy.forIsolateWithPromise_A01_t01: Skip # Issue co19 - 16 9 LibTest/core/Proxy/Proxy.forIsolateWithPromise_A01_t01: Skip # Issue co19 - 16
10 10
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 Language/13_Types/8_Parameterized_Types_A02_t01: Fail # Issue 441 113 Language/13_Types/8_Parameterized_Types_A02_t01: Fail # Issue 441
114 114
115 [ $component == vm && $system == win32 ] 115 [ $component == vm && $system == win32 ]
116 LibTest/core/Math/pow_A07_t01: Fail 116 LibTest/core/Math/pow_A07_t01: Fail
117 LibTest/core/double/operator_remainder_A01_t04: Fail 117 LibTest/core/double/operator_remainder_A01_t04: Fail
118 LibTest/core/double/round_A01_t01: Fail 118 LibTest/core/double/round_A01_t01: Fail
119 LibTest/core/double/remainder_A01_t04: Fail 119 LibTest/core/double/remainder_A01_t04: Fail
120 LibTest/core/Math/atan2_A01_t03: Fail 120 LibTest/core/Math/atan2_A01_t03: Fail
121 LibTest/core/int/remainder_A01_t02: Fail 121 LibTest/core/int/remainder_A01_t02: Fail
122 LibTest/core/int/operator_remainder_A01_t02: Fail 122 LibTest/core/int/operator_remainder_A01_t02: Fail
123 LibTest/core/Stopwatch/elapsed_A01_t02: Fail
124 123
125 [ $component == vm && $system == win32 && $checked ] 124 [ $component == vm && $system == win32 && $checked ]
126 LibTest/core/AssertionError/url_A01_t01: Fail 125 LibTest/core/AssertionError/url_A01_t01: Fail
127 LibTest/core/TypeError/url_A01_t01: Fail 126 LibTest/core/TypeError/url_A01_t01: Fail
128 127
129 128
130 [ $component == vm ] 129 [ $component == vm ]
131 LibTest/core/SendPort/send_A02_t02: Crash 130 LibTest/core/SendPort/send_A02_t02: Crash
132 LibTest/core/String/contains_A01_t03: Skip # Times out. 131 LibTest/core/String/contains_A01_t03: Skip # Times out.
133 132
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 Language/09_Generics/09_Generics_A01_t03: Fail 225 Language/09_Generics/09_Generics_A01_t03: Fail
227 Language/09_Generics/09_Generics_A04_t06: Fail 226 Language/09_Generics/09_Generics_A04_t06: Fail
228 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail 227 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail
229 LibTest/core/FallThroughError/toString_A01_t01: Fail 228 LibTest/core/FallThroughError/toString_A01_t01: Fail
230 LibTest/core/List/lastIndexOf_A03_t01: Fail 229 LibTest/core/List/lastIndexOf_A03_t01: Fail
231 LibTest/core/ReceivePort/receive_A01_t02: Fail 230 LibTest/core/ReceivePort/receive_A01_t02: Fail
232 LibTest/core/SendPort/send_A02_t01: Fail 231 LibTest/core/SendPort/send_A02_t01: Fail
233 LibTest/core/Stopwatch/start_A01_t02: Fail 232 LibTest/core/Stopwatch/start_A01_t02: Fail
234 LibTest/core/String/contains_A01_t02: Fail 233 LibTest/core/String/contains_A01_t02: Fail
235 LibTest/core/int/operator_left_shift_A01_t02: Fail 234 LibTest/core/int/operator_left_shift_A01_t02: Fail
235 LibTest/core/Stopwatch/elapsed_A01_t02: Skip # Flaky test.
Ivan Posva 2012/02/03 16:46:42 Please mark flaky tests as "Pass,Fail". This way w
ahe 2012/02/03 17:20:40 I'll leave it to your team to make adjustments to
236 236
237 237
238 [ $component == vm && $unchecked ] 238 [ $component == vm && $unchecked ]
239 Language/13_Types/1_Static_Types_A02_t08: Fail 239 Language/13_Types/1_Static_Types_A02_t08: Fail
240 240
241 241
242 [ $component == vm && $checked ] 242 [ $component == vm && $checked ]
243 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A18_t01: Fail 243 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A18_t01: Fail
244 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/Named_Arguments_A03_t01: Fail 244 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/Named_Arguments_A03_t01: Fail
245 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/Variable_Or_Parameter_Assignment_A03_t04: Fail 245 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/Variable_Or_Parameter_Assignment_A03_t04: Fail
(...skipping 17 matching lines...) Expand all
263 LibTest/core/Map/putIfAbsent_A01_t04: Fail 263 LibTest/core/Map/putIfAbsent_A01_t04: Fail
264 264
265 265
266 266
267 [ $arch == simarm ] 267 [ $arch == simarm ]
268 *: Skip 268 *: Skip
269 269
270 270
271 [ $arch == arm ] 271 [ $arch == arm ]
272 *: Skip 272 *: Skip
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