summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/dc
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2017-12-01 08:40:47 +0000
committerotto <otto@openbsd.org>2017-12-01 08:40:47 +0000
commitbc65bb6849606ffa199a8236798e46d4817eea35 (patch)
tree05ae3a9f34475abdb528c21a8ba1061b63a18d92 /regress/usr.bin/dc
parentextra tests for Z (upcoming implementation change) (diff)
downloadwireguard-openbsd-bc65bb6849606ffa199a8236798e46d4817eea35.tar.xz
wireguard-openbsd-bc65bb6849606ffa199a8236798e46d4817eea35.zip
and enable new test
Diffstat (limited to 'regress/usr.bin/dc')
-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