From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103113 invoked by alias); 9 Oct 2019 07:16:32 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 103056 invoked by uid 89); 9 Oct 2019 07:16:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-io1-f42.google.com Received: from mail-io1-f42.google.com (HELO mail-io1-f42.google.com) (209.85.166.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Oct 2019 07:16:30 +0000 Received: by mail-io1-f42.google.com with SMTP id b19so2759608iob.4 for ; Wed, 09 Oct 2019 00:16:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=zJRBDZtGcahx+mX5riSJUHzlurqV9Zwsx4lXjYR/42w=; b=DiRXTdbukZIVD4ET5TUqSvMKRB9rCdDlOmhAwrd2VSZd04LGu6376RjDiKMmRm0Wz5 +YtXFnFWAexQgD4OcSHVY8xitfXpOZKtfUkJgIaHtH5kcqYdFp95m17It+06G5h5uYgN maIjn/oOT7q1/lT1XaA1LvDisKrwEMV8GWGEf91S1pq3y4JimDm5THcA6sm1jN3EWbfu WltnLbENfFvBkze0cj/ODs3EtYiAjIcBXXAhd8rx0cI/mYyzVvH+ux5ihCGeS9tZAjvr h7uzso05XDi/51PtgITLHlgTPwKsrTAsCBq7YfTr85FMJ0cslYHk53jqqumezgRYNagI HrGA== MIME-Version: 1.0 From: Biswapriyo Nath Date: Wed, 09 Oct 2019 07:16:00 -0000 Message-ID: Subject: assert does not show output in cygwin test build To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00037.txt.bz2 * mintty version: mintty 3.0.6 (x86_64-pc-cygwin) * cygwin version: 3.1.0-0.6 * code: #include int main() { int x = 1; assert(x == 0); } * Expected result: The terminal should show this message which appers in latest stable cygwin version. assertion "x == 0" failed: file "test.c", line 6, function: main * Actual result: terminal only shows "Aborted (core dumped)". -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple