Lines Matching refs:exception
194 TEST_ASSERT(!events.exception.pending, in queue_ss_exception()
195 "Vector %d unexpectedlt pending", events.exception.nr); in queue_ss_exception()
196 TEST_ASSERT(!events.exception.injected, in queue_ss_exception()
197 "Vector %d unexpectedly injected", events.exception.nr); in queue_ss_exception()
200 events.exception.pending = !inject; in queue_ss_exception()
201 events.exception.injected = inject; in queue_ss_exception()
202 events.exception.nr = SS_VECTOR; in queue_ss_exception()
203 events.exception.has_error_code = true; in queue_ss_exception()
204 events.exception.error_code = SS_ERROR_CODE; in queue_ss_exception()
248 TEST_ASSERT_EQ(events.exception.pending, true); in main()
249 TEST_ASSERT_EQ(events.exception.nr, SS_VECTOR); in main()
250 TEST_ASSERT_EQ(events.exception.has_error_code, true); in main()
251 TEST_ASSERT_EQ(events.exception.error_code, SS_ERROR_CODE); in main()