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

r6395 - in glibc-package/branches/glibc-2.21/debian: . patches/any



Author: adconrad
Date: 2015-03-19 22:35:40 +0000 (Thu, 19 Mar 2015)
New Revision: 6395

Added:
   glibc-package/branches/glibc-2.21/debian/patches/any/local-xfail-stdlib-linkns.diff
Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
Log:
debian/patches/any/local-xfail-stdlib-linkns.diff: XFAIL this test due
to building with pt_chown, which we should revisit very, very soon.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-03-19 22:15:39 UTC (rev 6394)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-03-19 22:35:40 UTC (rev 6395)
@@ -97,6 +97,8 @@
   * debian/patches/sh4/local-fpscr_values.diff: Make the sh abilist match.
   * debian/{control.in/main,rules}: Switch to gcc-4.9 on all architectures.
   * debian/patches/any/local-tester-gcc-4.9.diff: Fix gcc-4.9 regression.
+  * debian/patches/any/local-xfail-stdlib-linkns.diff: XFAIL this test due
+    to building with pt_chown, which we should revisit very, very soon.
   * debian/sysdeps/*: --enable-lock-elision on PPC targets (LP: #1414819)
   * debian/libc*.symbols*: Remove local __invoke_dynamic_linker__ symbol,
     which no longer shows up in random support libraries' symbol tables.

Added: glibc-package/branches/glibc-2.21/debian/patches/any/local-xfail-stdlib-linkns.diff
===================================================================
--- glibc-package/branches/glibc-2.21/debian/patches/any/local-xfail-stdlib-linkns.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.21/debian/patches/any/local-xfail-stdlib-linkns.diff	2015-03-19 22:35:40 UTC (rev 6395)
@@ -0,0 +1,20 @@
+Description: XFAIL more instances of stdlib linknamespace sadness
+Author: Adam Conrad <adconrad@ubuntu.com>
+
+--- glibc-2.21.orig/conform/Makefile
++++ glibc-2.21/conform/Makefile
+@@ -350,6 +350,7 @@ test-xfail-XPG3/glob.h/linknamespace = y
+ test-xfail-XPG3/regex.h/linknamespace = yes
+ test-xfail-XPG3/search.h/linknamespace = yes
+ test-xfail-XPG3/stdio.h/linknamespace = yes
++test-xfail-XPG3/stdlib.h/linknamespace = yes
+ test-xfail-XPG3/unistd.h/linknamespace = yes
+ test-xfail-XPG3/wordexp.h/linknamespace = yes
+ test-xfail-XPG4/fmtmsg.h/linknamespace = yes
+@@ -413,5 +414,6 @@ test-xfail-XOPEN2K8/pwd.h/linknamespace
+ test-xfail-XOPEN2K8/regex.h/linknamespace = yes
+ test-xfail-XOPEN2K8/search.h/linknamespace = yes
+ test-xfail-XOPEN2K8/spawn.h/linknamespace = yes
++test-xfail-XOPEN2K8/stdlib.h/linknamespace = yes
+ test-xfail-XOPEN2K8/syslog.h/linknamespace = yes
+ test-xfail-XOPEN2K8/unistd.h/linknamespace = yes


Reply to: