llvm-project/libcxx/test/libcxx
Eric Fiselier ca95c286f0 [libcxx] Use newest supported language dialect when running the test suite.
Summary:
Currently the test suite defaults to C++11 mode if no standard version is supplied to LIT using `--param=std=c++XX`.  This patch changes that behavior so that the newest possible dialect is selected instead.

I have already patched the C++11 bot to explicitly specify `--param=std=c++11`. I'm just putting this up for review to see if anybody objects to this idea.

Reviewers: mclow.lists, jroelofs, danalbert

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D13331

llvm-svn: 249226
2015-10-03 02:32:23 +00:00
..
atomics Misc drive-by cleanups. NFC 2015-08-24 21:20:07 +00:00
containers Replace __asan_set_error_exit_code() with __sanitizer_set_death_callback() 2015-08-19 17:28:01 +00:00
experimental Fix one last dynarray test 2015-08-20 00:20:05 +00:00
selftest Add test macros header to remove dependance on __config macros. 2015-05-27 00:28:30 +00:00
test [libcxx] Use newest supported language dialect when running the test suite. 2015-10-03 02:32:23 +00:00
thread/futures [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03 2015-08-28 05:06:04 +00:00
type_traits Move __lazy_* metafunctions to type traits and add tests 2015-08-31 03:50:31 +00:00
utilities Finally get the test suite passing in C++03!! 2015-08-28 05:46:17 +00:00
__init__.py
compiler.py [libcxx] Add special warning flag detection logic to compiler.py 2015-08-26 20:17:33 +00:00
double_include.sh.cpp Suppress clang warnings in some tests 2015-08-30 22:04:20 +00:00
util.py [libcxx] Allow use of ShTest in libc++ tests along with other changes. 2015-01-22 18:05:58 +00:00