Home
last modified time | relevance | path

Searched refs:teardown (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/rseq/
Drseq-arm.h127 #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 \
Drseq-mips.h132 #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 \
Drseq-s390.h122 #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 \
Drseq-x86.h98 #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/
DAddingTestCases.txt64 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/
DREADME30 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/
DAddingPlugins.txt22 teardown
81 'teardown'
/tools/testing/selftests/resctrl/
DREADME41 - teardown: umount resctrl and clear temporary files.