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

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

Issue 16126005: Update status file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove addidental changes 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 | « 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 # The typed_data library is not supported by dart2js or dart2dart yet. 5 # The typed_data library is not supported by dart2js or dart2dart yet.
6 [ $compiler == dart2js || $compiler == dart2dart ] 6 [ $compiler == dart2js || $compiler == dart2dart ]
7 typed_data/*: Fail 7 typed_data/*: Fail
8 8
9 9
10 # The typed_data library is not supported by dart2js or dart2dart yet. 10 # The typed_data library is not supported by dart2js or dart2dart yet.
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 async/timer_isolate_test: Skip # See Issue 4997 84 async/timer_isolate_test: Skip # See Issue 4997
85 85
86 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 86 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
87 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 87 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
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 async/run_async6_test: Fail # Issue 10910
94 95
95 [ $arch == simarm ] 96 [ $arch == simarm ]
96 *: Skip 97 *: Skip
97 98
98 [ $arch == mips ] 99 [ $arch == mips ]
99 *: Skip 100 *: Skip
100 101
101 [ $arch == simmips ] 102 [ $arch == simmips ]
102 *: Skip 103 *: 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