History log of /external/libcxx/test/testit
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
beee5e48b35b502e2c8c14e836151e96123be74d 15-Jan-2014 Marshall Clow <mclow.lists@gmail.com> Apply patch for Albert Wong: 'Modify testit to allow filtering tests by prefixes'.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@199318 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
928bb68bb209ea9218e277acba139284308349ae 14-Jan-2014 Marshall Clow <mclow.lists@gmail.com> Whoops! Set the default in the last commit to c++1y instead of c++11

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@199224 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
2f78c0d9f98ec85ae8c5336aae107b5f938d571f 14-Jan-2014 Marshall Clow <mclow.lists@gmail.com> Update lib/buildit and test/testit to both pay attention to an env flag CXX_LANG, which people can set to 'c++03', 'c++11' or 'c++1y' to build/test using that language variant. If you don't set this env variable, you get c++11, just like today. Drive-by fix; remove duplicate -nostdinc++.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@199222 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
4dca0440f58228d6c7ef21ebea420aaa934c782b 04-Jul-2013 Joerg Sonnenberger <joerg@bec.de> Fix bashism.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@185646 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
7a6b7cedcb3359ad7d77e355b02ab982d9d2b25b 22-Jun-2013 Howard Hinnant <hhinnant@apple.com> Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@184635 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
34cb066fa2c483e557ce18e9b2385b573c509fab 02-May-2013 Joerg Sonnenberger <joerg@bec.de> Make it possible to provide special (linker) flags for the thread tests.
Use it to build & link against libpthread on NetBSD for tests iff they
are testing the thread interface.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@180942 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
c5e6aa5f5c7d2bbf7d9a3be8149f0c42a7af7415 23-Apr-2013 Joerg Sonnenberger <joerg@bec.de> Avoid bash specific functionality to work with any POSIX shell
implementing $(( )).


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@180139 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
c3a9b81e6762f4caf78d6616a0ea87542f6ef7a1 26-Mar-2013 Marshall Clow <mclow@qualcomm.com> Fixed race conditions in thread tests; exposed by UBSan

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@178029 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
83e2c4d877fe2d7793868b1c6a5d9525a7c4d431 05-Jan-2013 Marshall Clow <mclow@qualcomm.com> Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@171594 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
7fa77a701f066c745e3887b0938a5b039718d399 09-Dec-2012 Howard Hinnant <hhinnant@apple.com> Modify testit to use the local headers and lib. Thanks go to Jeffrey Yasskin.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@169686 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
9efdc0bd5f22b3d6815862ddb14dbd4aed5042f0 19-Apr-2012 Richard Smith <richard-llvm@metafoo.co.uk> libc++: Add some missing #includes to atomics tests. libc++ doesn't need these
at the moment, but they allow these tests to be used to test clang against
libstdc++. Add myself to the credits file, as suggested by Howard.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@155085 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
f2b2cc6440fa517d3bc29f78aebbb9106040c411 29-Feb-2012 David Chisnall <csdavec@swan.ac.uk> Make the failure reporting in testit a bit more useful.



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@151719 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
b9344c218b0588e146181306a9743b6a4fd79717 22-Feb-2012 Dave Zarzycki <zarzycki@apple.com> Use Xcode relative compilers when possible

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@151108 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
8452d21f41d630b6ac173f6ce1139f1eb96a4dcb 01-Oct-2011 Howard Hinnant <hhinnant@apple.com> Updated testit to run on Windows and fresh Windows results by Ruben Van Boxem

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@140950 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
c4cbb5b6b7626e4a8b74e0f61a4c5a88591f36a0 14-Feb-2011 Howard Hinnant <hhinnant@apple.com> Update testit to default to clang

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@125498 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
d2bb03207523e55aa2423570bcaaad03e779450c 22-Aug-2010 Howard Hinnant <hhinnant@apple.com> Fixing whitespace problems

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111769 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
f5256e16dfc425c1d466f6308d4026d529ce9e0b 11-May-2010 Howard Hinnant <hhinnant@apple.com> Wiped out some non-ascii characters that snuck into the copyright.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103516 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit
bc8d3f97eb5c958007f2713238472e0c1c8fe02c 11-May-2010 Howard Hinnant <hhinnant@apple.com> libcxx initial import

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103490 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/testit