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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 | 50 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 |
51 mirrors/library_exports_shown_test: RuntimeError # Issue 6490 | 51 mirrors/library_exports_shown_test: RuntimeError # Issue 6490 |
52 mirrors/library_exports_hidden_test: RuntimeError # Issue 6490 | 52 mirrors/library_exports_hidden_test: RuntimeError # Issue 6490 |
53 mirrors/library_imports_deferred_test: RuntimeError # Issue 6490 | 53 mirrors/library_imports_deferred_test: RuntimeError # Issue 6490 |
54 mirrors/library_imports_metadata_test: RuntimeError # Issue 6490 | 54 mirrors/library_imports_metadata_test: RuntimeError # Issue 6490 |
55 mirrors/library_imports_bad_metadata_test/none: RuntimeError # Issue 6490 | 55 mirrors/library_imports_bad_metadata_test/none: RuntimeError # Issue 6490 |
56 mirrors/library_imports_shown_test: RuntimeError # Issue 6490 | 56 mirrors/library_imports_shown_test: RuntimeError # Issue 6490 |
57 mirrors/library_imports_hidden_test: RuntimeError # Issue 6490 | 57 mirrors/library_imports_hidden_test: RuntimeError # Issue 6490 |
58 mirrors/library_imports_prefixed_test: RuntimeError # Issue 6490 | 58 mirrors/library_imports_prefixed_test: RuntimeError # Issue 6490 |
59 mirrors/library_imports_prefixed_show_hide_test: RuntimeError # Issue 6490 | 59 mirrors/library_imports_prefixed_show_hide_test: RuntimeError # Issue 6490 |
60 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 60 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. |
61 mirrors/local_function_is_static_test: RuntimeError # Issue 6335 | 61 mirrors/local_function_is_static_test: RuntimeError # Issue 6335 |
62 mirrors/lru_test: Skip # dart2js_native/lru_test is used instead | 62 mirrors/lru_test: Skip # dart2js_native/lru_test is used instead |
63 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 | 63 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 |
64 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 | 64 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 |
65 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 | 65 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 |
66 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 | 66 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 |
67 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 | 67 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 |
68 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 | 68 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 |
69 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905 | 69 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905 |
70 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 | 70 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 | 245 |
246 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] | 246 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] |
247 async/schedule_microtask6_test: Fail # Issue 10910 | 247 async/schedule_microtask6_test: Fail # Issue 10910 |
248 async/timer_test: Fail, Pass # Issue 15487 | 248 async/timer_test: Fail, Pass # Issue 15487 |
249 async/multiple_timer_test: Fail, Pass # Issue 15487 | 249 async/multiple_timer_test: Fail, Pass # Issue 15487 |
250 async/stream_periodic3_test: Fail, Pass # Issue 15487 | 250 async/stream_periodic3_test: Fail, Pass # Issue 15487 |
251 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i
s not allowed on Dartium's DOM thread. | 251 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i
s not allowed on Dartium's DOM thread. |
252 async/timer_isActive_test: Fail, Pass # Issue 22352 | 252 async/timer_isActive_test: Fail, Pass # Issue 22352 |
253 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w
ill just timeout and waste bot cycles. | 253 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w
ill just timeout and waste bot cycles. |
254 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. | 254 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. |
255 mirrors/library_uri_io_test: SkipByDesign # Not intended for drt as it uses dart
:io. | 255 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. |
256 mirrors/local_isolate_test: RuntimeError # Issue 12188 | 256 mirrors/local_isolate_test: RuntimeError # Issue 12188 |
257 | 257 |
258 [ $compiler == none && $runtime == drt && $system == windows ] | 258 [ $compiler == none && $runtime == drt && $system == windows ] |
259 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 259 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
260 async/timer_test: Fail, Pass # See Issue 10982 | 260 async/timer_test: Fail, Pass # See Issue 10982 |
261 | 261 |
262 [ $compiler == none && $runtime == dartium ] | 262 [ $compiler == none && $runtime == dartium ] |
263 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 263 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
264 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 264 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
265 | 265 |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 | 326 |
327 [ $mode == debug && $arch == ia32 && $system == windows ] | 327 [ $mode == debug && $arch == ia32 && $system == windows ] |
328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
329 | 329 |
330 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] | 330 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] |
331 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 331 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
332 | 332 |
333 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 333 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
334 mirrors/immutable_collections_test: SkipSlow # Timeout. | 334 mirrors/immutable_collections_test: SkipSlow # Timeout. |
335 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. | 335 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. |
OLD | NEW |