OLD | NEW |
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 Loading... |
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 |
OLD | NEW |