| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. | 283 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. |
| 284 | 284 |
| 285 # Issue http://dartbug.com/12930 | 285 # Issue http://dartbug.com/12930 |
| 286 [ $runtime == vm ] | 286 [ $runtime == vm ] |
| 287 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 287 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
| 288 | 288 |
| 289 [ $compiler == none && $runtime == dartium ] | 289 [ $compiler == none && $runtime == dartium ] |
| 290 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 290 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
| 291 | 291 |
| 292 [ $compiler == dartanalyzer ] | 292 [ $compiler == dartanalyzer ] |
| 293 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 293 # pkg issue 13944; Missing inherited member 'Observable._mirror' |
| 294 custom_element/test/analyzer_test: fail | 294 custom_element/test/analyzer_test: fail |
| 295 template_binding/test/analyzer_test: fail | 295 template_binding/test/analyzer_test: fail |
| 296 observe/test/observe_test: fail | 296 observe/test/observe_test: fail |
| 297 | 297 |
| 298 # pkg issue 13945; Missing inherited member 'Trace.frames' | |
| 299 observe/test/observe_test: fail | |
| 300 | |
| 301 [ $compiler == dart2analyzer ] | 298 [ $compiler == dart2analyzer ] |
| 302 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 299 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 303 custom_element/test/analyzer_test: fail | 300 custom_element/test/analyzer_test: fail |
| 304 template_binding/test/analyzer_test: fail | 301 template_binding/test/analyzer_test: fail |
| 305 observe/test/observe_test: fail | 302 observe/test/observe_test: fail |
| 306 | 303 |
| 307 # pkg issue 13945; Missing inherited member 'Trace.frames' | 304 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 308 observe/test/observe_test: fail | 305 observe/test/observe_test: fail |
| OLD | NEW |