summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawma2Ssl7yrV7NQ6zPklPtlymc2-WC_bt98 <Fotis@web>2013-07-15 09:18:42 +0200
committerGNU Hurd web pages engine <web-hurd@gnu.org>2013-07-15 09:18:42 +0200
commit71a62b8b52f06ed2bf33e89eaea8e1f233040d0b (patch)
tree91a2098afcbf038ac3db3b88a69ce58feba944ef /open_issues
parent5dd846b73784f20532281538877ef6fe6b8a4cfa (diff)
Added the libgo test results from both Linux and the Hurd.
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/gccgo.mdwn42
1 files changed, 42 insertions, 0 deletions
diff --git a/open_issues/gccgo.mdwn b/open_issues/gccgo.mdwn
index 9e724b95..18be3d93 100644
--- a/open_issues/gccgo.mdwn
+++ b/open_issues/gccgo.mdwn
@@ -93,6 +93,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)
+
+
---