summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/test_vector1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Check exception specification with __cplusplus.Logan Chien2014-05-101-1/+1
| | | | | | | | | To allow the compilation with gcc, we can't use the __has_feature(cxx_noexcept) to detect the default destructor exception specification, which is noexcept(true) by default in C++11. We should use __cplusplus >= 201103L instead. llvm-svn: 208465
* Drop the stress a notch on dynamic_cast_stress.cpp. Otherwise it ↵Howard Hinnant2012-01-311-1/+7
| | | | | | 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
* Clean up the vector testsMarshall Clow2011-06-131-1/+50
| | | | llvm-svn: 132921
* Implement vector new and delete functionalityMarshall Clow2011-06-101-0/+207
llvm-svn: 132832
OpenPOWER on IntegriCloud