| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. | 142 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. |
| 143 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. | 143 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. |
| 144 async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. | 144 async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. |
| 145 async/slow_consumer_test: RuntimeError # Timer interface not supported; dartbug.
com/7728. | 145 async/slow_consumer_test: RuntimeError # Timer interface not supported; dartbug.
com/7728. |
| 146 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; d
artbug.com/7728. | 146 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; d
artbug.com/7728. |
| 147 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; dartbug.com/7728. | 147 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; dartbug.com/7728. |
| 148 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. | 148 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. |
| 149 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. | 149 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. |
| 150 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. | 150 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. |
| 151 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. | 151 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. |
| 152 async/timer_isolate_test: RuntimeError, OK # Needs Timer to run. | 152 async/timer_isolate_test: Fail, OK # Needs Timer to run. |
| 153 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run. | 153 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run. |
| 154 async/timer_test: RuntimeError,OK # Needs Timer to run. | 154 async/timer_test: RuntimeError,OK # Needs Timer to run. |
| 155 async/stream_controller_async_test: RuntimeError # Timer interface not supported
; dartbug.com/7728. | 155 async/stream_controller_async_test: RuntimeError # Timer interface not supported
; dartbug.com/7728. |
| 156 async/stream_periodic_test: RuntimeError # Timer interface not supported; dartbu
g.com/7728. | 156 async/stream_periodic_test: RuntimeError # Timer interface not supported; dartbu
g.com/7728. |
| 157 async/stream_periodic2_test: RuntimeError # Timer interface not supported; dartb
ug.com/7728. | 157 async/stream_periodic2_test: RuntimeError # Timer interface not supported; dartb
ug.com/7728. |
| 158 async/stream_periodic3_test: RuntimeError # Timer interface not supported; dartb
ug.com/7728. | 158 async/stream_periodic3_test: RuntimeError # Timer interface not supported; dartb
ug.com/7728. |
| 159 async/stream_periodic4_test: RuntimeError # Timer interface not supported; dartb
ug.com/7728. | 159 async/stream_periodic4_test: RuntimeError # Timer interface not supported; dartb
ug.com/7728. |
| 160 async/stream_periodic5_test: RuntimeError # Timer interface not supported; dartb
ug.com/7728. | 160 async/stream_periodic5_test: RuntimeError # Timer interface not supported; dartb
ug.com/7728. |
| 161 async/run_zoned7_test: RuntimeError # Timer interface not supported: dartbug.com
/7728. | 161 async/run_zoned7_test: RuntimeError # Timer interface not supported: dartbug.com
/7728. |
| 162 async/catch_errors22_test: RuntimeError # Timer interface not supported: dartbug
.com/7728. | 162 async/catch_errors22_test: RuntimeError # Timer interface not supported: dartbug
.com/7728. |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 323 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| 324 | 324 |
| 325 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 325 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 326 | 326 |
| 327 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 327 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 328 async/*deferred*: Skip # Issue 17458 | 328 async/*deferred*: Skip # Issue 17458 |
| 329 mirrors/*deferred*: Skip # Issue 17458 | 329 mirrors/*deferred*: Skip # Issue 17458 |
| 330 | 330 |
| 331 [ $compiler == dart2js && $mode == debug ] | 331 [ $compiler == dart2js && $mode == debug ] |
| 332 mirrors/native_class_test: Pass, Slow | 332 mirrors/native_class_test: Pass, Slow |
| OLD | NEW |