Re: gotools patch committed: Test runtime, misc/cgo/{test,testcarchive}

2017-08-14 Thread Uros Bizjak
On Wed, Jul 26, 2017 at 10:26 PM, Ian Lance Taylor wrote: > On Sat, Jul 22, 2017 at 11:08 AM, Uros Bizjak wrote: >>> This patch to the gotools Makefile adds tests to `make check`. We now >>> test the runtime package using the newly built go tool, and test that >>> cgo works by running the misc/c

Re: gotools patch committed: Test runtime, misc/cgo/{test,testcarchive}

2017-08-04 Thread Ian Lance Taylor
On Fri, Aug 4, 2017 at 3:54 AM, Uros Bizjak wrote: > > The problem was following: > > runtime.Breakpoint comprises only call to __builtin_trap (), which in > case of alpha maps to "call_pall 0x81". Since __builtin_trap () is a > noreturn function, no other instructions are emitted after call_pal.

Re: gotools patch committed: Test runtime, misc/cgo/{test,testcarchive}

2017-08-04 Thread Uros Bizjak
On Wed, Jul 26, 2017 at 10:26 PM, Ian Lance Taylor wrote: > On Sat, Jul 22, 2017 at 11:08 AM, Uros Bizjak wrote: >>> This patch to the gotools Makefile adds tests to `make check`. We now >>> test the runtime package using the newly built go tool, and test that >>> cgo works by running the misc/c

Re: gotools patch committed: Test runtime, misc/cgo/{test,testcarchive}

2017-07-26 Thread Ian Lance Taylor
On Sat, Jul 22, 2017 at 11:08 AM, Uros Bizjak wrote: >> This patch to the gotools Makefile adds tests to `make check`. We now >> test the runtime package using the newly built go tool, and test that >> cgo works by running the misc/cgo/test and misc/cgo/testcarchive >> tests. Bootstrapped and ra

Re: gotools patch committed: Test runtime, misc/cgo/{test,testcarchive}

2017-07-22 Thread Uros Bizjak
> This patch to the gotools Makefile adds tests to `make check`. We now > test the runtime package using the newly built go tool, and test that > cgo works by running the misc/cgo/test and misc/cgo/testcarchive > tests. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. > Committed to main

Re: gotools patch committed: Test runtime, misc/cgo/{test,testcarchive}

2017-07-14 Thread Ian Lance Taylor
On Fri, Jul 14, 2017 at 11:41 AM, Uros Bizjak wrote: > On Thu, Jul 13, 2017 at 9:56 PM, Ian Lance Taylor wrote: >> On Thu, Jun 29, 2017 at 11:40 PM, Uros Bizjak wrote: >>> This patch to the gotools Makefile adds tests to `make check`. We now test the runtime package using the newly bu

Re: gotools patch committed: Test runtime, misc/cgo/{test,testcarchive}

2017-07-14 Thread Uros Bizjak
On Thu, Jul 13, 2017 at 9:56 PM, Ian Lance Taylor wrote: > On Thu, Jun 29, 2017 at 11:40 PM, Uros Bizjak wrote: >> >>> This patch to the gotools Makefile adds tests to `make check`. We now >>> test the runtime package using the newly built go tool, and test that >>> cgo works by running the misc

Re: gotools patch committed: Test runtime, misc/cgo/{test,testcarchive}

2017-07-13 Thread Ian Lance Taylor
On Thu, Jun 29, 2017 at 11:40 PM, Uros Bizjak wrote: > >> This patch to the gotools Makefile adds tests to `make check`. We now >> test the runtime package using the newly built go tool, and test that >> cgo works by running the misc/cgo/test and misc/cgo/testcarchive >> tests. Bootstrapped and

Re: gotools patch committed: Test runtime, misc/cgo/{test,testcarchive}

2017-06-29 Thread Uros Bizjak
Hello! > This patch to the gotools Makefile adds tests to `make check`. We now > test the runtime package using the newly built go tool, and test that > cgo works by running the misc/cgo/test and misc/cgo/testcarchive > tests. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. > Committed