diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-26 15:18:15 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-26 15:18:15 +0200 |
commit | 2c18eac2140a577090c84854905728ebd2ce0fac (patch) | |
tree | 799129f165d6dc77a652fe574c7e8c4761e9625d /open_issues/gccgo.mdwn | |
parent | bba1488c7be842e5d0311ffa6541373d63b1164c (diff) | |
parent | ce4899ded119f3607515cc54252c4bad7224f804 (diff) | |
download | web-2c18eac2140a577090c84854905728ebd2ce0fac.tar.gz web-2c18eac2140a577090c84854905728ebd2ce0fac.tar.bz2 web-2c18eac2140a577090c84854905728ebd2ce0fac.zip |
Merge commit 'ce4899ded119f3607515cc54252c4bad7224f804'
Conflicts:
community/gsoc/project_ideas/mtab.mdwn
contributing.mdwn
hurd/translator/eth-filter.mdwn
hurd/translator/socketio.mdwn
open_issues/exec.mdwn
open_issues/gnumach_vm_object_resident_page_count.mdwn
public_hurd_boxen.mdwn
Diffstat (limited to 'open_issues/gccgo.mdwn')
-rw-r--r-- | open_issues/gccgo.mdwn | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/open_issues/gccgo.mdwn b/open_issues/gccgo.mdwn index a3c0e1d1..0861d27f 100644 --- a/open_issues/gccgo.mdwn +++ b/open_issues/gccgo.mdwn @@ -102,6 +102,48 @@ Also, in `libgo/runtime/proc.c`:`runtime_newm`, `pthread_attr_setstacksize` is used, which we also can't support yet, for the same reason. +======================== + +**gccgo manages to get compiled and pass a fair amount of its tests, however its library is failing all but one of its tests.** + +Following are the results of the passing suite between the libgo tests run on linux (x86) and the Hurd: + +# the Hurd: + + Test Run By root on Fri Jul 12 17:56:44 UTC 2013 + Native configuration is i686-unknown-gnu0.3 + + === libgo tests === + + Schedule of variations: + unix + + ... + + === libgo Summary === + + # of expected passes 1 + # of unexpected failures 130 + /root/gcc_new/gccbuild/./gcc/gccgo version 4.9.0 20130606 (experimental) (GCC) + +# Linux results: + + Test Run By fotis on Τρι 02 Ιούλ 2013 09:20:20 μμ EEST + Native configuration is i686-pc-linux-gnu + + === libgo tests === + + Schedule of variations: + unix + + ... + + === libgo Summary === + + # of expected passes 131 + /home/fotis/Software/gcc_build/./gcc/gccgo version 4.9.0 20130702 (experimental) (GCC) + + --- |