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