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

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

Issue 13674004: Wrapping files without library tags is neither necessary nor correct anymore. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged and address comments Created 7 years, 8 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 | « dart/tests/compiler/dart2js_extra/dart2js_extra.status ('k') | dart/tests/utils/utils.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 typeddata library is not supported by dart2js or dart2dart yet. 7 # The typeddata library is not supported by dart2js or dart2dart yet.
8 [ $compiler == dart2js || $compiler == dart2dart ] 8 [ $compiler == dart2js || $compiler == dart2dart ]
9 typeddata/*: Fail 9 typeddata/*: Fail
10 10
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 [ $runtime == vm ] 83 [ $runtime == vm ]
84 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 84 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
85 # implement timer (currently only in d8 ) 85 # implement timer (currently only in d8 )
86 async/timer_isolate_test: Skip # See Issue 4997 86 async/timer_isolate_test: Skip # See Issue 4997
87 87
88 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 88 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
89 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 89 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
90 async/run_async4_test: Pass, Fail # http://dartbug.com/9013 90 async/run_async4_test: Pass, Fail # http://dartbug.com/9013
91 91
92 [ $compiler == none && $runtime == drt ] 92 [ $compiler == none && $runtime == drt ]
93 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264
94 async/timer_isolate_test: Skip # See Issue 4997 93 async/timer_isolate_test: Skip # See Issue 4997
95 async/timer_not_available_test: Skip # only meant to test when there is no way t o 94 async/timer_not_available_test: Skip # only meant to test when there is no way t o
96 # implement timer (currently only in d8) 95 # implement timer (currently only in d8)
97 96
98 [ $arch == arm ] 97 [ $arch == arm ]
99 *: Skip 98 *: Skip
100 99
101 [ $arch == simarm ] 100 [ $arch == simarm ]
102 *: Skip 101 *: Skip
103 102
104 [ $arch == mips ] 103 [ $arch == mips ]
105 *: Skip 104 *: Skip
106 105
107 [ $arch == simmips ] 106 [ $arch == simmips ]
108 *: Skip 107 *: Skip
OLDNEW
« no previous file with comments | « dart/tests/compiler/dart2js_extra/dart2js_extra.status ('k') | dart/tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698