summaryrefslogtreecommitdiff
path: root/libcxxabi/test/dynamic_cast5.cpp
AgeCommit message (Collapse)Author
2015-01-21Rename all of the tests in preparation for merging lit configs with libcxxJonathan Roelofs
http://reviews.llvm.org/D7101 llvm-svn: 226691
2014-11-24[libcxxabi] Refactor test timing logic and disable by default.Eric Fiselier
Summary: When using LIT the timing output is entirely unused but introduces a dependency on `<chrono>`. When libc++ is built without a montonic clock this causes some of the tests to fail. This patch factors out all of the timing logic into `support/timer.hpp` and disables it by default. To enable the timing you must define `LIBCXXABI_TIME_TESTS`. Reviewers: mclow.lists, danalbert, jroelofs Reviewed By: jroelofs Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6391 llvm-svn: 222701
2012-01-16Comment smithing. Changed some casts from C-style to C++. And added ↵Howard Hinnant
timings to all of the tests. llvm-svn: 148241
2012-01-16I think this is getting close on __dynamic_cast. There's been quite a bit ↵Howard Hinnant
of code rearrangement, renaming, and better commenting. This exercise has exposed and fixed a few more bugs. I've also added several more tests (there's definitely a need for more tests here). llvm-svn: 148227
2012-01-12Oops, forgot to svn add the new test.Howard Hinnant
llvm-svn: 148047