Searched refs:exception (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Dregex_test.c37 int exception; /* regcomp accepts but is disallowed. */ member in struct:__anon280
1082 (r == 0 && tests[i].expect == -1)) && !tests[i].exception)
1088 !tests[i].exception) {
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dexceptions_test.cpp96 } catch (const std::exception& e) {
97 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
112 } catch (const std::exception& e) {
113 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
130 } catch (const std::exception& e) {
131 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
H A Dapplication.cpp240 } catch (const std::exception& e) {
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dmacros.hpp145 } catch (const std::exception& atfu_e) { \
177 } catch (const std::exception& atfu_e) { \
/bind-9.11.3/unit/atf-src/tools/
H A Dapplication.cpp307 } catch (const std::exception& e) {
H A Drequirements.cpp317 } catch (const std::exception& e) {

Completed in 17 milliseconds