Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Side by Side Diff: pkg/pkg.status

Issue 1537853002: - Do not attempt to run dart:io based tests in the browser. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts 140 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts
141 analysis_server/test/*: SkipByDesign # Uses dart:io. 141 analysis_server/test/*: SkipByDesign # Uses dart:io.
142 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. 142 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io.
143 analyzer/test/*: SkipByDesign # Uses dart:io. 143 analyzer/test/*: SkipByDesign # Uses dart:io.
144 analyzer/tool/task_dependency_graph/check_test: SkipByDesign # Uses dart:io. 144 analyzer/tool/task_dependency_graph/check_test: SkipByDesign # Uses dart:io.
145 analyzer/tool/summary/check_test: SkipByDesign # Uses dart:io. 145 analyzer/tool/summary/check_test: SkipByDesign # Uses dart:io.
146 analyzer2dart/*: SkipByDesign # Uses dart:io. 146 analyzer2dart/*: SkipByDesign # Uses dart:io.
147 http_server/test/*: Fail, OK # Uses dart:io. 147 http_server/test/*: Fail, OK # Uses dart:io.
148 observe/test/transformer_test: Fail, OK # Uses dart:io. 148 observe/test/transformer_test: Fail, OK # Uses dart:io.
149 observe/test/unique_message_test: SkipByDesign # Uses dart:io. 149 observe/test/unique_message_test: SkipByDesign # Uses dart:io.
150 dart_messages/test/dart_messages_test: Skip # Uses dart:io.
150 151
151 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == armv5te) ] 152 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == armv5te) ]
152 # Timeout. These are not unit tests. They do not run efficiently on our 153 # Timeout. These are not unit tests. They do not run efficiently on our
153 # simulator or low-end devices. 154 # simulator or low-end devices.
154 *: Skip 155 *: Skip
155 156
156 [ $runtime == vm ] 157 [ $runtime == vm ]
157 # Skip tests on the VM if the package depends on dart:html 158 # Skip tests on the VM if the package depends on dart:html
158 mutation_observer: Skip 159 mutation_observer: Skip
159 160
(...skipping 27 matching lines...) Expand all
187 analyzer/test/src/task/general_test: Crash # Issue 24485 188 analyzer/test/src/task/general_test: Crash # Issue 24485
188 analyzer/test/src/task/html_test: Crash # Issue 24485 189 analyzer/test/src/task/html_test: Crash # Issue 24485
189 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 190 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485
190 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 191 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485
191 analyzer/test/src/task/inputs_test: Crash # Issue 24485 192 analyzer/test/src/task/inputs_test: Crash # Issue 24485
192 analyzer/test/src/task/manager_test: Crash # Issue 24485 193 analyzer/test/src/task/manager_test: Crash # Issue 24485
193 analyzer/test/src/task/model_test: Crash # Issue 24485 194 analyzer/test/src/task/model_test: Crash # Issue 24485
194 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true. 195 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true.
195 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l ine 88 pos 12: '!variable2index.containsKey(element)' is not true. 196 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l ine 88 pos 12: '!variable2index.containsKey(element)' is not true.
196 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 197 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698