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

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

Issue 16802005: Second round of status file updates for simarm/arm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « tests/isolate/isolate.status ('k') | tests/standalone/standalone.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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 math/*: Skip 6 math/*: Skip
7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. 7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this.
8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 async/timer_isolate_test: Skip # See Issue 4997 110 async/timer_isolate_test: Skip # See Issue 4997
111 async/timer_not_available_test: Skip # only meant to test when there is no way t o 111 async/timer_not_available_test: Skip # only meant to test when there is no way t o
112 # implement timer (currently only in d8) 112 # implement timer (currently only in d8)
113 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 113 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
114 async/run_async6_test: Fail # Issue 10910 114 async/run_async6_test: Fail # Issue 10910
115 115
116 [ $compiler == none && $runtime == drt && $system == windows ] 116 [ $compiler == none && $runtime == drt && $system == windows ]
117 async/multiple_timer_test: Fail, Pass # See Issue 10982 117 async/multiple_timer_test: Fail, Pass # See Issue 10982
118 async/timer_test: Fail, Pass # See Issue 10982 118 async/timer_test: Fail, Pass # See Issue 10982
119 119
120 [ $arch == simarm ]
121 *: Skip
122 120
123 [ $arch == arm ] 121 [ $arch == arm || $arch == simarm ]
124 async/slow_consumer2_test: Crash # Issue: 11207 122 async/future_test: Pass, Crash # Issue: 11207
125 async/slow_consumer3_test: Crash # Issue: 11207 123 async/run_async6_test: Pass, Fail # Issue: 11207
126 async/slow_consumer_test: Crash # Issue: 11207 124 async/run_async_test: Pass, Fail # Issue: 11207
127 async/stream_controller_async_test: Crash # Issue: 11207 125 async/slow_consumer2_test: Pass, Crash # Issue: 11207
128 async/stream_from_iterable_test: Crash # Issue: 11207 126 async/slow_consumer3_test: Pass, Crash # Issue: 11207
129 async/stream_periodic3_test: Crash # Issue: 11207 127 async/slow_consumer_test: Pass, Crash # Issue: 11207
130 async/stream_periodic4_test: Crash # Issue: 11207 128 async/stream_controller_async_test: Pass, Crash # Issue: 11207
131 async/stream_periodic5_test: Crash # Issue: 11207 129 async/stream_from_iterable_test: Pass, Crash # Issue: 11207
132 async/stream_state_nonzero_timer_test: Crash # Issue: 11207 130 async/stream_periodic2_test: Pass, Crash # Issue: 11207
133 async/stream_state_test: Crash # Issue: 11207 131 async/stream_periodic3_test: Pass, Crash # Issue: 11207
134 async/stream_subscription_as_future_test: Crash # Issue: 11207 132 async/stream_periodic4_test: Pass, Crash # Issue: 11207
135 async/stream_transform_test: Crash # Issue: 11207 133 async/stream_periodic5_test: Pass, Crash # Issue: 11207
136 math/pi_test: Fail # Issue: 11207 134 async/stream_single_to_multi_subscriber_test: Pass, Crash # Issue: 11207
135 async/stream_state_nonzero_timer_test: Pass, Crash # Issue: 11207
136 async/stream_state_test: Pass, Crash # Issue: 11207
137 async/stream_subscription_as_future_test: Pass, Crash # Issue: 11207
138 async/stream_transform_test: Pass, Crash # Issue: 11207
139 math/pi_test: Crash, Fail # Issue: 11207
137 math/random_test: Fail # Issue: 11207 140 math/random_test: Fail # Issue: 11207
141 mirrors/reflect_model_test: Pass, Crash # Issue: 11207
138 typed_data/float32x4_list_test: Crash # Issue: 11207 142 typed_data/float32x4_list_test: Crash # Issue: 11207
139 typed_data/float32x4_test: Crash # Issue: 11207 143 typed_data/float32x4_test: Crash # Issue: 11207
140 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 144 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207
141 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 145 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207
142 146
143 [ $arch == mips ] 147 [ $arch == mips ]
144 *: Skip 148 *: Skip
145 149
146 [ $arch == simmips ] 150 [ $arch == simmips ]
147 *: Skip 151 *: Skip
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698