| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 observe/test/transformer_test: Fail, OK # Uses dart:io. | 206 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 207 path/test/io_test: Fail, OK # Uses dart:io. | 207 path/test/io_test: Fail, OK # Uses dart:io. |
| 208 polymer/test/build/*: Fail, OK # Uses dart:io. | 208 polymer/test/build/*: Fail, OK # Uses dart:io. |
| 209 third_party/angular_tests/tools/*: Skip # Uses dart:io | 209 third_party/angular_tests/tools/*: Skip # Uses dart:io |
| 210 watcher/test/*: Fail, OK # Uses dart:io. | 210 watcher/test/*: Fail, OK # Uses dart:io. |
| 211 | 211 |
| 212 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 | 212 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 |
| 213 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 | 213 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 |
| 214 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 | 214 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 |
| 215 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 | 215 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 |
| 216 scheduled_test/test/scheduled_stream/scheduled_matcher_test: Fail # http://dartb
ug.com/8440 | 216 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug.
com/8440 |
| 217 | 217 |
| 218 | 218 |
| 219 */test/analyzer_test: Skip # No need to run analysis tests on browser bots | 219 */test/analyzer_test: Skip # No need to run analysis tests on browser bots |
| 220 | 220 |
| 221 # Skip tests on the browser if the test depends on dart:io | 221 # Skip tests on the browser if the test depends on dart:io |
| 222 third_party/angular_tests/io/*: Skip | 222 third_party/angular_tests/io/*: Skip |
| 223 third_party/html5lib/test/parser_test: Skip | 223 third_party/html5lib/test/parser_test: Skip |
| 224 third_party/html5lib/test/tokenizer_test: Skip | 224 third_party/html5lib/test/tokenizer_test: Skip |
| 225 | 225 |
| 226 polymer/test/unbind_test: Pass, Fail # Issue 15259 | 226 polymer/test/unbind_test: Pass, Fail # Issue 15259 |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 | 319 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 |
| 320 | 320 |
| 321 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] | 321 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] |
| 322 # Various issues due to limited browser testing in Angular. | 322 # Various issues due to limited browser testing in Angular. |
| 323 third_party/angular_tests/*: Skip | 323 third_party/angular_tests/*: Skip |
| 324 | 324 |
| 325 [ $unchecked ] | 325 [ $unchecked ] |
| 326 third_party/angular_tests/core/scope_test: Skip # Requires checked mode. | 326 third_party/angular_tests/core/scope_test: Skip # Requires checked mode. |
| 327 third_party/angular_tests/angular_test: Skip # Requires checked mode. | 327 third_party/angular_tests/angular_test: Skip # Requires checked mode. |
| 328 third_party/angular_tests/core/zone_test: Skip # Requires checked mode. | 328 third_party/angular_tests/core/zone_test: Skip # Requires checked mode. |
| OLD | NEW |