summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/testit
Commit message (Collapse)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* Remove unnecesasry comment markers.Chandler Carruth2019-01-191-8/+8
| | | | llvm-svn: 351635
* Rename all of the tests in preparation for merging lit configs with libcxxJonathan Roelofs2015-01-211-1/+1
| | | | | | http://reviews.llvm.org/D7101 llvm-svn: 226691
* Don't use bash features.Joerg Sonnenberger2014-05-031-16/+16
| | | | llvm-svn: 207907
* Some unwinding test casesHoward Hinnant2012-01-311-2/+0
| | | | llvm-svn: 149436
* Drop the stress a notch on dynamic_cast_stress.cpp. Otherwise it ↵Howard Hinnant2012-01-311-0/+129
occasionally causes clang to crash. Put a noexcept(false) on a throwing destructor in test_vector1.cpp. The test now passes for both C++03 and C++11 modes. Add testit script. All tests are now PASSING :-) llvm-svn: 149413
OpenPOWER on IntegriCloud