Aaron Ballman
|
9ae6c62161
|
This test is XFAILed on Windows, but I cannot see a reason as to why it should be failing. The original commit which XFAILed this was r111581, which suggested something was wrong with file remapping, but that may have been subsequently fixed.
Removing the XFAIL, but will watch the build bots to see if any go red because of this. Local testing on Windows succeeds.
llvm-svn: 209130
|
2014-05-19 15:02:10 +00:00 |
Argyrios Kyrtzidis
|
5899e8916b
|
[c-index-test] For the '-remap-file' option use a comma for separator which is more
Windows friendly than the colon.
llvm-svn: 196529
|
2013-12-05 20:13:27 +00:00 |
Argyrios Kyrtzidis
|
a60d8ae09d
|
[c-index-test] For the '-remap-file=' option use ':' instead of ';' for separator.
lldb does not like semicolon as part of an option.
llvm-svn: 196485
|
2013-12-05 08:19:18 +00:00 |
Daniel Dunbar
|
77af1c564e
|
libclang: Execute clang_codeCompleteAt() inside a crash recovery context.
- Test case is disabled for now, because something isn't write with file
remapping.
llvm-svn: 111581
|
2010-08-19 23:44:10 +00:00 |