| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728. | 164 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728. |
| 165 async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728. | 165 async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728. |
| 166 async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728. | 166 async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728. |
| 167 async/zone_bind_test: Fail # Timer interface not supported: Issue 7728. | 167 async/zone_bind_test: Fail # Timer interface not supported: Issue 7728. |
| 168 async/future_timeout_test: Fail # Timer interface not supported: Issue 7728. | 168 async/future_timeout_test: Fail # Timer interface not supported: Issue 7728. |
| 169 async/stream_timeout_test: Fail # Timer interface not supported: Issue 7728. | 169 async/stream_timeout_test: Fail # Timer interface not supported: Issue 7728. |
| 170 async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Iss
ue 7728. | 170 async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Iss
ue 7728. |
| 171 async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue
7728. | 171 async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue
7728. |
| 172 async/stream_transformation_broadcast_test: RuntimeError # Timer interface not s
upported: Issue 7728. | 172 async/stream_transformation_broadcast_test: RuntimeError # Timer interface not s
upported: Issue 7728. |
| 173 async/stream_controller_test: Fail # Timer interface not supported: Issue 7728. | 173 async/stream_controller_test: Fail # Timer interface not supported: Issue 7728. |
| 174 mirrors/mirrors_reader_test: Slow, RuntimeError, Crash # Issue 16589 - RuntimeEr
ror. Issue 22130 - Crash (out of memory). |
| 174 | 175 |
| 175 [ $compiler == dart2js && $checked ] | 176 [ $compiler == dart2js && $checked ] |
| 176 convert/utf85_test: Pass, Slow # Issue 12029. | 177 convert/utf85_test: Pass, Slow # Issue 12029. |
| 177 mirrors/list_constructor_test/01: RuntimeError # Issue 19635. | 178 mirrors/list_constructor_test/01: RuntimeError # Issue 19635. |
| 178 | 179 |
| 179 [ $compiler == dart2js ] | 180 [ $compiler == dart2js ] |
| 180 convert/chunked_conversion_utf88_test: Slow, Pass | 181 convert/chunked_conversion_utf88_test: Slow, Pass |
| 181 convert/utf85_test: Slow, Pass | 182 convert/utf85_test: Slow, Pass |
| 182 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t
he multi-test comments when this test starts succeeding. | 183 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t
he multi-test comments when this test starts succeeding. |
| 183 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove
the multi-test comments when this test starts succeeding. | 184 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove
the multi-test comments when this test starts succeeding. |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 [ $compiler == dart2js ] | 317 [ $compiler == dart2js ] |
| 317 profiler/metrics_num_test: Skip # Because of a int / double type test. | 318 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 318 | 319 |
| 319 [ $arch == simarm64 ] | 320 [ $arch == simarm64 ] |
| 320 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 321 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| 321 | 322 |
| 322 [ $mode == debug && $arch == ia32 && $system == windows ] | 323 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 323 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 324 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 324 | 325 |
| 325 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] | 326 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] |
| 326 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 327 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| OLD | NEW |