mclow.lists requested changes to this revision.
mclow.lists added a comment.
This revision now requires changes to proceed.

When I applied this patch locally, some of the other tests started failing.
Specifically:

  Assertion failed: (!std::regex_match(s, m, std::regex("^[a-f]$", 
std::regex_constants::basic))), function main, file 
test/std/re/re.alg/re.alg.match/basic.pass.cpp, line 499.
  Assertion failed: (!std::regex_match(s, m, std::regex("^[a-f]$", 
std::regex_constants::extended))), function main, file 
test/std/re/re.alg/re.alg.match/extended.pass.cpp, line 497.
  Assertion failed: (!std::regex_match(s, m, std::regex("^[a-f]$"))), function 
main, file test/std/re/re.alg/re.alg.match/ecma.pass.cpp, line 493.
  Assertion failed: (!std::regex_search(s, m, std::regex("^[a-f]$", 
std::regex_constants::awk))), function main, file 
test/std/re/re.alg/re.alg.search/awk.pass.cpp, line 560.
  Assertion failed: (!std::regex_search(s, m, std::regex("^[a-f]$", 
std::regex_constants::basic))), function main, file 
test/std/re/re.alg/re.alg.search/basic.pass.cpp, line 562.
  Assertion failed: (!std::regex_search(s, m, std::regex("^[a-f]$"))), function 
main, file test/std/re/re.alg/re.alg.search/ecma.pass.cpp, line 553.
  Assertion failed: (!std::regex_search(s, m, std::regex("^[a-f]$", 
std::regex_constants::extended))), function main, file 
test/std/re/re.alg/re.alg.search/extended.pass.cpp, line 560.

all now fail for me (Mac OS 10.12)


https://reviews.llvm.org/D37955



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to