You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
atf-c++/tests.cpp:wrap_body() catches exceptions from the test case body. Assuming that the test framework executes each test in a child process, this should not be necessary. In fact, if any exception is thrown, the easiest way to debug what went wrong is if there is a crash dump. But the try..catch statements in this method preclude that from ever occurring.
The text was updated successfully, but these errors were encountered:
atf-c++/tests.cpp:wrap_body() catches exceptions from the test case body. Assuming that the test framework executes each test in a child process, this should not be necessary. In fact, if any exception is thrown, the easiest way to debug what went wrong is if there is a crash dump. But the try..catch statements in this method preclude that from ever occurring.
The text was updated successfully, but these errors were encountered: