| 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 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 |
| 11 | 11 |
| 12 # The typed_data library is not supported by dart2js or dart2dart yet. | 12 # The typed_data library is not supported by dart2js or dart2dart yet. |
| 13 [ $compiler == dart2js || $compiler == dart2dart ] | 13 [ $compiler == dart2js || $compiler == dart2dart ] |
| 14 typed_data/*: Skip | 14 typed_data/*: Skip |
| 15 | 15 |
| 16 | 16 |
| 17 [ $compiler == dart2js ] | 17 [ $compiler == dart2js ] |
| 18 math/*: Skip | 18 math/*: Skip |
| 19 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. | 19 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. |
| 20 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 20 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| 21 mirrors/library_uri_package_test: Fail # dart:mirrors not fully implemented. | 21 mirrors/library_uri_package_test: Fail # dart:mirrors not fully implemented. |
| 22 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 | 22 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 |
| 23 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 | 23 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 |
| 24 | 24 |
| 25 [ $compiler == dart2js && $checked ] | 25 [ $compiler == dart2js && $checked ] |
| 26 async/stream_event_transform_test: Fail # Issue 7733. | 26 async/stream_event_transform_test: Fail # Issue 7733. |
| 27 | 27 |
| 28 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome ||
$runtime == drt) ] |
| 29 crypto/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail?id=2
692 |
| 30 |
| 28 [ $compiler == dart2js && $jscl ] | 31 [ $compiler == dart2js && $jscl ] |
| 29 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. | 32 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 30 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772
8. | 33 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772
8. |
| 31 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772
8. | 34 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772
8. |
| 32 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728
. | 35 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728
. |
| 33 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c
om/7728. | 36 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c
om/7728. |
| 34 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar
tbug.com/7728. | 37 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar
tbug.com/7728. |
| 35 async/multiple_timer_test: Fail,OK # Needs Timer to run. | 38 async/multiple_timer_test: Fail,OK # Needs Timer to run. |
| 36 async/timer_cancel_test: Fail,OK # Needs Timer to run. | 39 async/timer_cancel_test: Fail,OK # Needs Timer to run. |
| 37 async/timer_cancel1_test: Fail,OK # Needs Timer to run. | 40 async/timer_cancel1_test: Fail,OK # Needs Timer to run. |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 *: Skip | 96 *: Skip |
| 94 | 97 |
| 95 [ $arch == simarm ] | 98 [ $arch == simarm ] |
| 96 *: Skip | 99 *: Skip |
| 97 | 100 |
| 98 [ $arch == mips ] | 101 [ $arch == mips ] |
| 99 *: Skip | 102 *: Skip |
| 100 | 103 |
| 101 [ $arch == simmips ] | 104 [ $arch == simmips ] |
| 102 *: Skip | 105 *: Skip |
| OLD | NEW |