| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 crypto/test/sha256_test: Slow, Pass | 128 crypto/test/sha256_test: Slow, Pass |
| 129 crypto/test/sha1_test: Slow, Pass | 129 crypto/test/sha1_test: Slow, Pass |
| 130 | 130 |
| 131 [ $browser ] | 131 [ $browser ] |
| 132 analyzer_cli/*: SkipByDesign # Uses dart:io. | 132 analyzer_cli/*: SkipByDesign # Uses dart:io. |
| 133 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo
ts | 133 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo
ts |
| 134 analysis_server/test/*: SkipByDesign # Uses dart:io. | 134 analysis_server/test/*: SkipByDesign # Uses dart:io. |
| 135 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. | 135 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. |
| 136 analyzer/test/*: SkipByDesign # Uses dart:io. | 136 analyzer/test/*: SkipByDesign # Uses dart:io. |
| 137 analyzer/tool/task_dependency_graph/check_test: SkipByDesign # Uses dart:io. | 137 analyzer/tool/task_dependency_graph/check_test: SkipByDesign # Uses dart:io. |
| 138 analyzer/tool/summary/check_test: SkipByDesign # Uses dart:io. |
| 138 analyzer2dart/*: SkipByDesign # Uses dart:io. | 139 analyzer2dart/*: SkipByDesign # Uses dart:io. |
| 139 http_server/test/*: Fail, OK # Uses dart:io. | 140 http_server/test/*: Fail, OK # Uses dart:io. |
| 140 observe/test/transformer_test: Fail, OK # Uses dart:io. | 141 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 141 observe/test/unique_message_test: SkipByDesign # Uses dart:io. | 142 observe/test/unique_message_test: SkipByDesign # Uses dart:io. |
| 142 | 143 |
| 143 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te
|| $arch == simmips || $arch == armv5te) ] | 144 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te
|| $arch == simmips || $arch == armv5te) ] |
| 144 # Timeout. These are not unit tests. They do not run efficiently on our | 145 # Timeout. These are not unit tests. They do not run efficiently on our |
| 145 # simulator or low-end devices. | 146 # simulator or low-end devices. |
| 146 *: Skip | 147 *: Skip |
| 147 | 148 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 analyzer/test/src/task/general_test: Crash # Issue 24485 | 180 analyzer/test/src/task/general_test: Crash # Issue 24485 |
| 180 analyzer/test/src/task/html_test: Crash # Issue 24485 | 181 analyzer/test/src/task/html_test: Crash # Issue 24485 |
| 181 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 | 182 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 |
| 182 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 | 183 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 |
| 183 analyzer/test/src/task/inputs_test: Crash # Issue 24485 | 184 analyzer/test/src/task/inputs_test: Crash # Issue 24485 |
| 184 analyzer/test/src/task/manager_test: Crash # Issue 24485 | 185 analyzer/test/src/task/manager_test: Crash # Issue 24485 |
| 185 analyzer/test/src/task/model_test: Crash # Issue 24485 | 186 analyzer/test/src/task/model_test: Crash # Issue 24485 |
| 186 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. | 187 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. |
| 187 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. | 188 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. |
| 188 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 189 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
| OLD | NEW |