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

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

Issue 2284743003: more status updates: many tests that import mirrors also "pass" because they expect compile-time fa… (Closed)
Patch Set: Created 4 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
« no previous file with comments | « 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 packages_file_test: Skip # Issue 26715 10 packages_file_test: Skip # Issue 26715
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 129 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
130 deoptimization_test: RuntimeError, OK # Requires bigint. 130 deoptimization_test: RuntimeError, OK # Requires bigint.
131 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. 131 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M.
132 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. 132 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
133 133
134 [ $compiler == dart2js && $runtime == none ] 134 [ $compiler == dart2js && $runtime == none ]
135 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. 135 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200.
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 oom_error_stacktrace_test: Pass # The test only fails at runtime.
138 138
139 [ $compiler == dart2js && $fast_startup && $runtime == none ]
140 io/observatory_test: Fail # mirrors not supported.
141
139 [ $compiler == dart2js && $browser ] 142 [ $compiler == dart2js && $browser ]
140 *: Skip 143 *: Skip
141 144
142 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip s ] 145 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip s ]
143 out_of_memory_test: Skip # passes on Mac, crashes on Linux 146 out_of_memory_test: Skip # passes on Mac, crashes on Linux
144 oom_error_stacktrace_test: Skip # Fails on Linux 147 oom_error_stacktrace_test: Skip # Fails on Linux
145 148
146 [ $arch == simarm && $mode == debug && $checked ] 149 [ $arch == simarm && $mode == debug && $checked ]
147 io/web_socket_test: Pass, Fail # Issue 26814 150 io/web_socket_test: Pass, Fail # Issue 26814
148 151
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 package/*: SkipByDesign # Launches VMs in interesting ways. 334 package/*: SkipByDesign # Launches VMs in interesting ways.
332 335
333 [ $builder_tag == no_ipv6 ] 336 [ $builder_tag == no_ipv6 ]
334 io/http_bind_test: Skip 337 io/http_bind_test: Skip
335 io/raw_datagram_socket_test: Skip 338 io/raw_datagram_socket_test: Skip
336 io/socket_source_address_test: Skip 339 io/socket_source_address_test: Skip
337 io/socket_bind_test: Skip 340 io/socket_bind_test: Skip
338 io/http_proxy_advanced_test: Skip 341 io/http_proxy_advanced_test: Skip
339 io/http_ipv6_test: Skip 342 io/http_ipv6_test: Skip
340 io/socket_ipv6_test: Skip 343 io/socket_ipv6_test: Skip
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698