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

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

Issue 1160793004: Resolve the executable path on Mac OS when sym-linked (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Addressed review comments Created 5 years, 6 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 | « runtime/bin/platform_macos.cc ('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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
11 11
12 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4. 12 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4.
13 13
14 javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude o r annotate with '/// none:' 14 javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude o r annotate with '/// none:'
15 15
16 [ $runtime == vm ] 16 [ $runtime == vm ]
17 package/package_isolate_test: Fail # Issue 12474 17 package/package_isolate_test: Fail # Issue 12474
18 io/observatory_test: Fail 18 io/observatory_test: Fail
19 19
20 [ $runtime == vm && ($system == macos || $system == windows) ] 20 [ $runtime == vm && $system == windows ]
21 io/platform_executable_test/01: RuntimeError # Issue 16994 21 io/platform_executable_test/01: RuntimeError # Issue 16994
22 io/platform_executable_test/02: RuntimeError # Issue 16994 22 io/platform_executable_test/02: RuntimeError # Issue 16994
23 io/platform_executable_test/04: RuntimeError # Issue 16994 23 io/platform_executable_test/04: RuntimeError # Issue 16994
24 io/platform_executable_test/05: RuntimeError # Issue 16994 24 io/platform_executable_test/05: RuntimeError # Issue 16994
25
26 [ $runtime == vm && $system == windows ]
27 io/platform_executable_test/06: RuntimeError # NEEDS TRIAGE (kevmoo) 25 io/platform_executable_test/06: RuntimeError # NEEDS TRIAGE (kevmoo)
28 26
29 [ $runtime == vm && $checked ] 27 [ $runtime == vm && $checked ]
30 # These tests have type errors on purpose. 28 # These tests have type errors on purpose.
31 io/process_invalid_arguments_test: Fail, OK 29 io/process_invalid_arguments_test: Fail, OK
32 io/directory_invalid_arguments_test: Fail, OK 30 io/directory_invalid_arguments_test: Fail, OK
33 io/file_invalid_arguments_test: Fail, OK 31 io/file_invalid_arguments_test: Fail, OK
34 io/internet_address_invalid_arguments_test: Fail, OK 32 io/internet_address_invalid_arguments_test: Fail, OK
35 io/socket_invalid_arguments_test: Fail, OK 33 io/socket_invalid_arguments_test: Fail, OK
36 io/stdout_bad_argument_test: Fail, OK 34 io/stdout_bad_argument_test: Fail, OK
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 io/socket_upgrade_to_secure_test: Crash # Please triage this failure. 248 io/socket_upgrade_to_secure_test: Crash # Please triage this failure.
251 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 249 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
252 io/test_extension_fail_test: Crash # Unhandled node 250 io/test_extension_fail_test: Crash # Unhandled node
253 io/test_extension_test: Crash # Unhandled node 251 io/test_extension_test: Crash # Unhandled node
254 io/test_runner_test: Crash # Unhandled node 252 io/test_runner_test: Crash # Unhandled node
255 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 253 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
256 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 254 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
257 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 255 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
258 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary. 256 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
259 priority_queue_stress_test: RuntimeError # Please triage this failure. 257 priority_queue_stress_test: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « runtime/bin/platform_macos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698