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

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

Issue 16638009: Use gnueabihf for ARM + enabled corelib/isolate/lib/standalone tests on ARM again (Closed) Base URL: https://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
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 *: Skip 152 *: Skip
153 153
154 [ $compiler == dart2js && $checked ] 154 [ $compiler == dart2js && $checked ]
155 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 155 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
156 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 156 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
157 157
158 [ $compiler == dart2dart ] 158 [ $compiler == dart2dart ]
159 # Skip until we stabilize language tests. 159 # Skip until we stabilize language tests.
160 *: Skip 160 *: Skip
161 161
162 [ $arch == arm ]
163 *: Skip
164
165 [ $arch == simarm ] 162 [ $arch == simarm ]
166 *: Skip 163 *: Skip
regis 2013/06/11 13:09:14 ditto
167 164
168 [ $arch == mips ] 165 [ $arch == mips ]
169 *: Skip 166 *: Skip
170 167
171 [ $arch == simmips ] 168 [ $arch == simmips ]
172 *: Skip 169 *: Skip
OLDNEW
« tests/lib/lib.status ('K') | « tests/lib/lib.status ('k') | tools/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698