Fix: test_ir_visit.c: create valid SC PC/EH and trace packet header
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 29 May 2017 19:33:55 +0000 (15:33 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 20:58:12 +0000 (16:58 -0400)
commitc2aff3ff8f03e4aafb2ab4539bdac6b726d8c2f1
treefcb2c49d3fe0eb1b591851178444f79caadea706
parentda1cc6719ff24cfad103122ca91bf1e0fb56d9dd
Fix: test_ir_visit.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_ir_visit.c
This page took 0.024638 seconds and 4 git commands to generate.