Fix: test_ctf_ir_ref.c: create valid SC PC/EH and trace packet header
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 29 May 2017 19:27:23 +0000 (15:27 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 20:58:12 +0000 (16:58 -0400)
commitda1cc6719ff24cfad103122ca91bf1e0fb56d9dd
tree9df5642415a56da8179af1cf1f32bf82b8c7dc0d
parent50ad9320ef034cba9c1b997d57c69e09f1152d87
Fix: test_ctf_ir_ref.c: create valid SC PC/EH and trace packet header

Since CTF IR is more strict regarding the semantics of trace packet
header, stream class packet context and event header field types, this
test fails because the default packet context field type of a stream
class which is not created for a CTF writer object contains
`timestamp_begin` and `timestamp_end` fields which are not mapped to a
clock class.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/lib/test_ctf_ir_ref.c
This page took 0.02593 seconds and 4 git commands to generate.