From patchwork Fri Feb 13 23:46:22 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 5074 Received: (qmail 25624 invoked by alias); 13 Feb 2015 23:46:26 -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 25615 invoked by uid 89); 13 Feb 2015 23:46:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [COMMITTED PATCH] Add placeholder c++-types.data and *.abilist files. Message-Id: <20150213234622.BDF682C3C27@topped-with-meat.com> Date: Fri, 13 Feb 2015 15:46:22 -0800 (PST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=8VHX8V3W3bD6d-C-lzEA:9 a=CjuIK1q_8ugA:10 When bringing up a new configuration, a great milestone is to get to where 'make check' finishes without bailing out in the middle (i.e. everything builds, even if some or all tests are failing). The c++-types and check-abi checks get make errors when they can't find their reference files, so you can't get as far as seeing the tests.sum output. Furthermore, these errors are likely to be confusing to someone who doesn't know everything about libc's test organization. I've added placeholder files to ensure that these are straightforward test failures rather than make errors. Since the output for all these tests is the diff from the reference file, having each reference file contain a short comment is enough to point someone reading the test results in the right direction. Thanks, Roland 2015-02-13 Roland McGrath * sysdeps/generic/c++-types.data: New file. * sysdeps/generic/ld.abilist: New file. * sysdeps/generic/libBrokenLocale.abilist: New file. * sysdeps/generic/libanl.abilist: New file. * sysdeps/generic/libc.abilist: New file. * sysdeps/generic/libcrypt.abilist: New file. * sysdeps/generic/libdl.abilist: New file. * sysdeps/generic/libm.abilist: New file. * sysdeps/generic/libpthread.abilist: New file. * sysdeps/generic/libresolv.abilist: New file. * sysdeps/generic/librt.abilist: New file. --- /dev/null +++ b/sysdeps/generic/c++-types.data @@ -0,0 +1,2 @@ +# This is a placeholder file. This configuration needs its own +# sysdeps/.../c++-types.data file to make the test pass. --- /dev/null +++ b/sysdeps/generic/ld.abilist @@ -0,0 +1,2 @@ +# This is a placeholder file. This configuration needs its own +# sysdeps/.../ld.abilist file to make the test pass. --- /dev/null +++ b/sysdeps/generic/libBrokenLocale.abilist @@ -0,0 +1,2 @@ +# This is a placeholder file. This configuration needs its own +# sysdeps/.../libBrokenLocale.abilist file to make the test pass. --- /dev/null +++ b/sysdeps/generic/libanl.abilist @@ -0,0 +1,2 @@ +# This is a placeholder file. This configuration needs its own +# sysdeps/.../libanl.abilist file to make the test pass. --- /dev/null +++ b/sysdeps/generic/libc.abilist @@ -0,0 +1,2 @@ +# This is a placeholder file. This configuration needs its own +# sysdeps/.../libc.abilist file to make the test pass. --- /dev/null +++ b/sysdeps/generic/libcrypt.abilist @@ -0,0 +1,2 @@ +# This is a placeholder file. This configuration needs its own +# sysdeps/.../libcrypt.abilist file to make the test pass. --- /dev/null +++ b/sysdeps/generic/libdl.abilist @@ -0,0 +1,2 @@ +# This is a placeholder file. This configuration needs its own +# sysdeps/.../libdl.abilist file to make the test pass. --- /dev/null +++ b/sysdeps/generic/libm.abilist @@ -0,0 +1,2 @@ +# This is a placeholder file. This configuration needs its own +# sysdeps/.../libm.abilist file to make the test pass. --- /dev/null +++ b/sysdeps/generic/libpthread.abilist @@ -0,0 +1,2 @@ +# This is a placeholder file. This configuration needs its own +# sysdeps/.../libpthread.abilist file to make the test pass. --- /dev/null +++ b/sysdeps/generic/libresolv.abilist @@ -0,0 +1,2 @@ +# This is a placeholder file. This configuration needs its own +# sysdeps/.../libresolv.abilist file to make the test pass. --- /dev/null +++ b/sysdeps/generic/librt.abilist @@ -0,0 +1,2 @@ +# This is a placeholder file. This configuration needs its own +# sysdeps/.../librt.abilist file to make the test pass.