| 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 # 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. |
| 11 [ $compiler == dart2js || $compiler == dart2dart ] | 11 [ $compiler == dart2js || $compiler == dart2dart ] |
| 12 typed_data/*: Skip | 12 typed_data/*: Skip |
| 13 | 13 |
| 14 | 14 |
| 15 [ $compiler == dart2js ] | 15 [ $compiler == dart2js ] |
| 16 math/*: Skip | 16 math/*: Skip |
| 17 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. | 17 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. |
| 18 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 18 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| 19 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 | 19 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 |
| 20 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 | 20 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 |
| 21 async/run_async6_test: Fail # global error handling is not supported. http://dar
tbug.com/5958 | 21 async/run_async6_test: Fail # global error handling is not supported. http://dar
tbug.com/5958 |
| 22 | 22 |
| 23 [ $compiler == dart2js && $minified ] |
| 24 mirrors/mirrors_resolve_fields_test: Fail # Issue 6490 |
| 25 |
| 23 [ $csp ] | 26 [ $csp ] |
| 24 mirrors/library_uri_package_test: Fail, Pass # Issue 6490 | 27 mirrors/library_uri_package_test: Fail, Pass # Issue 6490 |
| 25 | 28 |
| 26 [ $compiler == dart2js && $checked ] | 29 [ $compiler == dart2js && $checked ] |
| 27 async/stream_event_transform_test: Fail # Issue 7733. | 30 async/stream_event_transform_test: Fail # Issue 7733. |
| 28 | 31 |
| 29 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome ||
$runtime == drt) ] | 32 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome ||
$runtime == drt) ] |
| 30 crypto/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail?id=2
692 | 33 crypto/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail?id=2
692 |
| 31 | 34 |
| 32 [ $compiler == dart2js && $jscl ] | 35 [ $compiler == dart2js && $jscl ] |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 async/run_async6_test: Fail # Issue 10910 | 97 async/run_async6_test: Fail # Issue 10910 |
| 95 | 98 |
| 96 [ $arch == simarm ] | 99 [ $arch == simarm ] |
| 97 *: Skip | 100 *: Skip |
| 98 | 101 |
| 99 [ $arch == mips ] | 102 [ $arch == mips ] |
| 100 *: Skip | 103 *: Skip |
| 101 | 104 |
| 102 [ $arch == simmips ] | 105 [ $arch == simmips ] |
| 103 *: Skip | 106 *: Skip |
| OLD | NEW |