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

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

Issue 15956005: Status file updates for arm -> remove Skip markers (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/language/language.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 async/stream_periodic4_test: Fail, Pass # floitsch: Marking as flaky while colle ction debug information. http://dartbug.com/9619 5 async/stream_periodic4_test: Fail, Pass # floitsch: Marking as flaky while colle ction debug information. http://dartbug.com/9619
6 6
7 # The typed_data library is not supported by dart2js or dart2dart yet. 7 # The typed_data library is not supported by dart2js or dart2dart yet.
8 [ $compiler == dart2js || $compiler == dart2dart ] 8 [ $compiler == dart2js || $compiler == dart2dart ]
9 typed_data/*: Fail 9 typed_data/*: Fail
10 10
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 85 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
86 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 86 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
87 async/run_async4_test: Pass, Fail # http://dartbug.com/9013 87 async/run_async4_test: Pass, Fail # http://dartbug.com/9013
88 88
89 [ $compiler == none && $runtime == drt ] 89 [ $compiler == none && $runtime == drt ]
90 async/timer_isolate_test: Skip # See Issue 4997 90 async/timer_isolate_test: Skip # See Issue 4997
91 async/timer_not_available_test: Skip # only meant to test when there is no way t o 91 async/timer_not_available_test: Skip # only meant to test when there is no way t o
92 # implement timer (currently only in d8) 92 # implement timer (currently only in d8)
93 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 93 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
94 94
95 [ $arch == arm ]
96 *: Skip
97
98 [ $arch == simarm ] 95 [ $arch == simarm ]
99 *: Skip 96 *: Skip
100 97
101 [ $arch == mips ] 98 [ $arch == mips ]
102 *: Skip 99 *: Skip
103 100
104 [ $arch == simmips ] 101 [ $arch == simmips ]
105 *: Skip 102 *: Skip
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698