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

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

Issue 14598022: Remove .dart suffix from status file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 7 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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 [ $runtime == vm && $system == macos ] 7 [ $runtime == vm && $system == macos ]
8 debugger/basic_debugger_test: Pass, Crash # Issue 10488. 8 debugger/basic_debugger_test: Pass, Crash # Issue 10488.
9 9
10 [ $runtime == vm ] 10 [ $runtime == vm ]
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 108 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
109 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 109 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
110 pow_test: Skip # Precision > 53 bits. 110 pow_test: Skip # Precision > 53 bits.
111 111
112 [ $compiler == dart2js && $jscl ] 112 [ $compiler == dart2js && $jscl ]
113 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 113 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
114 byte_array_test: Fail, OK # ByteArray 114 byte_array_test: Fail, OK # ByteArray
115 deoptimization_test: Fail, OK # Requires bigint. 115 deoptimization_test: Fail, OK # Requires bigint.
116 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 116 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
117 io/options_test: Fail, OK # Cannot pass options to d8. 117 io/options_test: Fail, OK # Cannot pass options to d8.
118 io/http_parser_test.dart: Fail, OK # Cancelling a Timer not implemented in d8/js shell. 118 io/http_parser_test: Fail, OK # Cancelling a Timer not implemented in d8/jsshell .
119 119
120 [ $compiler == dart2js && $runtime == none ] 120 [ $compiler == dart2js && $runtime == none ]
121 io/options_test: Fail 121 io/options_test: Fail
122 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 122 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
123 123
124 [ $compiler == dart2js && $browser ] 124 [ $compiler == dart2js && $browser ]
125 *: Skip 125 *: Skip
126 126
127 [ $compiler == dart2js && $checked ] 127 [ $compiler == dart2js && $checked ]
128 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 128 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
129 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 129 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
130 130
131 [ $compiler == dart2dart ] 131 [ $compiler == dart2dart ]
132 # Skip until we stabilize language tests. 132 # Skip until we stabilize language tests.
133 *: Skip 133 *: Skip
134 134
135 [ $arch == arm ] 135 [ $arch == arm ]
136 *: Skip 136 *: Skip
137 137
138 [ $arch == simarm ] 138 [ $arch == simarm ]
139 *: Skip 139 *: Skip
140 140
141 [ $arch == mips ] 141 [ $arch == mips ]
142 *: Skip 142 *: Skip
143 143
144 [ $arch == simmips ] 144 [ $arch == simmips ]
145 *: Skip 145 *: 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