| 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 polymer_expressions/test/syntax_test: Skip | 285 polymer_expressions/test/syntax_test: Skip |
| 286 polymer_expressions/test/globals_test: Skip | 286 polymer_expressions/test/globals_test: Skip |
| 287 polymer_expressions/test/bindings_test: Skip | 287 polymer_expressions/test/bindings_test: Skip |
| 288 third_party/html5lib/test/browser/browser_test: Skip | 288 third_party/html5lib/test/browser/browser_test: Skip |
| 289 | 289 |
| 290 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] | 290 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] |
| 291 docgen/test/single_library_test: Skip # Uses dart:io | 291 docgen/test/single_library_test: Skip # Uses dart:io |
| 292 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io | 292 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io |
| 293 | 293 |
| 294 [ $browser || $runtime == vm ] | 294 [ $browser || $runtime == vm ] |
| 295 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. | 295 unittest/test/missing_tick_test: Timeout, Fail, OK # This test should fail, not
time out. |
| 296 | 296 |
| 297 # Issue http://dartbug.com/12930 | 297 # Issue http://dartbug.com/12930 |
| 298 [ $runtime == vm ] | 298 [ $runtime == vm ] |
| 299 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 299 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
| 300 | 300 |
| 301 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 301 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 302 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 302 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
| 303 polymer_expressions/test/bindings_test: Fail, Pass # Issue 14445. | 303 polymer_expressions/test/bindings_test: Fail, Pass # Issue 14445. |
| 304 | 304 |
| 305 [ $compiler == dartanalyzer ] | 305 [ $compiler == dartanalyzer ] |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 template_binding/test/binding_syntax_test: StaticWarning | 421 template_binding/test/binding_syntax_test: StaticWarning |
| 422 template_binding/test/custom_element_bindings_test: StaticWarning | 422 template_binding/test/custom_element_bindings_test: StaticWarning |
| 423 template_binding/test/element_bindings_test: StaticWarning | 423 template_binding/test/element_bindings_test: StaticWarning |
| 424 template_binding/test/node_bindings_test: StaticWarning | 424 template_binding/test/node_bindings_test: StaticWarning |
| 425 template_binding/test/template_element_test: StaticWarning | 425 template_binding/test/template_element_test: StaticWarning |
| 426 unittest/test/matchers_test: StaticWarning | 426 unittest/test/matchers_test: StaticWarning |
| 427 unittest/test/mock_test: StaticWarning | 427 unittest/test/mock_test: StaticWarning |
| 428 watcher/test/directory_watcher_test: StaticWarning | 428 watcher/test/directory_watcher_test: StaticWarning |
| 429 watcher/test/no_subscription_test: StaticWarning | 429 watcher/test/no_subscription_test: StaticWarning |
| 430 watcher/test/ready_test: StaticWarning | 430 watcher/test/ready_test: StaticWarning |
| OLD | NEW |