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: skip __main


Pierre Muller wrote:
I was wondering: you get much less errors
than I do, do you have any special restrictions applied on your testsuite?



Oh, right. I was using this old board file in this machine:

# The canonical unix board description.
load_generic_config "unix";

process_multilib_options "";
set_board_info compiler  "[find_gcc]";
set_board_info bmk,use_alarm 1;
set_board_info gdb,noinferiorio 1;
set_board_info gdb,nosignals 1;
set_board_info ldflags "-Wl,--enable-auto-import"
send_user "configuring for cygwin testing\n";

It just skipped a bunch of problems I knew we had.
I'll stop using this on the machine I use to to testing
before submitting.  Thanks!

My testsuite rerun showed exacly the same results as before.
I notice that latelly I don't need to manually
rerun tests anymore, which is great.

Now we just need a maintainer to comment on the patch.

--
Pedro Alves


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