X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:from:date:message-id:subject:to
	:content-type; q=dns; s=default; b=IZRfX2ea92xJRleLU1wckvJQEoXKp
	KSPihrwC2SrmCmBsgR+xTbv45eL0QoDl02H+waqoMLNqckVe1XcDLwptTQPVUzFL
	ztIEn9d7CjB7Wu4wsgexQg4OV46Xf9SC9fKO8EQ5IBBOvvIz3DVf8aUvlLcGjzdS
	4IKWY6oQJpbfbk=
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:mime-version:from:date:message-id:subject:to
	:content-type; s=default; bh=gW+rylgRgfYB2jRYTVTkNVVT1AI=; b=qYU
	DLU0s5Y/LaEmqMqL289fhZOoJ+e3mP7vJyC6YQyrKB0mtdGqJ0mf3CWK84utZLmb
	q+TNbniT0jLnWciMD8IuCFkWv/QDyizjr8Xqs38YmNo9p0lZaAuyOs27IZgZX/vg
	9GIAM23Rxyd432IKLPnIgThSagmtnOVP5lX48jwo=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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
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 <nathbappai@gmail.com>
Date: Wed, 9 Oct 2019 12:44:14 +0530
Message-ID: <CALK-3mJyg6pox9a+ZNgGmspcxBFcgGJ3XymXAOOPP6_Z_tSUjQ@mail.gmail.com>
Subject: assert does not show output in cygwin test build
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

* mintty version: mintty 3.0.6 (x86_64-pc-cygwin)
* cygwin version: 3.1.0-0.6
* code:

#include <assert.h>

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

