| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 | 228 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 |
| 229 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 | 229 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 |
| 230 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug.
com/8440 | 230 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug.
com/8440 |
| 231 | 231 |
| 232 | 232 |
| 233 */test/analyzer_test: Skip # No need to run analysis tests on browser bots | 233 */test/analyzer_test: Skip # No need to run analysis tests on browser bots |
| 234 | 234 |
| 235 # Skip tests on the browser if the test depends on dart:io | 235 # Skip tests on the browser if the test depends on dart:io |
| 236 third_party/html5lib/test/parser_test: Skip | 236 third_party/html5lib/test/parser_test: Skip |
| 237 third_party/html5lib/test/tokenizer_test: Skip | 237 third_party/html5lib/test/tokenizer_test: Skip |
| 238 third_party/html5lib/test/selectors/*: Skip |
| 238 | 239 |
| 239 polymer/test/unbind_test: Pass, Fail # Issue 15259 | 240 polymer/test/unbind_test: Pass, Fail # Issue 15259 |
| 240 | 241 |
| 241 [ $minified == false ] | 242 [ $minified == false ] |
| 242 # The minified unittest tests test that the minified names of Dart types are | 243 # The minified unittest tests test that the minified names of Dart types are |
| 243 # printed. Unminified versions of these tests exist that test the behavior when | 244 # printed. Unminified versions of these tests exist that test the behavior when |
| 244 # not minified. | 245 # not minified. |
| 245 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS | 246 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS |
| 246 | 247 |
| 247 [ $arch == mips ] | 248 [ $arch == mips ] |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 http/test/multipart_test: Fail | 353 http/test/multipart_test: Fail |
| 353 http/test/request_test: Fail | 354 http/test/request_test: Fail |
| 354 http/test/response_test: Fail | 355 http/test/response_test: Fail |
| 355 oauth2/test/authorization_code_grant_test: Fail | 356 oauth2/test/authorization_code_grant_test: Fail |
| 356 oauth2/test/client_test: Fail | 357 oauth2/test/client_test: Fail |
| 357 oauth2/test/credentials_test: Fail | 358 oauth2/test/credentials_test: Fail |
| 358 oauth2/test/handle_access_token_response_test: Fail | 359 oauth2/test/handle_access_token_response_test: Fail |
| 359 | 360 |
| 360 [ $runtime == drt ] | 361 [ $runtime == drt ] |
| 361 http/test/html/client_test: Skip # Issue 18566 | 362 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |