From: Francis Deslauriers Date: Wed, 25 Sep 2019 20:55:40 +0000 (-0400) Subject: Tests: debug-info: compare without `debug-info` component X-Git-Tag: v2.0.0-rc2~53 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=28c208b234d9ee0c7733f2a75040f0182035c057;hp=28c208b234d9ee0c7733f2a75040f0182035c057;p=babeltrace.git Tests: debug-info: compare without `debug-info` component I find it useful to compare the output of a graph processing a regular CTF trace (with no debugging information) with and without a `debug-info` component. Since those traces don't have the necessary debugging information for the `debug-info` component to add something, the output of such graphs should be identical. This confirms that the `debug-info` component copies the traces accurately. Signed-off-by: Francis Deslauriers Change-Id: I31c6dfdc97f2bd84ea9fbbaeafbd4c9259d26b6e Reviewed-on: https://review.lttng.org/c/babeltrace/+/2094 Tested-by: jenkins Reviewed-by: Simon Marchi ---