This is the mail archive of the gdb@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]

annota1.exp


Hi folks,

I'm seeing new failures in annota1.exp (on OpenBSD/i386 at least):

FAIL: gdb.base/annota1.exp: send SIGUSR1
FAIL: gdb.base/annota1.exp: signal sent

The problem seems to be that with a freshly built GDB I get:


signal SIGUSR1

^Z^Zpost-prompt
Continuing with signal SIGUSR1.

^Z^Zframes-invalid

^Z^Zstarting


but the expect pattern checks for the "frames-invalid" and "starting"
lines in reverse order:


        -re "\r\n\032\032post-prompt\r\nContinuing with signal SIGUSR1.\r\n\r\n\032\032starting\(\r\n\r\n\032\032frames-invalid\)+


Are people seeing the same thing on other platforms?


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