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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 | 312 |
313 [ $compiler == dart2js ] | 313 [ $compiler == dart2js ] |
314 profiler/metrics_num_test: Skip # Because of a int / double type test. | 314 profiler/metrics_num_test: Skip # Because of a int / double type test. |
315 | 315 |
316 [ $arch == simarm64 ] | 316 [ $arch == simarm64 ] |
317 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 317 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
318 | 318 |
319 [ $mode == debug && $arch == ia32 && $system == windows ] | 319 [ $mode == debug && $arch == ia32 && $system == windows ] |
320 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 320 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
321 | 321 |
322 [ $mode == debug && $arch != ia32 && $arch != x64 ] | 322 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] |
323 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 323 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
OLD | NEW |