1. fd5ceb2 #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 by Marshall Clow · 10 years ago
  2. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago[Renamed from libcxx/test/re/re.alg/re.alg.search/backup.pass.cpp]
  3. aae7649 [libcxx] Remove use of uniform initialization from regex tests so that they compile in C++03. by Eric Fiselier · 11 years ago
  4. c815a4e Bill Fisher: This patch fixes a less likely case where '\b' can back up into invalid memory, when driven by a regex_iterator (for case 1, see r185273 or http://llvm.org/bugs/show_bug.cgi?id=16240) by Howard Hinnant · 12 years ago