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

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

Issue 12334070: Support runtime check of function types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix status files 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
« tests/lib/lib.status ('K') | « tests/lib/lib.status ('k') | 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 [ $compiler == dart2js && $runtime == none ] 147 [ $compiler == dart2js && $runtime == none ]
148 io/options_test: Fail 148 io/options_test: Fail
149 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 149 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
150 150
151 [ $compiler == dart2js && $browser ] 151 [ $compiler == dart2js && $browser ]
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 io/http_parser_test: Fail # dartbug.com/11273
157 158
158 [ $compiler == dart2dart ] 159 [ $compiler == dart2dart ]
159 # Skip until we stabilize language tests. 160 # Skip until we stabilize language tests.
160 *: Skip 161 *: Skip
161 162
162 [ $arch == simarm ] 163 [ $arch == simarm ]
163 io/file_system_links_test: Crash # Issue: 11207 164 io/file_system_links_test: Crash # Issue: 11207
164 io/process_exit_negative_test: Pass, Crash # Issue: 11207 165 io/process_exit_negative_test: Pass, Crash # Issue: 11207
165 io/socket_many_connections_test: Pass, Crash # Issue: 11207 166 io/socket_many_connections_test: Pass, Crash # Issue: 11207
166 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac) 167 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac)
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 left_shift_bit_and_op_test: Fail # Issue: 11207 297 left_shift_bit_and_op_test: Fail # Issue: 11207
297 package/package_isolate_test: Pass, Crash # Issue: 11207 298 package/package_isolate_test: Pass, Crash # Issue: 11207
298 typed_data_test: Crash # Issue: 11207 299 typed_data_test: Crash # Issue: 11207
299 io/regress_7679_test: Pass, Crash 300 io/regress_7679_test: Pass, Crash
300 301
301 [ $arch == mips ] 302 [ $arch == mips ]
302 *: Skip 303 *: Skip
303 304
304 [ $arch == simmips ] 305 [ $arch == simmips ]
305 *: Skip 306 *: Skip
OLDNEW
« tests/lib/lib.status ('K') | « tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698