mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
Fix typo in ftrace.exp condition testing
This obvious patch replaces "ond" wiht "cond" as the test prefix for conditional tests. gdb/testsuite/ChangeLog: * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||||||
|
|
||||||
|
* gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
|
||||||
|
|
||||||
2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
|
2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
|
||||||
|
|
||||||
* gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
|
* gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
|
||||||
|
@ -180,7 +180,7 @@ proc test_fast_tracepoints {} {
|
|||||||
# LIST is a list of expected values of VAR should be collected
|
# LIST is a list of expected values of VAR should be collected
|
||||||
# based on the CONDEXP.
|
# based on the CONDEXP.
|
||||||
proc test_ftrace_condition { condexp var list } \
|
proc test_ftrace_condition { condexp var list } \
|
||||||
{ with_test_prefix "ond $condexp" \
|
{ with_test_prefix "cond $condexp" \
|
||||||
{
|
{
|
||||||
global executable
|
global executable
|
||||||
global hex
|
global hex
|
||||||
|
Reference in New Issue
Block a user