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 1178643007: 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 | « tests/standalone/io/platform_executable_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 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 == windows ]
21 io/platform_executable_test/01: RuntimeError # Issue 16994
22 io/platform_executable_test/02: RuntimeError # Issue 16994
23 io/platform_executable_test/04: RuntimeError # Issue 16994
24 io/platform_executable_test/05: RuntimeError # Issue 16994
25 io/platform_executable_test/06: RuntimeError # NEEDS TRIAGE (kevmoo)
26
27 [ $runtime == vm && $checked ] 20 [ $runtime == vm && $checked ]
28 # These tests have type errors on purpose. 21 # These tests have type errors on purpose.
29 io/process_invalid_arguments_test: Fail, OK 22 io/process_invalid_arguments_test: Fail, OK
30 io/directory_invalid_arguments_test: Fail, OK 23 io/directory_invalid_arguments_test: Fail, OK
31 io/file_invalid_arguments_test: Fail, OK 24 io/file_invalid_arguments_test: Fail, OK
32 io/internet_address_invalid_arguments_test: Fail, OK 25 io/internet_address_invalid_arguments_test: Fail, OK
33 io/socket_invalid_arguments_test: Fail, OK 26 io/socket_invalid_arguments_test: Fail, OK
34 io/stdout_bad_argument_test: Fail, OK 27 io/stdout_bad_argument_test: Fail, OK
35 # These test have type errors on purpose and take very long to run in 28 # These test have type errors on purpose and take very long to run in
36 # checked mode with no benefit. Skip. 29 # checked mode with no benefit. Skip.
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 io/socket_upgrade_to_secure_test: Crash # Please triage this failure. 243 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. 244 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
252 io/test_extension_fail_test: Crash # (switch (Platform.op... Unhandled node 245 io/test_extension_fail_test: Crash # (switch (Platform.op... Unhandled node
253 io/test_extension_test: Crash # (switch (Platform.op... Unhandled node 246 io/test_extension_test: Crash # (switch (Platform.op... Unhandled node
254 io/test_runner_test: Crash # (switch (arguments[0... Unhandled node 247 io/test_runner_test: Crash # (switch (arguments[0... Unhandled node
255 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 248 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. 249 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. 250 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. 251 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
259 priority_queue_stress_test: RuntimeError # Please triage this failure. 252 priority_queue_stress_test: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « tests/standalone/io/platform_executable_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698