Update test driver to continue executing after exceptions and other failures (#868)
* Improve handling of exceptions in test driver
* Formatting
* Auto print exception
* Formatting
* Fork each test case
* Formatting
* Exclude gcc 5 debug build
* Fix tidy issues
* Add color
* Formatting
* Create driver class
* Formatting
* Customize test_case names
* Formatting
* Report status from forked processes
* Formatting
* Update the verify driver
* Formatting
* Print out failed tests
* Formatting
* Fix tidy issues
* Formatting
* Expect passing
* Improve failure reporting on non-linux systems
* Fix ifdef
* Flush code code cov
* Formatting
* Fix tidy
* Check if weak symbols is linked
* Formatting
* Add continue flag
* Formatting
* Set exe name
* Use stringstream and use quotes
Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
Showing
src/compile_src.cpp
100644 → 100755
src/include/migraphx/dynamic_loader.hpp
100644 → 100755
File mode changed from 100644 to 100755
test/main.cpp
100644 → 100755
test/verify/auto_print.hpp
100644 → 100755
test/verify/run_verify.cpp
100644 → 100755
Please register or sign in to comment