| 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 [ $compiler == dartanalyzer ] | 261 [ $compiler == dartanalyzer ] |
| 262 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which | 262 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which |
| 263 # contains illegal constant constructors. | 263 # contains illegal constant constructors. |
| 264 third_party/angular_tests/browser_test: CompileTimeError | 264 third_party/angular_tests/browser_test: CompileTimeError |
| 265 | 265 |
| 266 [ $compiler == dart2js && $runtime == none] | 266 [ $compiler == dart2js && $runtime == none] |
| 267 polymer/e2e_test/canonicalization: Skip | 267 polymer/e2e_test/canonicalization: Skip |
| 268 polymer/e2e_test/experimental_boot: Skip | 268 polymer/e2e_test/experimental_boot: Skip |
| 269 | 269 |
| 270 [ $compiler == dart2js && $csp ] | 270 [ $compiler == dart2js && $csp ] |
| 271 polymer/test/noscript_test: Fail # Issue 17326 | |
| 272 polymer/test/js_custom_event_test: Fail # Issue 17326 | |
| 273 polymer/test/js_interop_test: Fail # Issue 17326 | |
| 274 | |
| 275 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 271 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
| 276 mutation_observer: Skip | 272 mutation_observer: Skip |
| 277 | 273 |
| 278 [ $compiler == dart2js && $minified ] | 274 [ $compiler == dart2js && $minified ] |
| 279 # The unminified unittest tests test that the real names of Dart types are | 275 # The unminified unittest tests test that the real names of Dart types are |
| 280 # printed. Minified versions of these tests exist that test the behavior when | 276 # printed. Minified versions of these tests exist that test the behavior when |
| 281 # minified. | 277 # minified. |
| 282 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2
JS | 278 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2
JS |
| 283 | 279 |
| 284 [ $compiler == dart2js && $browser ] | 280 [ $compiler == dart2js && $browser ] |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 oauth2/test/handle_access_token_response_test: Fail | 463 oauth2/test/handle_access_token_response_test: Fail |
| 468 | 464 |
| 469 [ $runtime == drt ] | 465 [ $runtime == drt ] |
| 470 http/test/html/client_test: Skip # Issue 18566 | 466 http/test/html/client_test: Skip # Issue 18566 |
| 471 | 467 |
| 472 [ $system == windows ] | 468 [ $system == windows ] |
| 473 analysis_server/test/integration: Skip # Issue 20252 | 469 analysis_server/test/integration: Skip # Issue 20252 |
| 474 | 470 |
| 475 [ $mode == debug ] | 471 [ $mode == debug ] |
| 476 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass | 472 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass |
| OLD | NEW |