[libcxx] r299686 - Some of Eric's buildbots don't like this test. Disable it while I figure out why.
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 6 11:54:37 PDT 2017
Author: marshall
Date: Thu Apr 6 13:54:37 2017
New Revision: 299686
URL: http://llvm.org/viewvc/llvm-project?rev=299686&view=rev
Log:
Some of Eric's buildbots don't like this test. Disable it while I figure out why.
Modified:
libcxx/trunk/test/std/re/re.alg/re.alg.match/awk.pass.cpp
Modified: libcxx/trunk/test/std/re/re.alg/re.alg.match/awk.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/re/re.alg/re.alg.match/awk.pass.cpp?rev=299686&r1=299685&r2=299686&view=diff
==============================================================================
--- libcxx/trunk/test/std/re/re.alg/re.alg.match/awk.pass.cpp (original)
+++ libcxx/trunk/test/std/re/re.alg/re.alg.match/awk.pass.cpp Thu Apr 6 13:54:37 2017
@@ -26,6 +26,7 @@
int main()
{
+#if 0
{
std::cmatch m;
const char s[] = "a";
@@ -1388,4 +1389,5 @@ int main()
assert(m.position(0) == 0);
assert(m.str(0) == s);
}
+#endif
}
More information about the cfe-commits
mailing list