| 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 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 math/*: Skip | 6 math/*: Skip |
| 7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. | 7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. |
| 8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| 9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 | 9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 |
| 10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 | 10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
728. | 57 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 58 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7
728. | 58 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 59 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7
728. | 59 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 60 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
728. | 60 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 61 | 61 |
| 62 [ $compiler == dart2js && $browser ] | 62 [ $compiler == dart2js && $browser ] |
| 63 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 63 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 64 # implement timer (currently only in d8
) | 64 # implement timer (currently only in d8
) |
| 65 | 65 |
| 66 [ $compiler == dart2dart ] | 66 [ $compiler == dart2dart ] |
| 67 mirrors/metadata_test: Fail |
| 67 mirrors/mirrors_test: Fail # Issue 10957 | 68 mirrors/mirrors_test: Fail # Issue 10957 |
| 68 mirrors/library_uri_package_test: Fail # Issue 10957 | 69 mirrors/library_uri_package_test: Fail # Issue 10957 |
| 69 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 | 70 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 |
| 70 mirrors/reflect_model_test: Fail # http://dartbug.com/11219 | 71 mirrors/reflect_model_test: Fail # http://dartbug.com/11219 |
| 71 mirrors/disable_tree_shaking_test: Fail | 72 mirrors/disable_tree_shaking_test: Fail |
| 72 | 73 |
| 73 [ $compiler == dart2dart && $minified ] | 74 [ $compiler == dart2dart && $minified ] |
| 74 json/json_test: Fail # Issue 10961 | 75 json/json_test: Fail # Issue 10961 |
| 75 typed_data/float32x4_test: Fail # Issue 10961 | 76 typed_data/float32x4_test: Fail # Issue 10961 |
| 76 typed_data/float32x4_list_test: Fail # Issue 10961 | 77 typed_data/float32x4_list_test: Fail # Issue 10961 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 | 122 |
| 122 | 123 |
| 123 [ $arch == arm || $arch == simarm ] | 124 [ $arch == arm || $arch == simarm ] |
| 124 *: Skip | 125 *: Skip |
| 125 | 126 |
| 126 [ $arch == mips ] | 127 [ $arch == mips ] |
| 127 *: Skip | 128 *: Skip |
| 128 | 129 |
| 129 [ $arch == simmips ] | 130 [ $arch == simmips ] |
| 130 *: Skip | 131 *: Skip |
| OLD | NEW |