From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: from second.openwall.net (second.openwall.net [193.110.157.125]) by inbox.vuxu.org (Postfix) with SMTP id 443EE2A127 for ; Fri, 16 Aug 2024 03:07:15 +0200 (CEST) Received: (qmail 21731 invoked by uid 550); 16 Aug 2024 01:07:10 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 21699 invoked from network); 16 Aug 2024 01:07:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=boeing.com; s=boeing-s1912; t=1723770421; bh=tzW7Q76JWDV69u/IwVafJyS2V+lkQvkU64ffDUyg3hc=; h=From:To:Subject:Date:From; b=m6/r7BAZm4hWdtwPF5wHtvTyNlRub/OehCXfdJsaSkZ3eYaGXxgmLpmDoHIBQw7XB ERuV3NoOOWd9z39kt9SivOGJ7u4Ytbn7f95ssIxd73ZGXI4+A4mBBrMUF0WoYTe/61 A01CO9tddATvUQwL6BGwajhJTcF+svHkoMwVZOVcjnzYZTtTdx3F6NiqOj1UzZci3K DWo9ORztWvFLLRDzzy3VgKx1G3RqZBx6EQjxvwCc8o09svQ8+x5gEfeYU1mhj2MZ5N abkBU1rcqD0ZMsEavqrhkdcR1UNbbux9YWcFzPm9re83YLvOzXAge3CE+RdQfG7Gh4 YEGYsNcmI8LlQ== From: "Ward, Ryan C" To: "musl@lists.openwall.com" Thread-Topic: libc-test contribution Thread-Index: Adrvdri1WknfXHRmTImbnmXdauvoVw== Date: Fri, 16 Aug 2024 01:06:55 +0000 Message-ID: <7b3b00712ea64482a9f3ecabe64306fa@boeing.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [144.115.204.6] x-tm-snts-smtp: 826F27E5E19223F7B2B3E69FB9E069167765FFF96C991E335766F770E791F5202000:8 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-TM-AS-GCONF: 00 Subject: [musl] libc-test contribution Hello, I would like to start contributing some test cases to libc-test. I have=20 started with testing some simple recent regressions (e.g. a test for the recent fix commit 947b4574), and am aiming to start filling in missing functional test coverage. Am I able to submit the test directly to this mailing list, and are there any other immediate=20 areas of libc-test that need implementation? Kind regards, Ryan