Searched refs:teardown (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/rseq/ |
D | rseq-arm.h | 127 #define __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ argument 136 teardown \ 139 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument 141 __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ 145 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument 147 teardown \
|
D | rseq-mips.h | 132 #define __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ argument 143 teardown \ 146 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument 148 __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ 152 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument 154 teardown \
|
D | rseq-s390.h | 122 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument 126 teardown \ 130 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument 133 teardown \
|
D | rseq-x86.h | 98 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument 104 teardown \ 108 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument 111 teardown \ 707 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument 713 teardown \ 717 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument 720 teardown \
|
/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt | 64 teardown: The list of commands to clean up after the test is completed. 78 If an error is detected during the setup/teardown process, execution of the 84 Repeated failures of the setup/teardown may indicate a problem with the test 87 It's possible to include acceptable exit codes with the setup/teardown command
|
/tools/testing/selftests/tc-testing/ |
D | README | 30 teardown commands - which includes not being able to run a test simply 84 - teardown 86 The setup and teardown stages can run zero or more commands. The setup 87 stage does some setup if the test needs it. The teardown stage undoes 205 failure during setup or teardown stage. 219 - teardown
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 22 teardown 81 'teardown'
|
/tools/testing/selftests/resctrl/ |
D | README | 41 - teardown: umount resctrl and clear temporary files.
|