| 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 # Don't run any test-like files that show up in packages directories. It | 5 # Don't run any test-like files that show up in packages directories. It |
| 6 # shouldn't be necessary to run "pub install" in these packages, but if you do | 6 # shouldn't be necessary to run "pub install" in these packages, but if you do |
| 7 # it shouldn't break the tests. | 7 # it shouldn't break the tests. |
| 8 */packages/*/*: Skip | 8 */packages/*/*: Skip |
| 9 */*/packages/*/*: Skip | 9 */*/packages/*/*: Skip |
| 10 */*/*/packages/*/*: Skip | 10 */*/*/packages/*/*: Skip |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 docgen/test/single_library_test: Skip # Uses dart:io | 265 docgen/test/single_library_test: Skip # Uses dart:io |
| 266 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io | 266 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io |
| 267 | 267 |
| 268 [ $browser || $runtime == vm ] | 268 [ $browser || $runtime == vm ] |
| 269 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. | 269 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. |
| 270 | 270 |
| 271 # Issue http://dartbug.com/12930 | 271 # Issue http://dartbug.com/12930 |
| 272 [ $runtime == vm ] | 272 [ $runtime == vm ] |
| 273 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 273 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
| 274 | 274 |
| 275 [ $compiler == none && $runtime == vm ] | |
| 276 observe/test/observe_test: Pass, Fail # Issue 13543 | |
| 277 | |
| 278 [ $compiler == none && $runtime == vm && $checked ] | |
| 279 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 | |
| 280 | |
| 281 [ $compiler == none && $runtime == dartium ] | 275 [ $compiler == none && $runtime == dartium ] |
| 282 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 276 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
| 283 | 277 |
| 284 [ $compiler == dartanalyzer ] | 278 [ $compiler == dartanalyzer ] |
| 285 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 279 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 286 custom_element/test/analyzer_test: fail | 280 custom_element/test/analyzer_test: fail |
| 287 mdv/test/analyzer_test: fail | 281 mdv/test/analyzer_test: fail |
| 288 observe/test/observe_test: fail | 282 observe/test/observe_test: fail |
| 289 | 283 |
| 290 # pkg issue 13945; Missing inherited member 'Trace.frames' | 284 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 291 observe/test/observe_test: fail | 285 observe/test/observe_test: fail |
| 292 | 286 |
| 293 [ $compiler == dart2analyzer ] | 287 [ $compiler == dart2analyzer ] |
| 294 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 288 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 295 custom_element/test/analyzer_test: fail | 289 custom_element/test/analyzer_test: fail |
| 296 mdv/test/analyzer_test: fail | 290 mdv/test/analyzer_test: fail |
| 297 observe/test/observe_test: fail | 291 observe/test/observe_test: fail |
| 298 | 292 |
| 299 # pkg issue 13945; Missing inherited member 'Trace.frames' | 293 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 300 observe/test/observe_test: fail | 294 observe/test/observe_test: fail |
| 301 | 295 |
| 302 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 296 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 303 polymer/test/prop_attr_reflection_test: Fail # Issue 14295 | 297 polymer/test/prop_attr_reflection_test: Fail # Issue 14295 |
| OLD | NEW |