| 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 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 |
| 10 | 10 |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. | 249 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. |
| 250 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. | 250 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. |
| 251 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. | 251 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. |
| 252 mirrors/local_isolate_test: RuntimeError # Issue 12188 | 252 mirrors/local_isolate_test: RuntimeError # Issue 12188 |
| 253 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 | 253 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 |
| 254 | 254 |
| 255 [ $compiler == none && $runtime == drt && $system == windows ] | 255 [ $compiler == none && $runtime == drt && $system == windows ] |
| 256 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 256 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 257 async/timer_test: Fail, Pass # See Issue 10982 | 257 async/timer_test: Fail, Pass # See Issue 10982 |
| 258 | 258 |
| 259 [ $compiler == none && $runtime == drt && $checked ] |
| 260 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24
460 |
| 261 |
| 259 [$compiler == none && $runtime == ContentShellOnAndroid ] | 262 [$compiler == none && $runtime == ContentShellOnAndroid ] |
| 260 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 | 263 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 |
| 261 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 | 264 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 |
| 262 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 | 265 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 |
| 263 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is
sue 19127 | 266 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is
sue 19127 |
| 264 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is
sue 19127 | 267 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is
sue 19127 |
| 265 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 | 268 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 |
| 266 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 | 269 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 |
| 267 | 270 |
| 268 [ $compiler == dart2js && $runtime == safarimobilesim ] | 271 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 convert/json_pretty_test: RuntimeError # Please triage this failure. | 342 convert/json_pretty_test: RuntimeError # Please triage this failure. |
| 340 convert/line_splitter_test: RuntimeError # Please triage this failure. | 343 convert/line_splitter_test: RuntimeError # Please triage this failure. |
| 341 mirrors/deferred_mirrors_metadata_test: RuntimeError # U.loadLibrary is not a fu
nction | 344 mirrors/deferred_mirrors_metadata_test: RuntimeError # U.loadLibrary is not a fu
nction |
| 342 mirrors/deferred_mirrors_metatarget_test: RuntimeError # X.loadLibrary is not a
function | 345 mirrors/deferred_mirrors_metatarget_test: RuntimeError # X.loadLibrary is not a
function |
| 343 mirrors/deferred_mirrors_update_test: RuntimeError # U.loadLibrary is not a func
tion | 346 mirrors/deferred_mirrors_update_test: RuntimeError # U.loadLibrary is not a func
tion |
| 344 mirrors/delegate_call_through_getter_test: RuntimeError # Please triage this fai
lure. | 347 mirrors/delegate_call_through_getter_test: RuntimeError # Please triage this fai
lure. |
| 345 mirrors/delegate_test: RuntimeError # Please triage this failure. | 348 mirrors/delegate_test: RuntimeError # Please triage this failure. |
| 346 mirrors/library_enumeration_deferred_loading_test: RuntimeError # L.loadLibrary
is not a function | 349 mirrors/library_enumeration_deferred_loading_test: RuntimeError # L.loadLibrary
is not a function |
| 347 mirrors/symbol_validation_test/none: RuntimeError # Please triage this failure. | 350 mirrors/symbol_validation_test/none: RuntimeError # Please triage this failure. |
| 348 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun
ction | 351 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun
ction |
| OLD | NEW |