summaryrefslogtreecommitdiff
path: root/libgo/testsuite
Commit message (Expand)AuthorAgeFilesLines
* libgo: If compiler can split-stack and linker can not, use -fno-split-stack.ian2015-09-151-0/+1
* libgo: don't provide ustat on arm64 GNU/Linuxian2015-09-151-13/+47
* libgo/testsuite: another fix for killing the sleep processian2015-08-201-3/+6
* libgo/testsuite: don't call kill without argsian2015-08-071-1/+4
* libgo/testsuite: kill sleep process in gotestian2015-08-031-1/+1
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian2015-01-151-4/+25
* Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr...ktkachov2014-12-121-0/+2
* runtime: GOARCH values for ppc64 BE & LEian2014-11-211-1/+1
* runtime: introduce build targets for running benchmarksian2014-07-011-14/+32
* runtime: add the --without-libatomic configure optionian2014-05-291-0/+1
* gotest: Recognize PPC ELF v2 function pointers in text section.ian2013-11-191-1/+1
* PR go/56017ian2013-02-091-0/+1
* PR go/56017ian2013-02-051-0/+1
* PR go/56171ian2013-02-021-0/+9
* libgo: Update to current sources.ian2012-10-231-4/+12
* libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE.ian2012-09-201-36/+3
* gotest: Only look in data segment for ppc64, not ppc*.ian2012-06-251-1/+1
* libgo: Use -fgo-pkgpath.ian2012-05-141-8/+25
* gotest: Remove race in use of ../testdata.ian2012-04-241-14/+16
* net, syscall: Use native endianness for GNU/Linux netlink code.ian2012-04-201-1/+0
* gotest: Don't get confused by data tables named Test on PPC.ian2012-04-201-3/+3
* syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian2012-04-031-0/+1
* gotest: Fix finding functions on PPC.ian2012-04-031-1/+16
* PR go/48410ian2012-02-141-1/+1
* math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.ian2012-02-081-0/+1
* libgo: Update to weekly.2012-01-15.ian2012-01-251-4/+14
* compiler, runtime: Implement struct and array comparisons.ian2012-01-061-3/+3
* libgo: Update to weekly.2011-11-02.ian2011-12-031-2/+1
* libgo: Generate dependencies automatically.ian2011-12-031-0/+1
* syscall: Portability code for epoll_event on GNU/Linux.ian2011-11-011-0/+2
* Update Go library to last weekly.ian2011-10-261-1/+17
* Implement new syscall package.ian2011-10-231-1/+4
* Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.ian2011-09-261-1/+1
* Increase default libgo test timeout.ian2011-09-211-1/+1
* Update Go library to r60.ian2011-09-162-1/+22
* libgo/testsuite/gotest: Run tests in source file order.ian2011-07-131-2/+2
* libgo: Define CC_FOR_BUILD in Makefile.ian2011-07-111-0/+1
* gotest: Add external timeout if internal timeout fails.ian2011-04-051-1/+14
* gotest: Avoid echo -n.ian2011-04-051-2/+2
* libgo: Support Solaris 8/9.ian2011-04-011-0/+1
* libgo: Set name of test when using DejaGNU tests.ian2011-03-312-1/+21
* PR go/48242ian2011-03-311-1/+11
* Update to current Go library.ian2011-03-302-2/+2
* Update to current version of Go library.ian2011-03-241-9/+44
* Update to current version of Go library (revision 94d654be2064).ian2011-03-161-0/+7
* PR go/48020ian2011-03-101-1/+3
* libgo.exp: Set tmpdir.ian2011-02-021-0/+4
* Recognize m68k, mips, PPC. Don't require arch syscall files to exist.ian2011-01-241-0/+2
* Use correct nm and nm options.ian2011-01-121-1/+3
* Make using DejaGNU work for libgo testing on a native system.ian2011-01-123-12/+24