[libcxx] r246392 - Remove task to get C++03 tests passing from TODO.txt
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 30 10:58:50 PDT 2015
Author: ericwf
Date: Sun Aug 30 12:58:50 2015
New Revision: 246392
URL: http://llvm.org/viewvc/llvm-project?rev=246392&view=rev
Log:
Remove task to get C++03 tests passing from TODO.txt
Modified:
libcxx/trunk/TODO.TXT
libcxx/trunk/test/std/re/re.alg/re.alg.search/grep.pass.cpp
Modified: libcxx/trunk/TODO.TXT
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/TODO.TXT?rev=246392&r1=246391&r2=246392&view=diff
==============================================================================
--- libcxx/trunk/TODO.TXT (original)
+++ libcxx/trunk/TODO.TXT Sun Aug 30 12:58:50 2015
@@ -39,7 +39,6 @@ Atomic Related Tasks
Test Suite Tasks
================
-* Get test suite passing in C++03.
* Move all libc++ specific tests from test/std into test/libcxx.
* Improve how LIT handles compiler warnings.
* Improve the quality and portability of the locale test data.
Modified: libcxx/trunk/test/std/re/re.alg/re.alg.search/grep.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/re/re.alg/re.alg.search/grep.pass.cpp?rev=246392&r1=246391&r2=246392&view=diff
==============================================================================
--- libcxx/trunk/test/std/re/re.alg/re.alg.search/grep.pass.cpp (original)
+++ libcxx/trunk/test/std/re/re.alg/re.alg.search/grep.pass.cpp Sun Aug 30 12:58:50 2015
@@ -41,7 +41,7 @@ extern "C" void LLVMFuzzerTestOneInput(c
void fuzz_tests() // patterns that the fuzzer has found
{
-// Raw string literals are a C++11
+// Raw string literals are a C++11 feature.
#if TEST_STD_VER >= 11
LLVMFuzzerTestOneInput(R"XX(Ã)_%()()((\8'_%()_%()_%()_%(()_%()_%()_%(.t;)()Â¥f()_%()(.)_%;)()!Â¥f(((()()XX");
#endif
More information about the cfe-commits
mailing list