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

Side by Side Diff: pkg/pkg.status

Issue 1624593002: Adds targets for simarmv6 and armv6 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add xcode settings for simarmv6 and v5te Created 4 years, 11 months 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 | runtime/tests/vm/vm.status » ('j') | 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. 148 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io.
149 analyzer/test/*: SkipByDesign # Uses dart:io. 149 analyzer/test/*: SkipByDesign # Uses dart:io.
150 analyzer/tool/task_dependency_graph/check_test: SkipByDesign # Uses dart:io. 150 analyzer/tool/task_dependency_graph/check_test: SkipByDesign # Uses dart:io.
151 analyzer/tool/summary/check_test: SkipByDesign # Uses dart:io. 151 analyzer/tool/summary/check_test: SkipByDesign # Uses dart:io.
152 analyzer2dart/*: SkipByDesign # Uses dart:io. 152 analyzer2dart/*: SkipByDesign # Uses dart:io.
153 http_server/test/*: Fail, OK # Uses dart:io. 153 http_server/test/*: Fail, OK # Uses dart:io.
154 observe/test/transformer_test: Fail, OK # Uses dart:io. 154 observe/test/transformer_test: Fail, OK # Uses dart:io.
155 observe/test/unique_message_test: SkipByDesign # Uses dart:io. 155 observe/test/unique_message_test: SkipByDesign # Uses dart:io.
156 dart_messages/test/dart_messages_test: Skip # Uses dart:io. 156 dart_messages/test/dart_messages_test: Skip # Uses dart:io.
157 157
158 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == armv5te) ] 158 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv6 | | $arch == simarmv5te || $arch == simmips || $arch == armv6 || $arch == armv5te) ]
159 # Timeout. These are not unit tests. They do not run efficiently on our 159 # Timeout. These are not unit tests. They do not run efficiently on our
160 # simulator or low-end devices. 160 # simulator or low-end devices.
161 *: Skip 161 *: Skip
162 162
163 [ $runtime == vm ] 163 [ $runtime == vm ]
164 analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25 472 164 analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25 472
165 # Skip tests on the VM if the package depends on dart:html 165 # Skip tests on the VM if the package depends on dart:html
166 mutation_observer: Skip 166 mutation_observer: Skip
167 167
168 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 168 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 analyzer/test/src/task/general_test: Crash # Issue 24485 200 analyzer/test/src/task/general_test: Crash # Issue 24485
201 analyzer/test/src/task/html_test: Crash # Issue 24485 201 analyzer/test/src/task/html_test: Crash # Issue 24485
202 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 202 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485
203 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 203 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485
204 analyzer/test/src/task/inputs_test: Crash # Issue 24485 204 analyzer/test/src/task/inputs_test: Crash # Issue 24485
205 analyzer/test/src/task/manager_test: Crash # Issue 24485 205 analyzer/test/src/task/manager_test: Crash # Issue 24485
206 analyzer/test/src/task/model_test: Crash # Issue 24485 206 analyzer/test/src/task/model_test: Crash # Issue 24485
207 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true. 207 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true.
208 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l ine 88 pos 12: '!variable2index.containsKey(element)' is not true. 208 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l ine 88 pos 12: '!variable2index.containsKey(element)' is not true.
209 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 209 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « no previous file | runtime/tests/vm/vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698