Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin/xlint/lint1 disable the extension test for now.



details:   https://anonhg.NetBSD.org/src/rev/e6600538b790
branches:  trunk
changeset: 795628:e6600538b790
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 21 19:10:41 2014 +0000

description:
disable the extension test for now.

diffstat:

 tests/usr.bin/xlint/lint1/t_integration.sh |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ac6d7d06b65e -r e6600538b790 tests/usr.bin/xlint/lint1/t_integration.sh
--- a/tests/usr.bin/xlint/lint1/t_integration.sh        Mon Apr 21 19:09:52 2014 +0000
+++ b/tests/usr.bin/xlint/lint1/t_integration.sh        Mon Apr 21 19:10:41 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_integration.sh,v 1.3 2014/04/17 18:34:44 christos Exp $
+# $NetBSD: t_integration.sh,v 1.4 2014/04/21 19:10:41 christos Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -93,7 +93,8 @@
     "statements with non-expressions"
 test_case check_valid gcc_compound_statements3 "Checks GCC compound" \
     "statements with void type"
-test_case check_valid gcc_extension "Checks GCC __extension__ and __typeof__"
+# XXX: Because of polymorphic __builtin_isnan and expression has null effect
+# test_case check_valid gcc_extension "Checks GCC __extension__ and __typeof__"
 
 test_case check_valid cvt_in_ternary "Checks CVT nodes handling in ?" \
 test_case check_valid cvt_constant "Checks constant conversion"



Home | Main Index | Thread Index | Old Index