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

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

Issue 23681004: Add passing status for standalone/oom_error_stacktrace_test on dart2js with runtime=none. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 # The testing infrastructure is using the dart:io Path and LineTransformer 10 # The testing infrastructure is using the dart:io Path and LineTransformer
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 127
128 [ $compiler == dart2js && $jscl ] 128 [ $compiler == dart2js && $jscl ]
129 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 129 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
130 deoptimization_test: Fail, OK # Requires bigint. 130 deoptimization_test: Fail, OK # Requires bigint.
131 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 131 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
132 io/options_test: Fail, OK # Cannot pass options to d8. 132 io/options_test: Fail, OK # Cannot pass options to d8.
133 133
134 [ $compiler == dart2js && $runtime == none ] 134 [ $compiler == dart2js && $runtime == none ]
135 io/options_test: Fail 135 io/options_test: Fail
136 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 136 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
137 oom_error_stacktrace_test: Pass # The test only fails at runtime.
137 138
138 [ $compiler == dart2js && $browser ] 139 [ $compiler == dart2js && $browser ]
139 *: Skip 140 *: Skip
140 141
141 [ $compiler == dart2js && $checked ] 142 [ $compiler == dart2js && $checked ]
142 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 143 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
143 144
144 [ $compiler == dart2dart ] 145 [ $compiler == dart2dart ]
145 # Skip until we stabilize language tests. 146 # Skip until we stabilize language tests.
146 *: Skip 147 *: Skip
(...skipping 14 matching lines...) Expand all
161 io/http_server_response_test: Pass, Slow 162 io/http_server_response_test: Pass, Slow
162 out_of_memory_test: Skip # passes on Mac, crashes on Linux 163 out_of_memory_test: Skip # passes on Mac, crashes on Linux
163 oom_error_stacktrace_test: Skip # Fails on Linux 164 oom_error_stacktrace_test: Skip # Fails on Linux
164 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue 165 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue
165 166
166 [ $arch == mips ] 167 [ $arch == mips ]
167 io/test_extension_test: Fail 168 io/test_extension_test: Fail
168 io/test_extension_fail_test: Fail 169 io/test_extension_fail_test: Fail
169 io/dart_std_io_pipe_test: Fail 170 io/dart_std_io_pipe_test: Fail
170 io/file_read_special_device_test: Fail 171 io/file_read_special_device_test: Fail
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