lebedev.ri added a comment.

In https://reviews.llvm.org/D41102#1041773, @juliehockett wrote:

> I was just thinking of disabling the one test that has an issue 
> (class-in-function) on Windows -- the filename is only used in generating 
> *some* USRs, so all of the other ones are fine. We ran into some issues with 
> that though, since `UNSUPPORTED: system-windows` didn't seem to disable the 
> test on the machine I have access to. Thoughts?




> `UNSUPPORTED: system-windows`

Perhaps that is only for msvc?

Have you tried something more broad, like
`UNSUPPORTED: mingw32,win32`
?


Repository:
  rL LLVM

https://reviews.llvm.org/D41102



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to