From: Antoine Tremblay Date: Mon, 30 May 2016 15:24:44 +0000 (-0400) Subject: Add emit_less_unsigned test in trace-condition.exp X-Git-Tag: binutils-2_27~352 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a781823347ec9cd84e5ccc0bb8ddde48f8d302b6;p=thirdparty%2Fbinutils-gdb.git Add emit_less_unsigned test in trace-condition.exp This patch adds coverage for emit_less_unsigned. gdb/testsuite/ChangeLog: * gdb.trace/trace-condition.exp: Add emit_less_unsigned test. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1b668ebffd2..3e6ba4fed03 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-05-30 Antoine Tremblay + + * gdb.trace/trace-condition.exp: Add emit_less_unsigned test. + 2016-05-30 Antoine Tremblay * gdb.trace/ftrace.exp (test_ftrace_condition): Remove. diff --git a/gdb/testsuite/gdb.trace/trace-condition.exp b/gdb/testsuite/gdb.trace/trace-condition.exp index 115d7eb2970..b169c62a464 100644 --- a/gdb/testsuite/gdb.trace/trace-condition.exp +++ b/gdb/testsuite/gdb.trace/trace-condition.exp @@ -179,6 +179,9 @@ foreach trace_command { "trace" "ftrace" } { test_tracepoints $trace_command "21 < 42" 10 test_tracepoints $trace_command "61 < 42" 0 + test_tracepoints $trace_command "21U < 42U" 10 + test_tracepoints $trace_command "61U < 42U" 0 + test_tracepoints $trace_command "42 <= 42" 10 test_tracepoints $trace_command "42 <= 11" 0