| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 [ $runtime == ie10 ] | 114 [ $runtime == ie10 ] |
| 115 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 115 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
| 116 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
xplicitly, since this is not the same as on ie9) | 116 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
xplicitly, since this is not the same as on ie9) |
| 117 | 117 |
| 118 [ $runtime == safarimobilesim ] | 118 [ $runtime == safarimobilesim ] |
| 119 # Unexplained errors only occuring on Safari 6.1 and earlier. | 119 # Unexplained errors only occuring on Safari 6.1 and earlier. |
| 120 typed_data/test/typed_buffers_test: RuntimeError | 120 typed_data/test/typed_buffers_test: RuntimeError |
| 121 | 121 |
| 122 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 122 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 123 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 | 123 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 |
| 124 lookup_map/test/version_check_test: StaticWarning # https://github.com/dart-lang
/http_parser/issues/6 |
| 125 lookup_map/test/lookup_map_test: StaticWarning # https://github.com/dart-lang/ht
tp_parser/issues/6 |
| 124 | 126 |
| 125 [ $compiler == dart2js && $csp ] | 127 [ $compiler == dart2js && $csp ] |
| 126 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 128 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
| 127 mutation_observer: Skip | 129 mutation_observer: Skip |
| 128 | 130 |
| 129 [ $compiler == dart2js && $browser ] | 131 [ $compiler == dart2js && $browser ] |
| 130 crypto/test/sha256_test: Slow, Pass | 132 crypto/test/sha256_test: Slow, Pass |
| 131 crypto/test/sha1_test: Slow, Pass | 133 crypto/test/sha1_test: Slow, Pass |
| 132 | 134 |
| 133 [ $browser ] | 135 [ $browser ] |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 analyzer/test/src/task/general_test: Crash # Issue 24485 | 184 analyzer/test/src/task/general_test: Crash # Issue 24485 |
| 183 analyzer/test/src/task/html_test: Crash # Issue 24485 | 185 analyzer/test/src/task/html_test: Crash # Issue 24485 |
| 184 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 | 186 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 |
| 185 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 | 187 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 |
| 186 analyzer/test/src/task/inputs_test: Crash # Issue 24485 | 188 analyzer/test/src/task/inputs_test: Crash # Issue 24485 |
| 187 analyzer/test/src/task/manager_test: Crash # Issue 24485 | 189 analyzer/test/src/task/manager_test: Crash # Issue 24485 |
| 188 analyzer/test/src/task/model_test: Crash # Issue 24485 | 190 analyzer/test/src/task/model_test: Crash # Issue 24485 |
| 189 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. | 191 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. |
| 190 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. | 192 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. |
| 191 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 193 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
| OLD | NEW |