| 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 # --------------------------------------------- | 368 # --------------------------------------------- |
| 369 # TODO(terry): End of Dartium 50 roll failures | 369 # TODO(terry): End of Dartium 50 roll failures |
| 370 | 370 |
| 371 [ $compiler == dart2js && $runtime == safarimobilesim ] | 371 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 372 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. | 372 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. |
| 373 mirrors/null_test: Fail # Issue 16831 | 373 mirrors/null_test: Fail # Issue 16831 |
| 374 | 374 |
| 375 [ $compiler == dart2js && $runtime == jsshell ] | 375 [ $compiler == dart2js && $runtime == jsshell ] |
| 376 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. | 376 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. |
| 377 | 377 |
| 378 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 378 [ $compiler == dart2analyzer ] |
| 379 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue | 379 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue |
| 380 | 380 |
| 381 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>' | 381 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>' |
| 382 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> | 382 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> |
| 383 | 383 |
| 384 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 384 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
| 385 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 385 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
| 386 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. | 386 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. |
| 387 mirrors/mirrors_nsm_mismatch_test: StaticWarning, OK # Expect to trigger noSuchM
ethod. | 387 mirrors/mirrors_nsm_mismatch_test: StaticWarning, OK # Expect to trigger noSuchM
ethod. |
| 388 | 388 |
| 389 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. | 389 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. |
| 390 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 390 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| 391 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr
ed type in a declaration. | 391 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr
ed type in a declaration. |
| 392 | 392 |
| 393 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 393 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 394 | 394 |
| 395 developer/metrics_test: Fail # Issue 20309 | 395 developer/metrics_test: Fail # Issue 20309 |
| 396 developer/metrics_num_test: Fail # Issue 20309 | 396 developer/metrics_num_test: Fail # Issue 20309 |
| 397 profiler/metrics_test: Fail # Issue 20309 | 397 profiler/metrics_test: Fail # Issue 20309 |
| 398 profiler/metrics_num_test: Fail # Issue 20309 | 398 profiler/metrics_num_test: Fail # Issue 20309 |
| 399 | 399 |
| 400 | 400 |
| 401 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] | 401 [ $compiler == dart2analyzer && $checked ] |
| 402 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 | 402 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 |
| 403 | 403 |
| 404 [ $compiler == dart2analyzer && $builder_tag == strong ] | 404 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 405 *: Skip # Issue 28649 | 405 *: Skip # Issue 28649 |
| 406 | 406 |
| 407 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 407 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 408 async/*deferred*: Pass,RuntimeError # Issue 17458 | 408 async/*deferred*: Pass,RuntimeError # Issue 17458 |
| 409 mirrors/*deferred*: Pass,RuntimeError # Issue 17458 | 409 mirrors/*deferred*: Pass,RuntimeError # Issue 17458 |
| 410 | 410 |
| 411 [ $compiler == dart2js && $mode == debug ] | 411 [ $compiler == dart2js && $mode == debug ] |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 [ $compiler == dartk || $compiler == dartkp ] | 670 [ $compiler == dartk || $compiler == dartkp ] |
| 671 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. | 671 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. |
| 672 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. | 672 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. |
| 673 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. | 673 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. |
| 674 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. | 674 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. |
| 675 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. | 675 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. |
| 676 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. | 676 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. |
| 677 | 677 |
| 678 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] | 678 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] |
| 679 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. | 679 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. |
| OLD | NEW |