From patchwork Fri Mar 14 12:53:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Liebler X-Patchwork-Id: 330301 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id EA3F02C00B5 for ; Fri, 14 Mar 2014 23:54:17 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=aaxHmjjdZOwCcgK0uDh1uhAkCZJKY a9mhuVnYlYO1+iqs958vwk9kIvQbkIS27Lt/OsykBovHDaPQCV3jmPaLGi5l/GJE C16HAixGFGErh0z9ey+iIoffamHA21LfST2TuW1lk5Tks0fFIUvi6T8IgJ7QMspT Cl9c6Qyp0Karo8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type; s=default; bh=Wu771i+x8s8k05dtDyyiVivdsWc=; b=PCP rSz733FOh1kpoYQiEzIS5YhMtbuZWTRErV2IgDrDZ3a7wz4QGMuW52+OISX1EqHa f1QO53pK9b4wCHEjP/zNa5gcKMWJM3bL2s4CwOH+M9whBzdExZpuPr/UT+Msq250 +KeBZ7C7ThF/xg78Tj/4/I8p9L2GnaPSwbCtY21w= Received: (qmail 20919 invoked by alias); 14 Mar 2014 12:54:11 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 20907 invoked by uid 89); 14 Mar 2014 12:54:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: libc-alpha@sourceware.org From: Stefan Liebler Subject: [PATCH] S/390: xfail test POSIX/signal.h Date: Fri, 14 Mar 2014 13:53:47 +0100 Lines: 46 Message-ID: Mime-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 Hi, on S390x the conformance test conform/POSIX/signal.h/conform.out is failing, due to incorrect type. The member sa_flags in struct sigaction on s390x is defined as unsigned long instead of int due to the kernel struct. On other platforms, sa_flags is also unsigned long: ia64, sparc, hppa. Bye --- 2014-03-14 Stefan Liebler * sysdeps/s390/s390-64/Makefile (test-xfail-POSIX/signal.h/conform): New Variable. --- diff --git a/sysdeps/s390/s390-64/Makefile b/sysdeps/s390/s390-64/Makefile index 37f021c..66c159e 100644 --- a/sysdeps/s390/s390-64/Makefile +++ b/sysdeps/s390/s390-64/Makefile @@ -10,6 +10,10 @@ CFLAGS-dl-load.c += -Wno-unused CFLAGS-dl-reloc.c += -Wno-unused endif +ifeq ($(subdir),conform) +test-xfail-POSIX/signal.h/conform = yes +endif + ifeq ($(subdir),iconvdata) ISO-8859-1_CP037_Z900-routines := iso-8859-1_cp037_z900 ISO-8859-1_CP037_Z900-map := gconv.map