[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5614 - in glibc-package/trunk/debian: . patches patches/powerpcspe testsuite-checking



Author: aurel32
Date: 2013-05-31 22:50:28 +0000 (Fri, 31 May 2013)
New Revision: 5614

Added:
   glibc-package/trunk/debian/patches/powerpcspe/unsubmitted-nearbyint.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
   glibc-package/trunk/debian/testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
Log:
  * Add powerpcspe/unsubmitted-nearbyint.diff to fix FTBFS on powerpcspe
    (Closes: #708741).
  * Update testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
    (Closes: #693895).



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2013-05-31 22:16:20 UTC (rev 5613)
+++ glibc-package/trunk/debian/changelog	2013-05-31 22:50:28 UTC (rev 5614)
@@ -16,6 +16,10 @@
   * debhelper.in/libc-bin.postinst: remove duplicate trigger message.
     Closes: #707919.
   * Update Hungarian debconf translation, by Nagy Elemér Károly. 
+  * Add powerpcspe/unsubmitted-nearbyint.diff to fix FTBFS on powerpcspe
+    (Closes: #708741).
+  * Update testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
+    (Closes: #693895).
 
  -- Adam Conrad <adconrad@0c3.net>  Thu, 16 May 2013 16:09:55 -0600
 

Added: glibc-package/trunk/debian/patches/powerpcspe/unsubmitted-nearbyint.diff
===================================================================
--- glibc-package/trunk/debian/patches/powerpcspe/unsubmitted-nearbyint.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/powerpcspe/unsubmitted-nearbyint.diff	2013-05-31 22:50:28 UTC (rev 5614)
@@ -0,0 +1,8 @@
+--- /dev/null
++++ b/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_nearbyintf.c
+@@ -0,0 +1 @@
++#include <sysdeps/ieee754/flt-32/s_nearbyintf.c>
+--- /dev/null
++++ a/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_nearbyint.c
+@@ -0,0 +1 @@
++#include <sysdeps/ieee754/dbl-64/s_nearbyint.c>

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2013-05-31 22:16:20 UTC (rev 5613)
+++ glibc-package/trunk/debian/patches/series	2013-05-31 22:50:28 UTC (rev 5614)
@@ -156,6 +156,8 @@
 
 powerpc/local-math-logb.diff
 
+powerpcspe/unsubmitted-nearbyint.diff
+
 s390/submitted-nexttowardf.diff
 
 sparc/local-fork.diff

Modified: glibc-package/trunk/debian/testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
===================================================================
--- glibc-package/trunk/debian/testsuite-checking/expected-results-powerpc-linux-gnuspe-libc	2013-05-31 22:16:20 UTC (rev 5613)
+++ glibc-package/trunk/debian/testsuite-checking/expected-results-powerpc-linux-gnuspe-libc	2013-05-31 22:50:28 UTC (rev 5614)
@@ -1,12 +1,15 @@
 #
-# Allowed failures for powerpc-linux-gnuspe-libc and the returned make
-# failure number, indicating the signal the process died with.
+# Testsuite failures, someone should be working towards
+# fixing these! They are listed here for the purpose of
+# regression testing during builds.
 # Format: <Failed test>, Error <Make error code> [(ignored)]
 #
 annexc.out, Error 1 (ignored)
 bug-nextafter.out, Error 18
 bug-nexttoward.out, Error 18
 check-localplt.out, Error 1
+iconv-test.out, Error 1
+isomac.out, Error 1
 run-conformtest.out, Error 1 (ignored)
 test-double.out, Error 1
 test-fenv.out, Error 1
@@ -14,5 +17,13 @@
 test-idouble.out, Error 1
 test-ifloat.out, Error 1
 test-misc.out, Error 1
+tst-backtrace5.out, Error 1
+tst-backtrace6.out, Error 1
+tst-cancel4.out, Error 1
+tst-cancel5.out, Error 1
+tst-cancelx4.out, Error 1
+tst-cancelx5.out, Error 1
 tst-cputimer1.out, Error 1
+tst-key1.out, Error 1
+tst-key4.out, Error 1
 tst-setcontext-fpscr.o, Error 1


Reply to: