| 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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] | 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] |
| 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 | 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 |
| 7 | 7 |
| 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 | 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 |
| 10 | 10 |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 | 163 |
| 164 [ $compiler == dart2js && $checked ] | 164 [ $compiler == dart2js && $checked ] |
| 165 convert/utf85_test: Pass, Slow # Issue 12029. | 165 convert/utf85_test: Pass, Slow # Issue 12029. |
| 166 | 166 |
| 167 [ $compiler == dart2js && $checked && $runtime == d8 ] | 167 [ $compiler == dart2js && $checked && $runtime == d8 ] |
| 168 async/stream_transform_test: Fail # https://code.google.com/p/v8/issues/detail?i
d=3084 | 168 async/stream_transform_test: Fail # https://code.google.com/p/v8/issues/detail?i
d=3084 |
| 169 | 169 |
| 170 [ $compiler == dart2js ] | 170 [ $compiler == dart2js ] |
| 171 convert/chunked_conversion_utf88_test: Slow, Pass | 171 convert/chunked_conversion_utf88_test: Slow, Pass |
| 172 convert/utf85_test: Slow, Pass | 172 convert/utf85_test: Slow, Pass |
| 173 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t
he multi-test comments when this test starts succeeding. |
| 174 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove
the multi-test comments when this test starts succeeding. |
| 173 | 175 |
| 174 | 176 |
| 175 [ $compiler == dart2js && $browser ] | 177 [ $compiler == dart2js && $browser ] |
| 176 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 178 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 177 # implement timer (currently only in d8
) | 179 # implement timer (currently only in d8
) |
| 178 | 180 |
| 179 [ $compiler == dart2js && $minified ] | 181 [ $compiler == dart2js && $minified ] |
| 180 mirrors/intercepted_superclass_test: RuntimeError # Issue 16804 | 182 mirrors/intercepted_superclass_test: RuntimeError # Issue 16804 |
| 181 mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test c
omments when this test starts succeeding. | 183 mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test c
omments when this test starts succeeding. |
| 182 | 184 |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 | 290 |
| 289 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>' | 291 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>' |
| 290 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> | 292 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> |
| 291 | 293 |
| 292 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. | 294 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. |
| 293 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. | 295 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. |
| 294 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 296 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
| 295 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 297 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
| 296 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. | 298 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. |
| 297 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 299 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| OLD | NEW |