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

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

Issue 12984018: Version 0.4.3.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 7 years, 8 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 | tools/VERSION » ('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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 [ $runtime == vm && ( $system == windows ) ] 7 [ $runtime == vm && ( $system == windows ) ]
8 io/raw_socket_test: Pass, Fail # Issue 8901 8 io/raw_socket_test: Pass, Fail # Issue 8901
9 io/http_shutdown_test: Pass, Fail # Issue 9101 9 io/http_shutdown_test: Pass, Fail # Issue 9101
10 10
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 io/options_test: Fail 107 io/options_test: Fail
108 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 108 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
109 109
110 [ $compiler == dart2js && $browser ] 110 [ $compiler == dart2js && $browser ]
111 *: Skip 111 *: Skip
112 112
113 [ $compiler == dart2js && $checked ] 113 [ $compiler == dart2js && $checked ]
114 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 114 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
115 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 115 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
116 116
117 [ $runtime == dartium ]
118 typed_data_isolate_test: Skip # This test uses dart:io
119
117 [ $compiler == dart2dart ] 120 [ $compiler == dart2dart ]
118 # Skip until we stabilize language tests. 121 # Skip until we stabilize language tests.
119 *: Skip 122 *: Skip
120 123
121 [ $arch == arm ] 124 [ $arch == arm ]
122 *: Skip 125 *: Skip
123 126
124 [ $arch == simarm ] 127 [ $arch == simarm ]
125 *: Skip 128 *: Skip
126 129
127 [ $arch == mips ] 130 [ $arch == mips ]
128 *: Skip 131 *: Skip
129 132
130 [ $arch == simmips ] 133 [ $arch == simmips ]
131 *: Skip 134 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698