summaryrefslogtreecommitdiff
path: root/libgo/testsuite
AgeCommit message (Expand)Author
2015-09-15libgo: don't provide ustat on arm64 GNU/LinuxIan Lance Taylor
2015-08-20libgo/testsuite: another fix for killing the sleep processIan Lance Taylor
2015-08-07libgo/testsuite: don't call kill without argsIan Lance Taylor
2015-08-03libgo/testsuite: kill sleep process in gotestIan Lance Taylor
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor
2014-12-12Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr...Kyrylo Tkachov
2014-11-21runtime: GOARCH values for ppc64 BE & LEIan Lance Taylor
2014-07-01runtime: introduce build targets for running benchmarksIan Lance Taylor
2014-05-29runtime: add the --without-libatomic configure optionIan Lance Taylor
2013-11-19gotest: Recognize PPC ELF v2 function pointers in text section.Ian Lance Taylor
2013-02-09re PR go/56017 (libgo testsuite does not support cross testing)Ian Lance Taylor
2013-02-05re PR go/56017 (libgo testsuite does not support cross testing)Ian Lance Taylor
2013-02-02re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor
2012-10-23libgo: Update to current sources.Ian Lance Taylor
2012-09-20libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE.Ian Lance Taylor
2012-06-25gotest: Only look in data segment for ppc64, not ppc*.Ian Lance Taylor
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor
2012-04-24gotest: Remove race in use of ../testdata.Ian Lance Taylor
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.Ian Lance Taylor
2012-04-20gotest: Don't get confused by data tables named Test on PPC.Ian Lance Taylor
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.Ian Lance Taylor
2012-04-03gotest: Fix finding functions on PPC.Ian Lance Taylor
2012-02-14re PR go/48410 (weird installation dir)Ian Lance Taylor
2012-02-08math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.Ian Lance Taylor
2012-01-25libgo: Update to weekly.2012-01-15.Ian Lance Taylor
2012-01-06compiler, runtime: Implement struct and array comparisons.Ian Lance Taylor
2011-12-03libgo: Update to weekly.2011-11-02.Ian Lance Taylor
2011-12-03libgo: Generate dependencies automatically.Ian Lance Taylor
2011-11-01syscall: Portability code for epoll_event on GNU/Linux.Ian Lance Taylor
2011-10-26Update Go library to last weekly.Ian Lance Taylor
2011-10-23Implement new syscall package.Ian Lance Taylor
2011-09-26Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.Ian Lance Taylor
2011-09-21Increase default libgo test timeout.Ian Lance Taylor
2011-09-16Update Go library to r60.Ian Lance Taylor
2011-07-13libgo/testsuite/gotest: Run tests in source file order.Ian Lance Taylor
2011-07-11libgo: Define CC_FOR_BUILD in Makefile.Ian Lance Taylor
2011-04-05gotest: Add external timeout if internal timeout fails.Ian Lance Taylor
2011-04-05gotest: Avoid echo -n.Ian Lance Taylor
2011-04-01libgo: Support Solaris 8/9.Ian Lance Taylor
2011-03-31libgo: Set name of test when using DejaGNU tests.Ian Lance Taylor
2011-03-31re PR go/48242 (gotest needs timeout mechanism)Ian Lance Taylor
2011-03-30Update to current Go library.Ian Lance Taylor
2011-03-24Update to current version of Go library.Ian Lance Taylor
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor
2011-03-10re PR go/48020 (libgo flag test FAILs on Solaris 2)Ian Lance Taylor
2011-02-02libgo.exp: Set tmpdir.Ian Lance Taylor
2011-01-24Recognize m68k, mips, PPC. Don't require arch syscall files to exist.Ian Lance Taylor
2011-01-12Use correct nm and nm options.Ian Lance Taylor
2011-01-12Make using DejaGNU work for libgo testing on a native system.Ian Lance Taylor
2011-01-12Preliminary framework for Solaris support.Ian Lance Taylor