| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 239 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 240 | 240 |
| 241 mirrors/mirrors_used*: Skip # Invalid tests. | 241 mirrors/mirrors_used*: Skip # Invalid tests. |
| 242 | 242 |
| 243 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] | 243 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] |
| 244 async/schedule_microtask6_test: Fail # Issue 10910 | 244 async/schedule_microtask6_test: Fail # Issue 10910 |
| 245 async/timer_test: Fail, Pass # Issue 15487 | 245 async/timer_test: Fail, Pass # Issue 15487 |
| 246 async/multiple_timer_test: Fail, Pass # Issue 15487 | 246 async/multiple_timer_test: Fail, Pass # Issue 15487 |
| 247 async/stream_periodic3_test: Fail, Pass # Issue 15487 | 247 async/stream_periodic3_test: Fail, Pass # Issue 15487 |
| 248 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i
s not allowed on Dartium's DOM thread. | 248 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i
s not allowed on Dartium's DOM thread. |
| 249 async/timer_isActive_test: Fail, Pass # Issue 22352 |
| 249 mirrors/immutable_collections_test: Skip # Dartium debug uses -O0, so this will
just timeout and waste bot cycles. | 250 mirrors/immutable_collections_test: Skip # Dartium debug uses -O0, so this will
just timeout and waste bot cycles. |
| 250 mirrors/mirrors_reader_test: Skip # Dartium debug uses -O0, so this will just ti
meout and waste bot cycles. | 251 mirrors/mirrors_reader_test: Skip # Dartium debug uses -O0, so this will just ti
meout and waste bot cycles. |
| 251 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 252 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 252 mirrors/local_isolate_test: Skip # Issue 12188 | 253 mirrors/local_isolate_test: Skip # Issue 12188 |
| 253 | 254 |
| 254 [ $compiler == none && $runtime == drt && $system == windows ] | 255 [ $compiler == none && $runtime == drt && $system == windows ] |
| 255 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 256 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 256 async/timer_test: Fail, Pass # See Issue 10982 | 257 async/timer_test: Fail, Pass # See Issue 10982 |
| 257 | 258 |
| 258 [ $compiler == none && $runtime == dartium ] | 259 [ $compiler == none && $runtime == dartium ] |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 profiler/metrics_num_test: Skip # Because of a int / double type test. | 319 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 319 | 320 |
| 320 [ $arch == simarm64 ] | 321 [ $arch == simarm64 ] |
| 321 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 322 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| 322 | 323 |
| 323 [ $mode == debug && $arch == ia32 && $system == windows ] | 324 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 324 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 325 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 325 | 326 |
| 326 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] | 327 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] |
| 327 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| OLD | NEW |