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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 | 132 |
133 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim
] | 133 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim
] |
134 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 |
135 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 |
136 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 |
137 | 137 |
138 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 138 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
139 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 139 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
140 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 140 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
141 | 141 |
142 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim &&
$runtime != safari && $runtime != ff && $runtime != ie10] | 142 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim &&
$runtime != safari && $runtime != ff && $runtime != ie10 && ($runtime != chrome
|| $system != linux) ] |
143 math/math_test: RuntimeError | 143 math/math_test: RuntimeError |
144 math/math2_test: RuntimeError | 144 math/math2_test: RuntimeError |
145 | 145 |
146 [ $compiler == dart2js && $runtime == jsshell ] | 146 [ $compiler == dart2js && $runtime == jsshell ] |
147 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss
ue 7728. | 147 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss
ue 7728. |
148 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. | 148 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. |
149 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7
728. | 149 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7
728. |
150 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7
728. | 150 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7
728. |
151 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77
28. | 151 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77
28. |
152 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I
ssue 7728. | 152 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I
ssue 7728. |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 408 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
409 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 409 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
410 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 410 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
411 mirrors/load_library_test: Crash # Deferred loading | 411 mirrors/load_library_test: Crash # Deferred loading |
412 | 412 |
413 [ $hot_reload ] | 413 [ $hot_reload ] |
414 mirrors/metadata_scope_test/none: Fail # Constant equality - Issue 26868 | 414 mirrors/metadata_scope_test/none: Fail # Constant equality - Issue 26868 |
415 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 415 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
416 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869 | 416 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869 |
417 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 |