Chromium Code Reviews| 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 |
| 11 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958 | 11 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958 |
| 12 | 12 |
| 13 # SIMD is unsupported on dart2js. | 13 # SIMD is unsupported on dart2js. |
| 14 typed_data/float32x4_test: Fail, OK | 14 typed_data/float32x4_test: Fail, OK |
| 15 typed_data/float32x4_list_test: Fail, OK | 15 typed_data/float32x4_list_test: Fail, OK |
| 16 typed_data/float32x4_unbox_phi_test: Fail, OK | 16 typed_data/float32x4_unbox_phi_test: Fail, OK |
| 17 typed_data/float32x4_unbox_regress_test: Fail, OK | 17 typed_data/float32x4_unbox_regress_test: Fail, OK |
| 18 | 18 |
| 19 [ $compiler == dart2js && ($runtime == d8 || $runtime == ie9) ] | 19 [ $compiler == dart2js && ($runtime == d8 || $runtime == ie9) ] |
| 20 typed_data/byte_data_test: Fail, OK # d8/ie9 doesn't support DataView | 20 typed_data/byte_data_test: Fail, OK # d8/ie9 doesn't support DataView |
| 21 | 21 |
| 22 [ $compiler == dart2js && $minified ] | 22 [ $compiler == dart2js && $minified ] |
| 23 mirrors/mirrors_resolve_fields_test: Fail # Issue 6490 | 23 mirrors/mirrors_resolve_fields_test: Fail # Issue 6490 |
| 24 mirrors/reflectively_instantiate_uninstantiated_class_test: Fail # Issue 6490 | |
| 24 | 25 |
| 25 [ $csp ] | 26 [ $csp ] |
| 26 mirrors/metadata_test: Fail # Issue 6490 | 27 mirrors/metadata_test: Fail # Issue 6490 |
| 27 mirrors/reflect_runtime_type_test: Fail # Issue 6490 | 28 mirrors/reflect_runtime_type_test: Fail # Issue 6490 |
| 28 mirrors/reflect_uninstantiated_class_test: Fail # Issue 6490 | 29 mirrors/reflect_uninstantiated_class_test: Fail # Issue 6490 |
| 29 mirrors/superclass_test: Fail # Issue 6490 | 30 mirrors/superclass_test: Fail # Issue 6490 |
| 30 | 31 |
| 31 [ $compiler == dart2js && $checked ] | 32 [ $compiler == dart2js && $checked ] |
| 32 async/stream_event_transform_test: Fail # Issue 7733. | 33 async/stream_event_transform_test: Fail # Issue 7733. |
| 33 | 34 |
| 34 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ] | 35 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ] |
|
ngeoffray
2013/06/11 20:40:05
These status file changes don't look related.
ahe
2013/06/11 20:45:42
I didn't change this part of the status file. Did
ngeoffray
2013/06/11 20:55:09
Yes, I did :) Nevermind then.
| |
| 35 crypto/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail?id=2 692 | 36 crypto/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail?id=2 692 |
| 36 | 37 |
| 37 [ $compiler == dart2js && $jscl ] | 38 [ $compiler == dart2js && $jscl ] |
| 38 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. | 39 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 39 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8. | 40 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8. |
| 40 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8. | 41 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8. |
| 41 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 . | 42 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 . |
| 42 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728. | 43 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728. |
| 43 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar tbug.com/7728. | 44 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar tbug.com/7728. |
| 44 async/multiple_timer_test: Fail,OK # Needs Timer to run. | 45 async/multiple_timer_test: Fail,OK # Needs Timer to run. |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 99 | 100 |
| 100 [ $runtime == vm ] | 101 [ $runtime == vm ] |
| 101 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to | 102 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to |
| 102 # implement timer (currently only in d8 ) | 103 # implement timer (currently only in d8 ) |
| 103 async/timer_isolate_test: Skip # See Issue 4997 | 104 async/timer_isolate_test: Skip # See Issue 4997 |
| 104 | 105 |
| 105 [ $runtime == vm || ($compiler == none && $runtime == drt) ] | 106 [ $runtime == vm || ($compiler == none && $runtime == drt) ] |
| 106 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. | 107 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. |
| 107 mirrors/metadata_test: Fail # http://dartbug.com/10906 | 108 mirrors/metadata_test: Fail # http://dartbug.com/10906 |
| 108 mirrors/superclass_test: Fail # http://dartbug.com/11142 | 109 mirrors/superclass_test: Fail # http://dartbug.com/11142 |
| 110 mirrors/reflectively_instantiate_uninstantiated_class_test: Fail # http://dartbu g.com/11187 | |
| 109 | 111 |
| 110 [ $compiler == none && $runtime == drt ] | 112 [ $compiler == none && $runtime == drt ] |
| 111 async/timer_isolate_test: Skip # See Issue 4997 | 113 async/timer_isolate_test: Skip # See Issue 4997 |
| 112 async/timer_not_available_test: Skip # only meant to test when there is no way t o | 114 async/timer_not_available_test: Skip # only meant to test when there is no way t o |
| 113 # implement timer (currently only in d8) | 115 # implement timer (currently only in d8) |
| 114 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 116 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 115 async/run_async6_test: Fail # Issue 10910 | 117 async/run_async6_test: Fail # Issue 10910 |
| 116 | 118 |
| 117 [ $compiler == none && $runtime == drt && $system == windows ] | 119 [ $compiler == none && $runtime == drt && $system == windows ] |
| 118 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 120 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 119 async/timer_test: Fail, Pass # See Issue 10982 | 121 async/timer_test: Fail, Pass # See Issue 10982 |
| 120 | 122 |
| 121 [ $arch == arm ] | 123 [ $arch == arm ] |
| 122 *: Skip | 124 *: Skip |
| 123 | 125 |
| 124 [ $arch == simarm ] | 126 [ $arch == simarm ] |
| 125 *: Skip | 127 *: Skip |
| 126 | 128 |
| 127 [ $arch == mips ] | 129 [ $arch == mips ] |
| 128 *: Skip | 130 *: Skip |
| 129 | 131 |
| 130 [ $arch == simmips ] | 132 [ $arch == simmips ] |
| 131 *: Skip | 133 *: Skip |
| OLD | NEW |