]> git.ipfire.org Git - thirdparty/gcc.git/history - libgo/testsuite
libgo: only build syscall test with -static on GNU/Linux
[thirdparty/gcc.git] / libgo / testsuite /
2020-04-24  eric fanggotest: increase the test timeout
2020-01-24  Ian Lance Taylorlibgo: handle --with-toolexeclibdir=.
2020-01-23  Ian Lance Taylorgotest: explicitly skip type descriptors
2020-01-22  Ian Lance Taylorlibgo: update to Go1.14beta1
2020-01-10  Ian Lance Taylorgotest: don't use local
2020-01-09  Ian Lance Taylorlibgo: compile examples in _test packages
2019-11-15  Ian Lance Taylortestmain.exp: link against GOLIBS
2019-11-11  Ian Lance Taylorlibgo: fix DejaGNU testsuite compiler when using build...
2019-09-13  Ian Lance Taylorlibgo: don't use \? in grep pattern
2019-09-11  Ian Lance Taylorgotest: force test package to be imported first
2019-09-06  Ian Lance Taylorlibgo: update to Go 1.13beta1 release
2019-06-26  Ian Lance Taylorlibgo/testsuite: ignore symbols with a leading dot...
2019-05-31  Ian Lance Taylorruntime: drop unused C type reflection code
2019-05-31  Ian Lance Taylorruntime: implement cheaper context switch on Linux...
2019-03-01  Ian Lance Taylorcommit 66ac9466852d11e968f8fd2ad6ffc7386cee49e1
2019-02-27  Ian Lance Taylorre PR go/89172 (FAIL: runtime/pprof)
2019-02-15  Ian Lance Taylorre PR go/89168 (FAIL: cmd/go/internal/load)
2019-01-18  Ian Lance Taylorlibgo: update to Go1.12beta2
2018-10-31  Ian Lance Taylorre PR bootstrap/82856 (--enable-maintainter-mode broken...
2018-10-26  Ian Lance Taylorlibgo: simplify gotest script to avoid sed substitution...
2018-10-26  Ian Lance Taylorlibgo: avoid use of 'local' directive in shell script
2018-10-26  Ian Lance Taylorlibgo: don't use wc in gotest
2018-10-25  Ian Lance Taylorcompiler: improve name mangling for packpaths
2018-09-24  Ian Lance Taylorlibgo: update to Go 1.11
2018-05-02  Ian Lance Taylorlibgo: add support for the Nios II architecture
2018-04-20  Ian Lance Taylorgotest: only use [TD] on big-endian PPC64 non-AIX systems
2018-02-22  Andreas Schwabre PR go/84484 (libgo configure tests fail to find...
2018-02-08  Ian Lance Taylorruntime: get missing function name from symbol table
2018-01-31  Ian Lance Taylorgotest: accept symbols with leading dot
2018-01-25  Ian Lance Taylorcompiler: deref receiver types in mangled names
2018-01-14  Ian Lance Taylorgo/types: implement SizesFor for gccgo
2018-01-10  Ian Lance Taylorlibgo: add platform support for SuperH
2018-01-09  Ian Lance Taylorlibgo: update to Go1.10beta1
2017-09-14  Ian Lance Taylorlibgo: update to go1.9
2017-06-21  Ian Lance Taylorlibgo: remove old MIPS architecture names
2017-05-10  Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
2017-01-14  Ian Lance Taylorlibgo: update to Go 1.8 release candidate 1
2017-01-06  Ian Lance Taylorre PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)
2016-12-13  Ian Lance Taylorlibgo: fixes for Solaris build
2016-09-11  Ian Lance Taylorruntime/internal/sys: new package, API copied from...
2016-08-13  Ian Lance Taylorlibgo: don't unset in shell script
2016-08-08  Ian Lance Taylortestsuite: fix gotest for absolute srcdir
2016-08-07  Ian Lance Taylorinternal/syscall/unix: fix syscalls for alpha, ia64...
2016-08-06  Ian Lance Taylorlibgo: change build procedure to use build tags
2016-08-03  Ian Lance Taylorgotest: multiple +build lines must all be true
2016-01-11  Ian Lance Taylorre PR go/68980 (ps -o cmd in gotest isn't portable)
2015-11-04  Ian Lance Taylorgotest: fix handling of --goarch option
2015-10-31  Ian Lance Taylorruntime: Remove now unnecessary pad field from ParFor.
2015-10-09  David MalcolmTestsuite: add dg-{begin|end}-multiline-output commands
2015-09-15  Ian Lance Taylorlibgo: If compiler can split-stack and linker can not...
2015-09-15  Ian Lance Taylorlibgo: don't provide ustat on arm64 GNU/Linux
2015-08-20  Ian Lance Taylorlibgo/testsuite: another fix for killing the sleep...
2015-08-07  Ian Lance Taylorlibgo/testsuite: don't call kill without args
2015-08-03  Ian Lance Taylorlibgo/testsuite: kill sleep process in gotest
2015-01-15  Ian Lance Taylorlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2014-12-12  Kyrylo TkachovAdd load of target-utils.exp to libatomic, libitm,...
2014-11-21  Ian Lance Taylorruntime: GOARCH values for ppc64 BE & LE
2014-07-01  Ian Lance Taylorruntime: introduce build targets for running benchmarks
2014-05-29  Ian Lance Taylorruntime: add the --without-libatomic configure option
2013-11-19  Ian Lance Taylorgotest: Recognize PPC ELF v2 function pointers in text...
2013-02-09  Ian Lance Taylorre PR go/56017 (libgo testsuite does not support cross...
2013-02-05  Ian Lance Taylorre PR go/56017 (libgo testsuite does not support cross...
2013-02-02  Ian Lance Taylorre PR go/56171 (syscall FAILs on Solaris)
2012-10-23  Ian Lance Taylorlibgo: Update to current sources.
2012-09-20  Ian Lance Taylorlibgo: Add no-dist and -Wno-portability to AM_INIT_AUTO...
2012-06-25  Ian Lance Taylorgotest: Only look in data segment for ppc64, not ppc*.
2012-05-14  Ian Lance Taylorlibgo: Use -fgo-pkgpath.
2012-04-24  Ian Lance Taylorgotest: Remove race in use of ../testdata.
2012-04-20  Ian Lance Taylornet, syscall: Use native endianness for GNU/Linux netli...
2012-04-20  Ian Lance Taylorgotest: Don't get confused by data tables named Test...
2012-04-03  Ian Lance Taylorsyscall, net: Fix GNU/Linux netlink code for big-endian...
2012-04-03  Ian Lance Taylorgotest: Fix finding functions on PPC.
2012-02-14  Ian Lance Taylorre PR go/48410 (weird installation dir)
2012-02-08  Ian Lance Taylormath: Compile with -mfancy-math-387 -funsafe-optimizati...
2012-01-25  Ian Lance Taylorlibgo: Update to weekly.2012-01-15.
2012-01-06  Ian Lance Taylorcompiler, runtime: Implement struct and array comparisons.
2011-12-03  Ian Lance Taylorlibgo: Update to weekly.2011-11-02.
2011-12-03  Ian Lance Taylorlibgo: Generate dependencies automatically.
2011-11-01  Ian Lance Taylorsyscall: Portability code for epoll_event on GNU/Linux.
2011-10-26  Ian Lance TaylorUpdate Go library to last weekly.
2011-10-23  Ian Lance TaylorImplement new syscall package.
2011-09-26  Ian Lance TaylorPass $(MATH_LIBS) $(NET_LIBS) when linking tests.
2011-09-21  Ian Lance TaylorIncrease default libgo test timeout.
2011-09-16  Ian Lance TaylorUpdate Go library to r60.
2011-07-13  Ian Lance Taylorlibgo/testsuite/gotest: Run tests in source file order.
2011-07-11  Ian Lance Taylorlibgo: Define CC_FOR_BUILD in Makefile.
2011-04-05  Ian Lance Taylorgotest: Add external timeout if internal timeout fails.
2011-04-05  Ian Lance Taylorgotest: Avoid echo -n.
2011-04-01  Ian Lance Taylorlibgo: Support Solaris 8/9.
2011-03-31  Ian Lance Taylorlibgo: Set name of test when using DejaGNU tests.
2011-03-31  Ian Lance Taylorre PR go/48242 (gotest needs timeout mechanism)
2011-03-30  Ian Lance TaylorUpdate to current Go library.
2011-03-24  Ian Lance TaylorUpdate to current version of Go library.
2011-03-16  Ian Lance TaylorUpdate to current version of Go library (revision 94d65...
2011-03-10  Ian Lance Taylorre PR go/48020 (libgo flag test FAILs on Solaris 2)
2011-02-02  Ian Lance Taylorlibgo.exp: Set tmpdir.
2011-01-24  Ian Lance TaylorRecognize m68k, mips, PPC. Don't require arch syscall...
2011-01-12  Ian Lance TaylorUse correct nm and nm options.
2011-01-12  Ian Lance TaylorMake using DejaGNU work for libgo testing on a native...
2011-01-12  Ian Lance TaylorPreliminary framework for Solaris support.
next