| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t
he multi-test comments when this test starts succeeding. | 216 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t
he multi-test comments when this test starts succeeding. |
| 217 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove
the multi-test comments when this test starts succeeding. | 217 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove
the multi-test comments when this test starts succeeding. |
| 218 | 218 |
| 219 | 219 |
| 220 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] | 220 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] |
| 221 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 221 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 222 # implement timer (currently only in js
shell) | 222 # implement timer (currently only in js
shell) |
| 223 | 223 |
| 224 # 'js' tests import the dart:js library, so they only make sense in | 224 # 'js' tests import the dart:js library, so they only make sense in |
| 225 # a browser environment. | 225 # a browser environment. |
| 226 [ $runtime == vm || $runtime == dart_precompiled ] | 226 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
| 227 js/*: Skip | 227 js/*: Skip |
| 228 | 228 |
| 229 [ $compiler == app_jit ] | 229 [ $compiler == app_jit ] |
| 230 mirrors/*: Skip # Issue 27929: Triage | 230 mirrors/*: Skip # Issue 27929: Triage |
| 231 | 231 |
| 232 [ $runtime == flutter ] |
| 233 mirrors/*: Skip # Flutter does not support mirrors. |
| 234 async/catch_errors11_test: Skip # Flutter Issue 9113 |
| 235 async/intercept_schedule_microtask2_test: Skip # Flutter Issue 9113 |
| 236 async/run_zoned6_test/01: Skip # Flutter Issue 9113 |
| 237 async/schedule_microtask_test: Skip # Flutter Issue 9113 |
| 238 async/intercept_schedule_microtask6_test: Skip # Flutter Issue 9113 |
| 239 async/stream_empty_test: Skip # Flutter Issue 9113 |
| 240 async/run_zoned9_test/01: Skip # Flutter Issue 9113 |
| 241 async/intercept_schedule_microtask5_test: Skip # Flutter Issue 9113 |
| 242 async/stream_event_transformed_test: Skip # Flutter Issue 9113 |
| 243 math/random_secure_test: RuntimeError # Flutter Issue 9113 |
| 244 |
| 232 [ $compiler == dart2js && $minified ] | 245 [ $compiler == dart2js && $minified ] |
| 233 mirrors/mirrors_used_get_name_test: RuntimeError | 246 mirrors/mirrors_used_get_name_test: RuntimeError |
| 234 mirrors/mirrors_used_get_name2_test: RuntimeError | 247 mirrors/mirrors_used_get_name2_test: RuntimeError |
| 235 | 248 |
| 236 [ $runtime == ff ] | 249 [ $runtime == ff ] |
| 237 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 250 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 238 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 251 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
| 239 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 | 252 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
| 240 | 253 |
| 241 [ $runtime == chrome && $system == macos ] | 254 [ $runtime == chrome && $system == macos ] |
| (...skipping 13 matching lines...) Expand all Loading... |
| 255 async/stream_timeout_test: SkipSlow # Times out. Issue 22050 | 268 async/stream_timeout_test: SkipSlow # Times out. Issue 22050 |
| 256 | 269 |
| 257 [ $compiler == dart2js ] | 270 [ $compiler == dart2js ] |
| 258 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 | 271 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 |
| 259 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 | 272 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 |
| 260 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 | 273 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 |
| 261 | 274 |
| 262 [ $runtime == vm ] | 275 [ $runtime == vm ] |
| 263 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeo
uts. | 276 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeo
uts. |
| 264 | 277 |
| 265 [ $runtime == vm || $runtime == dart_precompiled ] | 278 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
| 266 async/timer_not_available_test: Fail, OK | 279 async/timer_not_available_test: Fail, OK |
| 267 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 280 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 268 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker
for dynamic compile time errors. | 281 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker
for dynamic compile time errors. |
| 269 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly
final as of Dart 1.21 | 282 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly
final as of Dart 1.21 |
| 270 | 283 |
| 271 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 284 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 272 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 285 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 273 | 286 |
| 274 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 287 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 275 | 288 |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 mirrors/type_variable_is_static_test: RuntimeError | 654 mirrors/type_variable_is_static_test: RuntimeError |
| 642 mirrors/typevariable_mirror_metadata_test: RuntimeError | 655 mirrors/typevariable_mirror_metadata_test: RuntimeError |
| 643 mirrors/type_variable_owner_test/01: RuntimeError | 656 mirrors/type_variable_owner_test/01: RuntimeError |
| 644 mirrors/variable_is_const_test/01: MissingCompileTimeError | 657 mirrors/variable_is_const_test/01: MissingCompileTimeError |
| 645 mirrors/variable_is_const_test/none: RuntimeError | 658 mirrors/variable_is_const_test/none: RuntimeError |
| 646 profiler/metrics_num_test: CompileTimeError | 659 profiler/metrics_num_test: CompileTimeError |
| 647 | 660 |
| 648 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] | 661 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] |
| 649 async/stream_type_test: Crash | 662 async/stream_type_test: Crash |
| 650 mirrors/variable_is_const_test/01: Crash | 663 mirrors/variable_is_const_test/01: Crash |
| OLD | NEW |