Lines Matching +full:- +full:alike
7 - Tests are built around a common main compilation unit: such shared main
9 signal-test (setup/trigger/run/result/cleanup)
11 - The above mentioned ops are configurable on a test-by-test basis: each test
14 - Each signal testcase is compiled into its own executable: a separate
20 - New tests can be simply defined in testcases/ dir providing a proper struct
24 - Signals' test-cases hereafter defined belong currently to two
27 - 'mangle_' tests: a real signal (SIGUSR1) is raised and used as a trigger
31 - 'fake_sigreturn_' tests: a brand new custom artificial sigframe structure
36 - Most of these tests are successfully passing if the process gets killed by
38 kind of tests it is extremely easy in fact to end-up injecting other
43 In order to alleviate the misery of the life of such test-developer, a few
46 - a couple of ASSERT_BAD/GOOD_CONTEXT() macros to easily parse a ucontext_t
51 - a sanity mechanism to be used in 'fake_sigreturn_'-alike tests: enabled by
52 default it takes care to verify that the test-execution had at least
57 - some fatal signal sent by the Kernel to the test process
59 - analyzing some final regs state