[DTrace-devel] [PATCH 10/20] tests: add descriptive comment to fault-location.sh

Nick Alcock nick.alcock at oracle.com
Wed May 11 21:12:52 UTC 2022


Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
---
 test/unittest/error/tst.fault-location.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/unittest/error/tst.fault-location.sh b/test/unittest/error/tst.fault-location.sh
index 48d18e89bea8..8bf04779931e 100755
--- a/test/unittest/error/tst.fault-location.sh
+++ b/test/unittest/error/tst.fault-location.sh
@@ -6,6 +6,9 @@
 # http://oss.oracle.com/licenses/upl.
 #
 
+# Check that the locus reported for a sample test fault is the same
+# as the call locus to dt_probe_error at which that fault is emitted.
+
 dtrace=$1
 
 $dtrace $dt_flags -xdisasm=8 -Sn '
-- 
2.36.1.263.g194b774378.dirty




More information about the DTrace-devel mailing list