aboutsummaryrefslogtreecommitdiff
path: root/support/check.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-12-23 13:57:55 +0100
committerFlorian Weimer <fweimer@redhat.com>2024-12-23 13:57:55 +0100
commitd0b8aa6de4529231fadfe604ac2c434e559c2d9e (patch)
tree71d275d465bf3d0e35eccc8989aa42490188f23f /support/check.h
parent55618e13968a60b89e5b226a23afaa8f17c5ef48 (diff)
downloadglibc-d0b8aa6de4529231fadfe604ac2c434e559c2d9e.tar.xz
glibc-d0b8aa6de4529231fadfe604ac2c434e559c2d9e.zip
support: Add support_record_failure_barrier
This can be used to stop execution after a TEST_COMPARE_BLOB failure, for example.
Diffstat (limited to 'support/check.h')
-rw-r--r--support/check.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/check.h b/support/check.h
index 7ea22c7a2c..8f41e5b99f 100644
--- a/support/check.h
+++ b/support/check.h
@@ -207,6 +207,9 @@ void support_record_failure_reset (void);
failures or not. */
int support_record_failure_is_failed (void);
+/* Terminate the process if any failures have been encountered so far. */
+void support_record_failure_barrier (void);
+
__END_DECLS
#endif /* SUPPORT_CHECK_H */