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

Side by Side Diff: tests/standalone/standalone.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 | « tests/lib/lib.status ('k') | third_party/pkg_tested/pkg_tested.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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. 133 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
134 134
135 [ $compiler == dart2js && $runtime == none ] 135 [ $compiler == dart2js && $runtime == none ]
136 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. 136 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200.
137 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 137 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
138 oom_error_stacktrace_test: Pass # The test only fails at runtime. 138 oom_error_stacktrace_test: Pass # The test only fails at runtime.
139 139
140 [ $compiler == dart2js && $browser ] 140 [ $compiler == dart2js && $browser ]
141 *: Skip 141 *: Skip
142 142
143 [ $arch == simarm || $arch == simarmv5te || $arch == simmips ] 143 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip s ]
144 out_of_memory_test: Skip # passes on Mac, crashes on Linux 144 out_of_memory_test: Skip # passes on Mac, crashes on Linux
145 oom_error_stacktrace_test: Skip # Fails on Linux 145 oom_error_stacktrace_test: Skip # Fails on Linux
146 146
147 [ $arch == simmips || $arch == mips ] 147 [ $arch == simmips || $arch == mips ]
148 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp orted on MIPS. 148 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp orted on MIPS.
149 149
150 [ $arch == mips ] 150 [ $arch == mips ]
151 io/signals_test: Fail # Issue 17440 151 io/signals_test: Fail # Issue 17440
152 io/file_stat_test: Fail # Issue 17440 152 io/file_stat_test: Fail # Issue 17440
153 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. 153 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory.
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 io/socket_cross_process_test: RuntimeError # Platform.executable 261 io/socket_cross_process_test: RuntimeError # Platform.executable
262 io/test_runner_test: RuntimeError # Platform.executable 262 io/test_runner_test: RuntimeError # Platform.executable
263 io/file_lock_test: RuntimeError # Platform.executable 263 io/file_lock_test: RuntimeError # Platform.executable
264 io/code_collection_test: RuntimeError # Platform.executable 264 io/code_collection_test: RuntimeError # Platform.executable
265 io/file_lock_test: RuntimeError # Platform.executable 265 io/file_lock_test: RuntimeError # Platform.executable
266 io/code_collection_test: RuntimeError # Platform.executable 266 io/code_collection_test: RuntimeError # Platform.executable
267 io/raw_socket_cross_process_test: RuntimeError # Platform.executable 267 io/raw_socket_cross_process_test: RuntimeError # Platform.executable
268 io/test_extension_test: RuntimeError # Platform.executable 268 io/test_extension_test: RuntimeError # Platform.executable
269 io/regress_7679_test: RuntimeError # Platform.executable 269 io/regress_7679_test: RuntimeError # Platform.executable
270 270
271 io/process_*: Skip # Most use Platform.executable 271 io/process_*: Skip # Most use Platform.executable
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | third_party/pkg_tested/pkg_tested.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698