Apparently XFAIL tests that are supposed to fail to compile can be problematic. They...
authorMarshall Clow <mclow.lists@gmail.com>
Tue, 26 Apr 2016 19:29:35 +0000 (19:29 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Tue, 26 Apr 2016 19:29:35 +0000 (19:29 +0000)
commit8dc9dcaeaccd3be047740b1f19c4beee33b0f44e
tree4580cd91c892da25a9cc4824d69c83483ee19770
parent382d355359c879472eaaf49e389f848fcf69003b
Apparently XFAIL tests that are supposed to fail to compile can be problematic. They still get compiled, and if the compile succeeds, the buildbots complain. Replace the XFAIL with #error.

llvm-svn: 267591
libcxx/test/std/re/re.alg/re.alg.match/basic.fail.cpp
libcxx/test/std/re/re.alg/re.alg.search/basic.fail.cpp
libcxx/test/std/re/re.iter/re.regiter/re.regiter.cnstr/cnstr.fail.cpp
libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/array.fail.cpp
libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/init.fail.cpp
libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/int.fail.cpp
libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/vector.fail.cpp