Lines Matching refs:exception
31 """Tests Google Test's exception catching behavior.
86 """Tests exception-catching behavior."""
90 self.assert_('SEH exception with code 0x2a thrown '
93 self.assert_('SEH exception with code 0x2a thrown '
96 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
98 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
100 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
102 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
104 self.assert_('SEH exception with code 0x2a thrown in the test body'
115 """Tests C++ exception-catching behavior.
119 * Exception thrown affect the remainder of the test work flow in the
124 self.assert_('C++ exception with description '
125 '"Standard C++ exception" thrown '
137 self.assert_('C++ exception with description '
138 '"Standard C++ exception" thrown '
146 self.assert_('C++ exception with description "Standard C++ exception"'
169 self.assert_('C++ exception with description "Standard C++ exception"'
174 self.assert_('C++ exception with description "Standard C++ exception"'
192 self.assert_('C++ exception with description "Standard C++ exception"'
203 self.assert_('C++ exception with description "Standard C++ exception"'
217 self.assert_('Unknown C++ exception thrown in the test body'
221 # Filters out SEH exception tests on Windows. Unhandled SEH exceptions
231 self.assert_('Unhandled C++ exception terminating the program'