| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 | 63 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 |
| 64 | 64 |
| 65 [ $runtime == ie10 ] | 65 [ $runtime == ie10 ] |
| 66 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 66 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
| 67 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here exp
licitly, since this is not the same as on ie9) | 67 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here exp
licitly, since this is not the same as on ie9) |
| 68 | 68 |
| 69 [ $runtime == safarimobilesim ] | 69 [ $runtime == safarimobilesim ] |
| 70 # Unexplained errors only occuring on Safari 6.1 and earlier. | 70 # Unexplained errors only occuring on Safari 6.1 and earlier. |
| 71 typed_data/test/typed_buffers_test: RuntimeError | 71 typed_data/test/typed_buffers_test: RuntimeError |
| 72 | 72 |
| 73 [ $compiler == dart2analyzer ] | |
| 74 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 | |
| 75 | |
| 76 [ $compiler == dart2js && $csp ] | 73 [ $compiler == dart2js && $csp ] |
| 77 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 74 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
| 78 mutation_observer: Skip | 75 mutation_observer: Skip |
| 79 | 76 |
| 80 [ $compiler == dart2js && $browser ] | 77 [ $compiler == dart2js && $browser ] |
| 81 crypto/test/sha256_test: Slow, Pass | 78 crypto/test/sha256_test: Slow, Pass |
| 82 crypto/test/sha1_test: Slow, Pass | 79 crypto/test/sha1_test: Slow, Pass |
| 83 | 80 |
| 84 [ $browser ] | 81 [ $browser ] |
| 85 analyzer_cli/*: SkipByDesign # Uses dart:io. | 82 analyzer_cli/*: SkipByDesign # Uses dart:io. |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 | 164 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 |
| 168 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 | 165 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 |
| 169 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 166 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
| 170 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 167 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 171 | 168 |
| 172 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] | 169 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] |
| 173 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 170 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 174 | 171 |
| 175 [ $compiler == dart2js && $cps_ir && $checked ] | 172 [ $compiler == dart2js && $cps_ir && $checked ] |
| 176 *: Skip # `assert` not implemented, about 75% tests crash | 173 *: Skip # `assert` not implemented, about 75% tests crash |
| OLD | NEW |