| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 [ $compiler == dart2js && $jscl && $unchecked ] | 125 [ $compiler == dart2js && $jscl && $unchecked ] |
| 126 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 | 126 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 |
| 127 | 127 |
| 128 [ $compiler == dart2js && $jscl && $checked ] | 128 [ $compiler == dart2js && $jscl && $checked ] |
| 129 mirrors/invocation_fuzz_test/none: RuntimeError # Issue 15566 | 129 mirrors/invocation_fuzz_test/none: RuntimeError # Issue 15566 |
| 130 | 130 |
| 131 [ $compiler == dart2js && ($minified || $runtime == jsshell) ] | 131 [ $compiler == dart2js && ($minified || $runtime == jsshell) ] |
| 132 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 | 132 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 |
| 133 | 133 |
| 134 [ $compiler == dart2js && $runtime == jsshell ] | 134 [ $compiler == dart2js && $runtime == jsshell ] |
| 135 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss
ue 7728. |
| 135 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. | 136 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. |
| 136 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7
728. | 137 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7
728. |
| 137 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7
728. | 138 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7
728. |
| 138 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77
28. | 139 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77
28. |
| 139 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I
ssue 7728. | 140 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I
ssue 7728. |
| 140 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; Issue 7728. | 141 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; Issue 7728. |
| 141 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. | 142 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. |
| 142 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. | 143 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. |
| 143 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. | 144 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. |
| 144 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. | 145 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 | 328 |
| 328 [ $mode == debug && $arch == ia32 && $system == windows ] | 329 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 329 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 330 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 330 | 331 |
| 331 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] | 332 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] |
| 332 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 333 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| 333 | 334 |
| 334 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 335 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 335 mirrors/immutable_collections_test: SkipSlow # Timeout. | 336 mirrors/immutable_collections_test: SkipSlow # Timeout. |
| 336 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. | 337 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. |
| OLD | NEW |