Eric Fiselier
1bb7235026
Guard usage of libc++ regex internals inside test.
...
This patch attempts to make lookup_classname.pass.cpp usable against
other STL implementations by guarding the use of __regex_word. That being
said it seems likely that the test is still non-conforming due to how
libc++ handles the "w" character class.
llvm-svn: 302859
2017-05-12 01:19:01 +00:00
Eric Fiselier
3c35491f02
Update all bug URL's to point to https://bugs.llvm.org/ ...
...
llvm-svn: 295434
2017-02-17 08:37:03 +00:00
Marshall Clow
fd5ceb2228
#include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change
...
llvm-svn: 267567
2016-04-26 16:24:44 +00:00
Marshall Clow
9b66ab75fd
Add some tests to ensure that the __regex_word does not conflict with any of ctype_base's values.
...
Hopefully this will catch cases like https://llvm.org/bugs/show_bug.cgi?id=26476 in the future.
llvm-svn: 260527
2016-02-11 15:23:04 +00:00
Eric Fiselier
5a83710e37
Move test into test/std subdirectory.
...
llvm-svn: 224658
2014-12-20 01:40:03 +00:00