Re: [lttng-dev] babeltrace tests (master/2.0)

2017-08-10 Thread Philippe Proulx
On Thu, Aug 10, 2017 at 5:40 PM, Nathan Lynch wrote: > > Ping? > Sorry. We looked into this. There seems to be no easy way with Automake to have individual `check` targets in subdirectories and make the top-level `check` target recurse without stopping when a

Re: [lttng-dev] babeltrace tests (master/2.0)

2017-08-10 Thread Nathan Lynch
Ping? Nathan Lynch writes: > How is the babeltrace test suite on the master and stable-2.0 branches > intended to be used? > > Effectively there are four test suites, one for each definition of TESTS > in the tests/ directory. If one of them has a failure, 'make

Re: [lttng-dev] [PATCH] Port: Add glib checks for cross compilation

2017-08-10 Thread Jérémie Galarneau
Merged, thanks! Jérémie On 8 August 2017 at 15:19, Michael Jeanson wrote: > Signed-off-by: Michael Jeanson > --- > configure.ac | 24 > 1 file changed, 24 insertions(+) > > diff --git a/configure.ac b/configure.ac > index

Re: [lttng-dev] [PATCH] Fix test: ctf writer has too large offset_s

2017-08-10 Thread Jérémie Galarneau
This was fixed as part of a pull request [1] which was merged yesterday. Thanks! Jérémie [1] https://github.com/efficios/babeltrace/pull/75 On 8 August 2017 at 15:18, Michael Jeanson wrote: > The offset_s values multiplied by 10 overflows 64-bit. > >