| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 mirrors/metadata_allowed_values_test/3*: Pass # expects failure, but it fails fo
r the wrong reason | 115 mirrors/metadata_allowed_values_test/3*: Pass # expects failure, but it fails fo
r the wrong reason |
| 116 mirrors/metadata_constructor_arguments_test/0*: Pass # expects failure, but it f
ails for the wrong reason | 116 mirrors/metadata_constructor_arguments_test/0*: Pass # expects failure, but it f
ails for the wrong reason |
| 117 mirrors/metadata_nested_constructor_call_test/0*: Pass # expects failure, but it
fails for the wrong reason | 117 mirrors/metadata_nested_constructor_call_test/0*: Pass # expects failure, but it
fails for the wrong reason |
| 118 mirrors/metadata_scope_test/01: Pass # expects failure, but it fails for the wro
ng reason | 118 mirrors/metadata_scope_test/01: Pass # expects failure, but it fails for the wro
ng reason |
| 119 mirrors/mirror_in_static_init_test/01: Pass # expects failure, but it fails for
the wrong reason | 119 mirrors/mirror_in_static_init_test/01: Pass # expects failure, but it fails for
the wrong reason |
| 120 mirrors/parameter_is_const_test/01: Pass # expects failure, but it fails for the
wrong reason | 120 mirrors/parameter_is_const_test/01: Pass # expects failure, but it fails for the
wrong reason |
| 121 mirrors/syntax_error_test/01: Pass # expects failure, but it fails for the wrong
reason | 121 mirrors/syntax_error_test/01: Pass # expects failure, but it fails for the wrong
reason |
| 122 mirrors/variable_is_const_test/01: Pass # expects failure, but it fails for the
wrong reason | 122 mirrors/variable_is_const_test/01: Pass # expects failure, but it fails for the
wrong reason |
| 123 mirrors/model_test: Pass # this is ok | 123 mirrors/model_test: Pass # this is ok |
| 124 | 124 |
| 125 | 125 [ $compiler == dart2js && $fast_startup ] |
| 126 mirrors/regress_16321_test/01: Pass # expects failure, but if fails for the wron
g reason |
| 126 | 127 |
| 127 [ $runtime == safari || $runtime == safarimobilesim ] | 128 [ $runtime == safari || $runtime == safarimobilesim ] |
| 128 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies
are already fine). | 129 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies
are already fine). |
| 129 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie
s are already fine). | 130 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie
s are already fine). |
| 130 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 | 131 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 |
| 131 | 132 |
| 132 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim
] | 133 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim
] |
| 133 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 134 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 134 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 135 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 135 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 136 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 408 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
| 408 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 409 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
| 409 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 410 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
| 410 mirrors/load_library_test: Crash # Deferred loading | 411 mirrors/load_library_test: Crash # Deferred loading |
| 411 | 412 |
| 412 [ $hot_reload ] | 413 [ $hot_reload ] |
| 413 mirrors/metadata_scope_test/none: Fail # Constant equality - Issue 26868 | 414 mirrors/metadata_scope_test/none: Fail # Constant equality - Issue 26868 |
| 414 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 415 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
| 415 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869 | 416 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869 |
| 416 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 417 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
| OLD | NEW |