Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need to support special Windows paths for XML output paths #102

Open
GoogleCodeExporter opened this issue Jul 31, 2015 · 2 comments
Open

Comments

@GoogleCodeExporter
Copy link

On Windows a root directory can have the form \\network\share, which gtest
doesn't handle right now.

Also, a Windows path in the form \foo\bar is not absolute (as it depends on
the current drive), but the logic for converting it to an solute path is
not abs_path_to_cwd + relative_path.  gtest needs to understand this.

Original issue reported on code.google.com by [email protected] on 26 Jan 2009 at 6:50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant