From 0b1b4c1fbc5acecdf48f761ddaf3f414430d788f Mon Sep 17 00:00:00 2001
From: Douglas Gregor
Directory: libs/regex/test/regress.
+Directory: libs/regex/test/regress.
Files: basic_tests.cpp test_deprecated.cpp main.cpp.
Verifies that "bad" regular expressions don't cause the matcher to go into infinite loops, but to throw an exception instead.
-Directory: libs/regex/test/pathology.
+Directory: libs/regex/test/pathology.
Files: bad_expression_test.cpp.
Verifies that the matcher can't overrun the stack (no matter what the expression).
-Directory: libs/regex/test/pathology.
+Directory: libs/regex/test/pathology.
Files: recursion_test.cpp.
Verifies that the library meets all documented concepts (a compile only test).
-Directory: libs/regex/test/concepts.
+Directory: libs/regex/test/concepts.
Files: concept_check.cpp.
Test code for captures.
-Directory: libs/test/captures.
+Directory: libs/test/captures.
Files: captures_test.cpp.
Directory: libs/regex/test/regress.
+Directory: libs/regex/test/regress.
Files: basic_tests.cpp test_deprecated.cpp main.cpp.
Verifies that "bad" regular expressions don't cause the matcher to go into infinite loops, but to throw an exception instead.
-Directory: libs/regex/test/pathology.
+Directory: libs/regex/test/pathology.
Files: bad_expression_test.cpp.
Verifies that the matcher can't overrun the stack (no matter what the expression).
-Directory: libs/regex/test/pathology.
+Directory: libs/regex/test/pathology.
Files: recursion_test.cpp.
Verifies that the library meets all documented concepts (a compile only test).
-Directory: libs/regex/test/concepts.
+Directory: libs/regex/test/concepts.
Files: concept_check.cpp.
Test code for captures.
-Directory: libs/test/captures.
+Directory: libs/test/captures.
Files: captures_test.cpp.