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

Kris Van Hees kris.van.hees at oracle.com
Wed Jul 27 20:13:45 UTC 2022


On Wed, May 11, 2022 at 10:12:52PM +0100, Nick Alcock via DTrace-devel wrote:
> Signed-off-by: Nick Alcock <nick.alcock at oracle.com>

test/unittest/error/tst.fault-location.sh

... and queued for dev

> ---
>  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
> 
> 
> _______________________________________________
> DTrace-devel mailing list
> DTrace-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/dtrace-devel



More information about the DTrace-devel mailing list