| 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 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 5 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 6 convert/ascii_test: Skip # http://dartbug.com/15498 | 6 convert/ascii_test: Skip # http://dartbug.com/15498 |
| 7 convert/streamed_conversion_json_utf8_encode_test: Skip # http://dartbug.com/154
98 | 7 convert/streamed_conversion_json_utf8_encode_test: Skip # http://dartbug.com/154
98 |
| 8 convert/streamed_conversion_utf8_encode_test: Skip # http://dartbug.com/15498 | 8 convert/streamed_conversion_utf8_encode_test: Skip # http://dartbug.com/15498 |
| 9 | 9 |
| 10 [ $csp ] | 10 [ $csp ] |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 [ $compiler == dart2dart ] | 148 [ $compiler == dart2dart ] |
| 149 mirrors/*: Skip # http://dartbug.com/11511 | 149 mirrors/*: Skip # http://dartbug.com/11511 |
| 150 async/schedule_microtask6_test: Fail # Issue 10957 - may be related
to issue 10910 | 150 async/schedule_microtask6_test: Fail # Issue 10957 - may be related
to issue 10910 |
| 151 | 151 |
| 152 [ $compiler == dart2dart && $minified ] | 152 [ $compiler == dart2dart && $minified ] |
| 153 json/json_test: Fail # Issue 10961 | 153 json/json_test: Fail # Issue 10961 |
| 154 | 154 |
| 155 [ $compiler == dart2js && $minified ] | 155 [ $compiler == dart2js && $minified ] |
| 156 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 | 156 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 |
| 157 mirrors/list_constructor_test/none: Fail # http://dartbug.com/15555 | 157 mirrors/list_constructor_test/none: Fail # http://dartbug.com/15555 |
| 158 mirrors/mirrors_used_get_name_test: RuntimeError |
| 159 mirrors/mirrors_used_get_name2_test: RuntimeError |
| 158 | 160 |
| 159 [ $runtime == ff ] | 161 [ $runtime == ff ] |
| 160 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 162 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 161 async/multiple_timer_test: Pass, Fail # Issue 14734 | 163 async/multiple_timer_test: Pass, Fail # Issue 14734 |
| 162 async/timer_isolate_test: Pass, Fail # Issue 14734 | 164 async/timer_isolate_test: Pass, Fail # Issue 14734 |
| 163 async/timer_test: Pass, Fail # Issue 14734 | 165 async/timer_test: Pass, Fail # Issue 14734 |
| 164 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 12029 | 166 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 12029 |
| 165 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 167 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
| 166 | 168 |
| 167 [ $runtime == ie9 ] | 169 [ $runtime == ie9 ] |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 | 249 |
| 248 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>' | 250 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>' |
| 249 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> | 251 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> |
| 250 | 252 |
| 251 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. | 253 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. |
| 252 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. | 254 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. |
| 253 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 255 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
| 254 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 256 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
| 255 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. | 257 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. |
| 256 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 258 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| OLD | NEW |