aboutsummaryrefslogtreecommitdiff
path: root/libgo/testsuite
AgeCommit message (Collapse)Author
2012-05-14libgo: Use -fgo-pkgpath.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@187486 138bc75d-0d04-0410-961f-82ee72b054a4
2012-04-24gotest: Remove race in use of ../testdata.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@186782 138bc75d-0d04-0410-961f-82ee72b054a4
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@186641 138bc75d-0d04-0410-961f-82ee72b054a4
2012-04-20gotest: Don't get confused by data tables named Test on PPC.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@186606 138bc75d-0d04-0410-961f-82ee72b054a4
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@186124 138bc75d-0d04-0410-961f-82ee72b054a4
2012-04-03gotest: Fix finding functions on PPC.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@186113 138bc75d-0d04-0410-961f-82ee72b054a4
2012-02-14 PR go/48410ian
libgo: Don't put .gox files in version-specific directory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184223 138bc75d-0d04-0410-961f-82ee72b054a4
2012-02-08math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184015 138bc75d-0d04-0410-961f-82ee72b054a4
2012-01-25libgo: Update to weekly.2012-01-15.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183539 138bc75d-0d04-0410-961f-82ee72b054a4
2012-01-06compiler, runtime: Implement struct and array comparisons.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182971 138bc75d-0d04-0410-961f-82ee72b054a4
2011-12-03libgo: Update to weekly.2011-11-02.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181964 138bc75d-0d04-0410-961f-82ee72b054a4
2011-12-03libgo: Generate dependencies automatically.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181955 138bc75d-0d04-0410-961f-82ee72b054a4
2011-11-01syscall: Portability code for epoll_event on GNU/Linux.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180729 138bc75d-0d04-0410-961f-82ee72b054a4
2011-10-26Update Go library to last weekly.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180552 138bc75d-0d04-0410-961f-82ee72b054a4
2011-10-23Implement new syscall package.ian
Calls to library functions now use entersyscall and exitsyscall as appropriate. This is a first step toward multiplexing goroutines onto threads. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180345 138bc75d-0d04-0410-961f-82ee72b054a4
2011-09-26Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179219 138bc75d-0d04-0410-961f-82ee72b054a4
2011-09-21Increase default libgo test timeout.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179062 138bc75d-0d04-0410-961f-82ee72b054a4
2011-09-16Update Go library to r60.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178910 138bc75d-0d04-0410-961f-82ee72b054a4
2011-07-13libgo/testsuite/gotest: Run tests in source file order.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176223 138bc75d-0d04-0410-961f-82ee72b054a4
2011-07-11libgo: Define CC_FOR_BUILD in Makefile.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176182 138bc75d-0d04-0410-961f-82ee72b054a4
2011-04-05gotest: Add external timeout if internal timeout fails.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172003 138bc75d-0d04-0410-961f-82ee72b054a4
2011-04-05gotest: Avoid echo -n.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172000 138bc75d-0d04-0410-961f-82ee72b054a4
2011-04-01libgo: Support Solaris 8/9.ian
From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171818 138bc75d-0d04-0410-961f-82ee72b054a4
2011-03-31libgo: Set name of test when using DejaGNU tests.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171805 138bc75d-0d04-0410-961f-82ee72b054a4
2011-03-31 PR go/48242ian
libgo: Add timeout for tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171803 138bc75d-0d04-0410-961f-82ee72b054a4
2011-03-30Update to current Go library.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171732 138bc75d-0d04-0410-961f-82ee72b054a4
2011-03-24Update to current version of Go library.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171427 138bc75d-0d04-0410-961f-82ee72b054a4
2011-03-16Update to current version of Go library (revision 94d654be2064).ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171076 138bc75d-0d04-0410-961f-82ee72b054a4
2011-03-10 PR go/48020ian
gotest: Pass -v to nm to avoid sorting on Solaris. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170842 138bc75d-0d04-0410-961f-82ee72b054a4
2011-02-02libgo.exp: Set tmpdir.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169529 138bc75d-0d04-0410-961f-82ee72b054a4
2011-01-24Recognize m68k, mips, PPC. Don't require arch syscall files to exist.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169185 138bc75d-0d04-0410-961f-82ee72b054a4
2011-01-12Use correct nm and nm options.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168730 138bc75d-0d04-0410-961f-82ee72b054a4
2011-01-12Make using DejaGNU work for libgo testing on a native system.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168729 138bc75d-0d04-0410-961f-82ee72b054a4
2011-01-12Preliminary framework for Solaris support.ian
Partly from Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168697 138bc75d-0d04-0410-961f-82ee72b054a4
2011-01-12Simplify libgo Makefile conditionals.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168696 138bc75d-0d04-0410-961f-82ee72b054a4
2010-12-08 PR other/46840ian
Link libgo against -lm. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167582 138bc75d-0d04-0410-961f-82ee72b054a4
2010-12-03Check for -pthread and -lpthread at configure time.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167445 138bc75d-0d04-0410-961f-82ee72b054a4
2010-12-03Add Go frontend, libgo library, and Go testsuite.ian
gcc/: * gcc.c (default_compilers): Add entry for ".go". * common.opt: Add -static-libgo as a driver option. * doc/install.texi (Configuration): Mention libgo as an option for --enable-shared. Mention go as an option for --enable-languages. * doc/invoke.texi (Overall Options): Mention .go as a file name suffix. Mention go as a -x option. * doc/frontends.texi (G++ and GCC): Mention Go as a supported language. * doc/sourcebuild.texi (Top Level): Mention libgo. * doc/standards.texi (Standards): Add section on Go language. Move references for other languages into their own section. * doc/contrib.texi (Contributors): Mention that I contributed the Go frontend. gcc/testsuite/: * lib/go.exp: New file. * lib/go-dg.exp: New file. * lib/go-torture.exp: New file. * lib/target-supports.exp (check_compile): Match // Go. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167407 138bc75d-0d04-0410-961f-82ee72b054a4