| 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 [ $unchecked ] | 5 [ $unchecked ] |
| 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
| 7 | 7 |
| 8 [ $csp ] | 8 [ $csp ] |
| 9 # Deferred loading does not work from an isolate in CSP-mode | 9 # Deferred loading does not work from an isolate in CSP-mode |
| 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 | 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 | 120 |
| 121 [ $compiler == dart2js && $jscl && $unchecked ] | 121 [ $compiler == dart2js && $jscl && $unchecked ] |
| 122 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 | 122 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 |
| 123 | 123 |
| 124 [ $compiler == dart2js && $jscl && $checked ] | 124 [ $compiler == dart2js && $jscl && $checked ] |
| 125 mirrors/invocation_fuzz_test/none: RuntimeError # Issue 15566 | 125 mirrors/invocation_fuzz_test/none: RuntimeError # Issue 15566 |
| 126 | 126 |
| 127 [ $compiler == dart2js && ($minified || $runtime == jsshell) ] | 127 [ $compiler == dart2js && ($minified || $runtime == jsshell) ] |
| 128 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 | 128 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 |
| 129 | 129 |
| 130 [ $runtime == vm && $mode == debug && $system == macos ] | |
| 131 mirrors/invocation_fuzz_test: Pass, RuntimeError # Issue 21707 | |
| 132 | |
| 133 [ $compiler == dart2js && $runtime == jsshell ] | 130 [ $compiler == dart2js && $runtime == jsshell ] |
| 134 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. | 131 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. |
| 135 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. | 132 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. |
| 136 async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. | 133 async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. |
| 137 async/slow_consumer_test: RuntimeError # Timer interface not supported; dartbug.
com/7728. | 134 async/slow_consumer_test: RuntimeError # Timer interface not supported; dartbug.
com/7728. |
| 138 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; d
artbug.com/7728. | 135 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; d
artbug.com/7728. |
| 139 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; dartbug.com/7728. | 136 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; dartbug.com/7728. |
| 140 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. | 137 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. |
| 141 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. | 138 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. |
| 142 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. | 139 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 profiler/metrics_num_test: Skip # Because of a int / double type test. | 315 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 319 | 316 |
| 320 [ $arch == simarm64 ] | 317 [ $arch == simarm64 ] |
| 321 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 318 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| 322 | 319 |
| 323 [ $mode == debug && $arch == ia32 && $system == windows ] | 320 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 324 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 321 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 325 | 322 |
| 326 [ $mode == debug && $arch != ia32 && $arch != x64 ] | 323 [ $mode == debug && $arch != ia32 && $arch != x64 ] |
| 327 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 324 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| OLD | NEW |