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

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

Issue 2715253002: VM: remove service_object_patch.dart and all associated code. (Closed)
Patch Set: Created 3 years, 9 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/standalone/io/observatory_test.dart ('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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
(...skipping 12 matching lines...) Expand all
23 23
24 [$runtime == vm && $compiler == none && $system == fuchsia] 24 [$runtime == vm && $compiler == none && $system == fuchsia]
25 *: Skip # Not yet triaged. 25 *: Skip # Not yet triaged.
26 26
27 [ ($runtime != vm && $runtime != dart_precompiled) && ($runtime != drt || $compi ler != none) ] 27 [ ($runtime != vm && $runtime != dart_precompiled) && ($runtime != drt || $compi ler != none) ]
28 no_assert_test: Fail, OK # This is testing a vm flag. 28 no_assert_test: Fail, OK # This is testing a vm flag.
29 env_test: Skip # This is testing a vm command line parsing scenario. 29 env_test: Skip # This is testing a vm command line parsing scenario.
30 30
31 [ $runtime == vm || $runtime == dart_precompiled ] 31 [ $runtime == vm || $runtime == dart_precompiled ]
32 package/package_isolate_test: Fail # Issue 12474 32 package/package_isolate_test: Fail # Issue 12474
33 io/observatory_test: Fail
34 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 33 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119
35 # This test checks that the test runner correctly detects and reports non-utf8 34 # This test checks that the test runner correctly detects and reports non-utf8
36 # output from a test. 35 # output from a test.
37 io/non_utf8_output_test: NonUtf8Output, OK 36 io/non_utf8_output_test: NonUtf8Output, OK
38 37
39 [ ($runtime == vm || $runtime == dart_precompiled) && $checked ] 38 [ ($runtime == vm || $runtime == dart_precompiled) && $checked ]
40 # These tests have type errors on purpose. 39 # These tests have type errors on purpose.
41 io/process_invalid_arguments_test: Fail, OK 40 io/process_invalid_arguments_test: Fail, OK
42 io/directory_invalid_arguments_test: Fail, OK 41 io/directory_invalid_arguments_test: Fail, OK
43 io/file_invalid_arguments_test: Fail, OK 42 io/file_invalid_arguments_test: Fail, OK
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 deoptimization_test: RuntimeError, OK # Requires bigint. 151 deoptimization_test: RuntimeError, OK # Requires bigint.
153 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. 152 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M.
154 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. 153 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
155 154
156 [ $compiler == dart2js && $runtime == none ] 155 [ $compiler == dart2js && $runtime == none ]
157 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. 156 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200.
158 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 157 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
159 oom_error_stacktrace_test: Pass # The test only fails at runtime. 158 oom_error_stacktrace_test: Pass # The test only fails at runtime.
160 159
161 [ $compiler == dart2js && $fast_startup ] 160 [ $compiler == dart2js && $fast_startup ]
162 io/observatory_test: Fail # mirrors not supported.
163 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors 161 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors
164 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors 162 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors
165 io/test_runner_test: CompileTimeError # Imports dart:mirrors 163 io/test_runner_test: CompileTimeError # Imports dart:mirrors
166 164
167 [ $compiler == dart2js && $browser ] 165 [ $compiler == dart2js && $browser ]
168 *: Skip 166 *: Skip
169 167
170 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip s ] 168 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip s ]
171 out_of_memory_test: Skip # passes on Mac, crashes on Linux 169 out_of_memory_test: Skip # passes on Mac, crashes on Linux
172 oom_error_stacktrace_test: Skip # Fails on Linux 170 oom_error_stacktrace_test: Skip # Fails on Linux
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 io/socket_source_address_test: SkipByDesign 416 io/socket_source_address_test: SkipByDesign
419 io/socket_bind_test: SkipByDesign 417 io/socket_bind_test: SkipByDesign
420 io/http_proxy_advanced_test: SkipByDesign 418 io/http_proxy_advanced_test: SkipByDesign
421 io/http_ipv6_test: SkipByDesign 419 io/http_ipv6_test: SkipByDesign
422 io/socket_ipv6_test: SkipByDesign 420 io/socket_ipv6_test: SkipByDesign
423 io/socket_info_ipv6_test: SkipByDesign 421 io/socket_info_ipv6_test: SkipByDesign
424 422
425 [ $builder_tag == asan && $arch == x64 ] 423 [ $builder_tag == asan && $arch == x64 ]
426 io/process_detached_test: Pass, Slow 424 io/process_detached_test: Pass, Slow
427 io/named_pipe_script_test: RuntimeError 425 io/named_pipe_script_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/standalone/io/observatory_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698