This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Use do_self_tests in selftest.exp


On Thu, Jul 14, 2016 at 1:44 PM, Yao Qi <qiyaoltc@gmail.com> wrote:
> This patch uses do_self_tests to simplify selftest.exp.  It doesn't
> change the tests except the order,
>
> -PASS: gdb.gdb/selftest.exp: Disassemble main
>  PASS: gdb.gdb/selftest.exp: breakpoint in captured_main
> +PASS: gdb.gdb/selftest.exp: run until breakpoint at captured_main
> +PASS: gdb.gdb/selftest.exp: Disassemble main
>  PASS: gdb.gdb/selftest.exp: set interrupt character in test_with_self
>  PASS: gdb.gdb/selftest.exp: set listsize to 1
> -PASS: gdb.gdb/selftest.exp: run until breakpoint at captured_main
>
> gdb/testsuite:
>
> 2016-07-14  Yao Qi  <yao.qi@linaro.org>
>
>         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
>         (test_with_self): Remove some code.  Remove argument executable.
>         (top-level): Use do_self_tests.

I pushed it in.

-- 
Yao (齐尧)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]