Home | History | Annotate | Download | only in test

Lines Matching refs:SEH

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'
118 * C++ exceptions are caught and logged as C++ (not SEH) exceptions
221 # Filters out SEH exception tests on Windows. Unhandled SEH exceptions
223 FITLER_OUT_SEH_TESTS_FLAG = FILTER_FLAG + '=-*Seh*'