Re: r348665 - [tests] Fix the FileManagerTest getVirtualFile test on Windows

2018-12-10 Thread Aaron Ballman via cfe-commits
entation got into a confused state. Sorry for the noise! ~Aaron > > Thanks, > -Stella > > -Original Message- > From: Aaron Ballman > Sent: Monday, December 10, 2018 10:11 AM > To: Stella Stamenova > Cc: cfe-commits > Subject: Re: r348665 - [tests] Fix

RE: r348665 - [tests] Fix the FileManagerTest getVirtualFile test on Windows

2018-12-10 Thread Stella Stamenova via cfe-commits
-commits Subject: Re: r348665 - [tests] Fix the FileManagerTest getVirtualFile test on Windows On Mon, Dec 10, 2018 at 12:30 PM Stella Stamenova wrote: > > Our tests run on drive E:\ (not C:\) which is why we saw this test failing. > After this change, the test can now run successful

Re: r348665 - [tests] Fix the FileManagerTest getVirtualFile test on Windows

2018-12-10 Thread Aaron Ballman via cfe-commits
(115, 0x73), 't' (116, 0x74) } To be equal to: ExpectedResult Which is: { 'C' (67, 0x43), ':' (58, 0x3A), '/' (47, 0x2F), 't' (116, 0x74), 'm' (109, 0x6D), 'p' (112, 0x70), '\\' (92, 0x5C), 't' (116, 0x74

RE: r348665 - [tests] Fix the FileManagerTest getVirtualFile test on Windows

2018-12-10 Thread Stella Stamenova via cfe-commits
- [tests] Fix the FileManagerTest getVirtualFile test on Windows On Fri, Dec 7, 2018 at 6:52 PM Stella Stamenova via cfe-commits wrote: > > Author: stella.stamenova > Date: Fri Dec 7 15:50:05 2018 > New Revision: 348665 > > URL: > https://nam06.safelinks.protection.outloo

Re: r348665 - [tests] Fix the FileManagerTest getVirtualFile test on Windows

2018-12-10 Thread Aaron Ballman via cfe-commits
On Fri, Dec 7, 2018 at 6:52 PM Stella Stamenova via cfe-commits wrote: > > Author: stella.stamenova > Date: Fri Dec 7 15:50:05 2018 > New Revision: 348665 > > URL: http://llvm.org/viewvc/llvm-project?rev=348665&view=rev > Log: > [tests] Fix the FileManagerTest getVirtualFile test on Windows > > S