| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t
he multi-test comments when this test starts succeeding. | 179 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t
he multi-test comments when this test starts succeeding. |
| 180 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove
the multi-test comments when this test starts succeeding. | 180 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove
the multi-test comments when this test starts succeeding. |
| 181 | 181 |
| 182 | 182 |
| 183 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] | 183 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] |
| 184 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 184 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 185 # implement timer (currently only in js
shell) | 185 # implement timer (currently only in js
shell) |
| 186 | 186 |
| 187 # 'js' tests import the dart:js library, so they only make sense in | 187 # 'js' tests import the dart:js library, so they only make sense in |
| 188 # a browser environment. | 188 # a browser environment. |
| 189 [ $runtime == vm ] | 189 [ ($runtime == vm || $runtime == dart_precompiled) ] |
| 190 js/*: Skip | 190 js/*: Skip |
| 191 | 191 |
| 192 [ $compiler == dart2js && $minified ] | 192 [ $compiler == dart2js && $minified ] |
| 193 mirrors/mirrors_used_get_name_test: RuntimeError | 193 mirrors/mirrors_used_get_name_test: RuntimeError |
| 194 mirrors/mirrors_used_get_name2_test: RuntimeError | 194 mirrors/mirrors_used_get_name2_test: RuntimeError |
| 195 | 195 |
| 196 [ $runtime == ff ] | 196 [ $runtime == ff ] |
| 197 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 197 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 198 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 198 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
| 199 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 | 199 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 216 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 | 216 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 |
| 217 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 | 217 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 |
| 218 | 218 |
| 219 [ $runtime == opera ] | 219 [ $runtime == opera ] |
| 220 async/multiple_timer_test: Pass, Fail # Probably issue 14734 | 220 async/multiple_timer_test: Pass, Fail # Probably issue 14734 |
| 221 | 221 |
| 222 [ $runtime == opera && $system == windows] | 222 [ $runtime == opera && $system == windows] |
| 223 # TODO(efortuna): Investigate. | 223 # TODO(efortuna): Investigate. |
| 224 async/timer_test: Fail, Pass | 224 async/timer_test: Fail, Pass |
| 225 | 225 |
| 226 [ $runtime == vm ] | 226 [ ($runtime == vm || $runtime == dart_precompiled) ] |
| 227 async/timer_not_available_test: Fail, OK | 227 async/timer_not_available_test: Fail, OK |
| 228 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 228 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 229 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker
for dynamic compile time errors. | 229 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker
for dynamic compile time errors. |
| 230 | 230 |
| 231 [ $compiler == none ] | 231 [ ($compiler == none || $compiler == precompiler) ] |
| 232 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 232 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 233 | 233 |
| 234 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 234 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 235 | 235 |
| 236 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a
specification, and dart:mirrors is not required to hide declarations that are n
ot covered by any MirrorsUsed annotation. | 236 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a
specification, and dart:mirrors is not required to hide declarations that are n
ot covered by any MirrorsUsed annotation. |
| 237 | 237 |
| 238 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] | 238 [ ($compiler == none || $compiler == precompiler) && ( $runtime == drt || $runti
me == dartium || $runtime == ContentShellOnAndroid) ] |
| 239 async/schedule_microtask6_test: Fail # Issue 10910 | 239 async/schedule_microtask6_test: Fail # Issue 10910 |
| 240 async/timer_test: Fail, Pass # Issue 15487 | 240 async/timer_test: Fail, Pass # Issue 15487 |
| 241 async/multiple_timer_test: Fail, Pass # Issue 15487 | 241 async/multiple_timer_test: Fail, Pass # Issue 15487 |
| 242 async/stream_periodic3_test: Fail, Pass # Issue 15487 | 242 async/stream_periodic3_test: Fail, Pass # Issue 15487 |
| 243 async/timer_isActive_test: Fail, Pass # Issue 22352 | 243 async/timer_isActive_test: Fail, Pass # Issue 22352 |
| 244 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w
ill just timeout and waste bot cycles. | 244 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w
ill just timeout and waste bot cycles. |
| 245 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. | 245 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. |
| 246 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. | 246 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. |
| 247 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. | 247 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. |
| 248 mirrors/local_isolate_test: RuntimeError # Issue 12188 | 248 mirrors/local_isolate_test: RuntimeError # Issue 12188 |
| 249 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 | 249 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 |
| 250 | 250 |
| 251 [ $compiler == none && $runtime == drt && $system == windows ] | 251 [ ($compiler == none || $compiler == precompiler) && $runtime == drt && $system
== windows ] |
| 252 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 252 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 253 async/timer_test: Fail, Pass # See Issue 10982 | 253 async/timer_test: Fail, Pass # See Issue 10982 |
| 254 | 254 |
| 255 [ $compiler == none && $runtime == drt && $checked ] | 255 [ ($compiler == none || $compiler == precompiler) && $runtime == drt && $checked
] |
| 256 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24
460 | 256 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24
460 |
| 257 | 257 |
| 258 [$compiler == none && $runtime == ContentShellOnAndroid ] | 258 [($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnAn
droid ] |
| 259 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 | 259 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 |
| 260 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 | 260 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 |
| 261 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 | 261 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 |
| 262 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is
sue 19127 | 262 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is
sue 19127 |
| 263 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is
sue 19127 | 263 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is
sue 19127 |
| 264 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 | 264 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 |
| 265 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 | 265 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 |
| 266 | 266 |
| 267 [ $compiler == dart2js && $runtime == safarimobilesim ] | 267 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 268 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. | 268 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. |
| (...skipping 29 matching lines...) Expand all Loading... |
| 298 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] | 298 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] |
| 299 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 | 299 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 |
| 300 | 300 |
| 301 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 301 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 302 async/*deferred*: Skip # Issue 17458 | 302 async/*deferred*: Skip # Issue 17458 |
| 303 mirrors/*deferred*: Skip # Issue 17458 | 303 mirrors/*deferred*: Skip # Issue 17458 |
| 304 | 304 |
| 305 [ $compiler == dart2js && $mode == debug ] | 305 [ $compiler == dart2js && $mode == debug ] |
| 306 mirrors/native_class_test: Pass, Slow | 306 mirrors/native_class_test: Pass, Slow |
| 307 | 307 |
| 308 [ $compiler == none && $arch == mips ] | 308 [ ($compiler == none || $compiler == precompiler) && $arch == mips ] |
| 309 async/timer_regress22626_test: Pass, RuntimeError # Issue 22626 | 309 async/timer_regress22626_test: Pass, RuntimeError # Issue 22626 |
| 310 | 310 |
| 311 [ $arch == simarm || $arch == simarmv5te ] | 311 [ $arch == simarm || $arch == simarmv5te ] |
| 312 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 312 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 313 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 313 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 314 | 314 |
| 315 [ $arch == simarmv5te ] | 315 [ $arch == simarmv5te ] |
| 316 mirrors/mirrors_reader_test: Pass, Slow | 316 mirrors/mirrors_reader_test: Pass, Slow |
| 317 | 317 |
| 318 [ $compiler == dart2js ] | 318 [ $compiler == dart2js ] |
| 319 developer/metrics_num_test: Skip # Because of a int / double type test. | 319 developer/metrics_num_test: Skip # Because of a int / double type test. |
| 320 developer/timeline_test: Skip # Not supported | 320 developer/timeline_test: Skip # Not supported |
| 321 | 321 |
| 322 [ $arch == simarm64 ] | 322 [ $arch == simarm64 ] |
| 323 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 323 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| 324 | 324 |
| 325 [ $mode == debug && $arch == ia32 && $system == windows ] | 325 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 326 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 326 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 327 | 327 |
| 328 [ $runtime == vm && $mode == debug && $arch == x64 && $system == windows ] | 328 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $arch ==
x64 && $system == windows ] |
| 329 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 329 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| 330 | 330 |
| 331 [ $runtime == vm && $mode == release && $arch == ia32 && $system == windows ] | 331 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == release && $arch
== ia32 && $system == windows ] |
| 332 convert/json_test: RuntimeError # Issue 24908 | 332 convert/json_test: RuntimeError # Issue 24908 |
| 333 | 333 |
| 334 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch !=
simarmv5te ] | 334 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch !=
simarmv5te ] |
| 335 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 335 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| 336 | 336 |
| 337 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 337 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] |
| 338 mirrors/immutable_collections_test: SkipSlow # Timeout. | 338 mirrors/immutable_collections_test: SkipSlow # Timeout. |
| 339 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. | 339 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. |
| 340 | 340 |
| 341 [ $compiler == dart2js && $cps_ir ] | 341 [ $compiler == dart2js && $cps_ir ] |
| 342 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+=
x;}): await for | 342 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+=
x;}): await for |
| 343 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync*
/async* functions | 343 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync*
/async* functions |
| 344 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 |
| 345 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 |
| 346 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 |
| 347 mirrors/library_enumeration_deferred_loading_test: RuntimeError # L.loadLibrary
is not a function | 347 mirrors/library_enumeration_deferred_loading_test: RuntimeError # L.loadLibrary
is not a function |
| 348 mirrors/symbol_validation_test/none: RuntimeError # Please triage this failure. | 348 mirrors/symbol_validation_test/none: RuntimeError # Please triage this failure. |
| 349 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun
ction | 349 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun
ction |
| 350 | 350 |
| 351 [ $compiler == dart2js && $cps_ir && $host_checked ] | 351 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 352 mirrors/circular_factory_redirection_test/02: Crash # Assertion failure: Constan
t constructor already computed for generative_constructor(A#circular2) | 352 mirrors/circular_factory_redirection_test/02: Crash # Assertion failure: Constan
t constructor already computed for generative_constructor(A#circular2) |
| 353 mirrors/mirrors_used_typedef_declaration_test/01: Crash # Assertion failure: typ
edef(Foo) has not been checked for cycles. | 353 mirrors/mirrors_used_typedef_declaration_test/01: Crash # Assertion failure: typ
edef(Foo) has not been checked for cycles. |
| 354 mirrors/mirrors_used_typedef_declaration_test/none: Crash # Assertion failure: t
ypedef(Foo) has not been checked for cycles. | 354 mirrors/mirrors_used_typedef_declaration_test/none: Crash # Assertion failure: t
ypedef(Foo) has not been checked for cycles. |
| 355 mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been
checked for cycles. | 355 mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been
checked for cycles. |
| 356 | 356 |
| 357 [ $compiler != dart2js ] | 357 [ $compiler != dart2js ] |
| 358 async/dart2js_uncaught_error_test: Skip # JS-integration only test | 358 async/dart2js_uncaught_error_test: Skip # JS-integration only test |
| 359 | 359 |
| 360 [ $noopt ] | 360 [ ($noopt || $compiler == precompiler) ] |
| 361 mirrors/*: SkipByDesign | 361 mirrors/*: SkipByDesign |
| 362 convert/chunked_conversion_utf88_test: Pass, Timeout | 362 convert/chunked_conversion_utf88_test: Pass, Timeout |
| 363 convert/utf85_test: Pass, Timeout | 363 convert/utf85_test: Pass, Timeout |
| OLD | NEW |