Move trace conditions tests from ftrace.exp to trace-condition.exp
authorAntoine Tremblay <antoine.tremblay@ericsson.com>
Mon, 30 May 2016 15:24:44 +0000 (11:24 -0400)
committerAntoine Tremblay <antoine.tremblay@ericsson.com>
Mon, 30 May 2016 16:51:13 +0000 (12:51 -0400)
commit0d33646690c2e88624cd9646539d63d4144d03e8
tree0a0feb763095e66f3805aedf38010b6f4f8a1952
parent7faeb45ae36426b827c49457cf7186d73756cccc
Move trace conditions tests from ftrace.exp to trace-condition.exp

This patch moves conditional tests that were done in ftrace.exp to
trace-condition.exp.

Note that emit_ref is now tested by the anarg local variable there is no
need to test the register directly.

All emit calls have been tested using asserts before / after the move, to
ensure that the tests cover the same functions.

Note that these function were not covered before and are still not:
emit_gt_goto, emit_lt_goto, emit_pop, emit_unsigned_less.

gdb/testsuite/ChangeLog:

* gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
Move condition tests...
* gdb.trace/trace-condition.exp: Here.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/ftrace.exp
gdb/testsuite/gdb.trace/trace-condition.exp