| 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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] | 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] |
| 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 | 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 |
| 7 | 7 |
| 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 | 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 |
| 10 | 10 |
| 11 [ $runtime == ContentShellOnAndroid ] | |
| 12 mirrors/deferred_mirrors_metadata_test: Skip # Times out. Issue 19127 | |
| 13 mirrors/deferred_mirrors_metatarget_test: Skip # Times out. Issue 19127 | |
| 14 | |
| 15 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 11 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 16 convert/ascii_test: Skip # http://dartbug.com/15498 | 12 convert/ascii_test: Skip # http://dartbug.com/15498 |
| 17 convert/streamed_conversion_json_utf8_encode_test: Skip # http://dartbug.com/154
98 | 13 convert/streamed_conversion_json_utf8_encode_test: Skip # http://dartbug.com/154
98 |
| 18 convert/streamed_conversion_utf8_encode_test: Skip # http://dartbug.com/15498 | 14 convert/streamed_conversion_utf8_encode_test: Skip # http://dartbug.com/15498 |
| 19 | 15 |
| 20 mirrors/mirrors_reader_test: Skip # Issue 16589 | 16 mirrors/mirrors_reader_test: Skip # Issue 16589 |
| 21 | 17 |
| 22 [ $csp ] | 18 [ $csp ] |
| 23 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16898 | 19 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16898 |
| 24 mirrors/deferred_mirrors_metadata_test: Fail # Issue 16898 | 20 mirrors/deferred_mirrors_metadata_test: Fail # Issue 16898 |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 242 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 247 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 243 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 248 | 244 |
| 249 mirrors/generic_local_function_test: RuntimeError # Issue 14913 | 245 mirrors/generic_local_function_test: RuntimeError # Issue 14913 |
| 250 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 246 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 251 | 247 |
| 252 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 248 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 253 | 249 |
| 254 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] | 250 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] |
| 255 async/schedule_microtask6_test: Fail # Issue 10910 | 251 async/schedule_microtask6_test: Fail # Issue 10910 |
| 252 async/timer_test: Fail, Pass # Issue 15487 |
| 253 async/multiple_timer_test: Fail, Pass # Issue 15487 |
| 254 async/stream_periodic3_test: Fail, Pass # Issue 15487 |
| 255 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i
s not allowed on Dartium's DOM thread. |
| 256 mirrors/immutable_collections_test: Pass, Slow # Dartium debug uses -O0 | 256 mirrors/immutable_collections_test: Pass, Slow # Dartium debug uses -O0 |
| 257 mirrors/mirrors_reader_test: Pass, Slow # Dartium debug uses -O0 | 257 mirrors/mirrors_reader_test: Pass, Slow # Dartium debug uses -O0 |
| 258 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 258 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 259 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 | 259 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 |
| 260 | 260 mirrors/deferred*: Skip # Lazy deferred loading not yet implemented. Issue 19449
. Crashes drt in checked mode. |
| 261 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] | |
| 262 async/timer_test: Fail, Pass # Issue 15487 | |
| 263 async/multiple_timer_test: Fail, Pass # Issue 15487 | |
| 264 async/stream_periodic3_test: Fail, Pass # Issue 15487 | |
| 265 async/timer_isolate_test: Fail, Pass # Issue 15487 | |
| 266 | 261 |
| 267 [ $compiler == none && $runtime == drt && $system == windows ] | 262 [ $compiler == none && $runtime == drt && $system == windows ] |
| 268 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 263 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 269 async/timer_test: Fail, Pass # See Issue 10982 | 264 async/timer_test: Fail, Pass # See Issue 10982 |
| 270 | 265 |
| 271 [ $arch == simmips || $arch == mips ] | |
| 272 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025. | |
| 273 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow | |
| 274 | |
| 275 [ $arch == simarm ] | |
| 276 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | |
| 277 convert/utf85_test: Skip # Pass, Slow Issue 12644. | |
| 278 | |
| 279 [ $compiler == none && $runtime == dartium ] | 266 [ $compiler == none && $runtime == dartium ] |
| 280 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 267 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 281 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 268 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 282 mirrors/deferred*: Skip # Lazy deferred loading not yet implemented. Issue 19449 | |
| 283 | 269 |
| 284 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 270 [$compiler == none && $runtime == ContentShellOnAndroid ] |
| 285 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 271 mirrors/lazy_static_test: Skip # Times out. Issue 19127 |
| 286 async/timer_isolate_test: Fail | 272 mirrors/mirrors_reader_test: Skip # Times out. Issue 19127 |
| 287 | 273 |
| 288 [ $compiler == dart2dart || ($compiler == none && ($runtime == drt || $runtime =
= dartium || $runtime == vm || $runtime == ContentShellOnAndroid)) ] | 274 [ $compiler == dart2dart || ($compiler == none && ($runtime == drt || $runtime =
= dartium || $runtime == vm || $runtime == ContentShellOnAndroid)) ] |
| 289 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. | 275 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. |
| 290 async/deferred/deferred_fail_to_load_test: Fail | 276 async/deferred/deferred_fail_to_load_test: Fail |
| 291 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. | 277 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. |
| 292 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 278 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| 293 async/deferred/deferred_in_isolate_test: Fail | 279 async/deferred/deferred_in_isolate_test: Fail |
| 294 | 280 |
| 295 [$compiler == none && $runtime == ContentShellOnAndroid ] | |
| 296 mirrors/lazy_static_test: Skip # Times out. Issue 19127 | |
| 297 mirrors/mirrors_reader_test: Skip # Times out. Issue 19127 | |
| 298 | |
| 299 [ $compiler == dart2js && $runtime != d8 ] | 281 [ $compiler == dart2js && $runtime != d8 ] |
| 300 async/schedule_microtask_test: Fail # Issue 9002 | 282 async/schedule_microtask_test: Fail # Issue 9002 |
| 301 | 283 |
| 302 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 284 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 303 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue | 285 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue |
| 304 | 286 |
| 305 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' | 287 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' |
| 306 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> | 288 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> |
| 307 | 289 |
| 308 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 290 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
| 309 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 291 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
| 310 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. | 292 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. |
| 311 | 293 |
| 312 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. | 294 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. |
| 313 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 295 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| 314 | 296 |
| 315 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 297 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 316 | 298 |
| 317 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 299 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 318 async/*deferred*: Skip # Issue 17458 | 300 async/*deferred*: Skip # Issue 17458 |
| 319 mirrors/*deferred*: Skip # Issue 17458 | 301 mirrors/*deferred*: Skip # Issue 17458 |
| 320 | 302 |
| 321 [ $compiler == dart2js && $mode == debug ] | 303 [ $compiler == dart2js && $mode == debug ] |
| 322 mirrors/native_class_test: Pass, Slow | 304 mirrors/native_class_test: Pass, Slow |
| 305 |
| 306 [ $arch == simmips || $arch == mips ] |
| 307 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025. |
| 308 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow |
| 309 |
| 310 [ $arch == simarm ] |
| 311 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 312 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| OLD | NEW |