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

Side by Side Diff: tests/standalone/standalone.status

Issue 17236003: Skips standalone tests for arm, simarm. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
« 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) 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 # Fails intentionally 10 package/invalid_uri_test: Fail, OK # Fails intentionally
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 152
153 [ $compiler == dart2js && $checked ] 153 [ $compiler == dart2js && $checked ]
154 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 154 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
155 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 155 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
156 156
157 [ $compiler == dart2dart ] 157 [ $compiler == dart2dart ]
158 # Skip until we stabilize language tests. 158 # Skip until we stabilize language tests.
159 *: Skip 159 *: Skip
160 160
161 [ $arch == arm || $arch == simarm ] 161 [ $arch == arm || $arch == simarm ]
162 coverage_test: Crash # Issue: 11207 162 *: Skip # Many of these tests are still flaky on arm, so skipping until we
163 debugger/basic_debugger_test: Crash # Issue: 11207 163 # actually start working on implementing the needed features.
164 debugger/closure_debugger_test: Crash # Issue: 11207
165 http_launch_test: Fail, Crash # Issue: 11207
166 left_shift_bit_and_op_test: Fail # Issue: 11207
167 package/package_isolate_test: Pass, Crash # Issue: 11207
168 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac)
169 typed_data_test: Timeout, Crash # Issue: 11207
170 typed_data_isolate_test: Pass, Crash # Issue: 11207
171 io/*: Skip # Skip IO tests for now as they are still quite flaky.
172 164
173 [ $arch == mips ] 165 [ $arch == mips ]
174 *: Skip 166 *: Skip
175 167
176 [ $arch == simmips ] 168 [ $arch == simmips ]
177 *: Skip 169 *: Skip
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