summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2017-12-01 08:40:48 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2017-12-01 08:40:48 +0000
commit7407e6fd60f64465ab2db2d0b008c2e8d346da92 (patch)
tree06146a1c95ee5391791c5ffcf015aa50b1e56902 /regress
parentc022f53300cd376fe14ca43310deb990d360346f (diff)
and enable new test
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/dc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/usr.bin/dc/Makefile b/regress/usr.bin/dc/Makefile
index b337c88b581..75f09d8a954 100644
--- a/regress/usr.bin/dc/Makefile
+++ b/regress/usr.bin/dc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.20 2017/11/29 15:06:31 otto Exp $
+# $OpenBSD: Makefile,v 1.21 2017/12/01 08:40:47 otto Exp $
DC?= dc
DCFLAGS= -x
@@ -6,12 +6,12 @@ CLEANFILES= *.log
REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 \
t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 \
- t20 t21 t22 t23 t24 t25 t26 t27
+ t20 t21 t22 t23 t24 t25 t26 t27 t28
# .in: input file
# .out: desired result
-# t1: basic operations
+# t1: basic operations, prints "dc: Runtime warning: non-zero scale in exponent"
# t2: factoring program
# t3: string handling
# t4: more string ops
@@ -38,6 +38,7 @@ REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 \
# t25: exp
# t26: non-decimal fractions
# t27: fix a double free
+# t28: more extensive test of Z (new implementation)
.SUFFIXES: .in