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

Side by Side Diff: tests/isolate/isolate.status

Issue 12869012: Mark mandel_isolate_stream_test as flaky. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] 5 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
6 mandel_isolate_stream_test: Fail # Bug in v8, http://dartbug.com/9407 6 mandel_isolate_stream_test: Fail # Bug in v8, http://dartbug.com/9407
7 message_test: Fail # Bug in v8, http://dartbug.com/9407 7 message_test: Fail # Bug in v8, http://dartbug.com/9407
8 nested_spawn_stream2_test: Fail # Bug in v8, http://dartbug.com/9407 8 nested_spawn_stream2_test: Fail # Bug in v8, http://dartbug.com/9407
9 count_test: Fail # Bug in v8, http://dartbug.com/9407 9 count_test: Fail # Bug in v8, http://dartbug.com/9407
10 count_stream_test: Fail # Bug in v8, http://dartbug.com/9407 10 count_stream_test: Fail # Bug in v8, http://dartbug.com/9407
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 [ $compiler == dart2dart ] 107 [ $compiler == dart2dart ]
108 # Skip until we stabilize language tests. 108 # Skip until we stabilize language tests.
109 *: Skip 109 *: Skip
110 110
111 # TODO(ajohnsen): Fix this as part of library changes. 111 # TODO(ajohnsen): Fix this as part of library changes.
112 [ $compiler == none ] 112 [ $compiler == none ]
113 isolate_negative_test: Skip # Bug 6890 113 isolate_negative_test: Skip # Bug 6890
114 114
115 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ] 115 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ]
116 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 116 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952
117 mandel_isolate_stream_test: Pass, Timeout # Issue 7952 117 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952
118 118
119 [ $arch == arm ] 119 [ $arch == arm ]
120 *: Skip 120 *: Skip
121 121
122 [ $arch == simarm ] 122 [ $arch == simarm ]
123 *: Skip 123 *: Skip
124 124
125 [ $arch == mips ] 125 [ $arch == mips ]
126 *: Skip 126 *: Skip
127 127
128 [ $arch == simmips ] 128 [ $arch == simmips ]
129 *: Skip 129 *: 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