diff options
author | tb <> | 2023-07-27 06:41:39 +0000 |
---|---|---|
committer | tb <> | 2023-07-27 06:41:39 +0000 |
commit | c9ae1f3a7087667216308d69c572449f42a3570e (patch) | |
tree | b2723b4bc3f8f76d7ed68e622ae40782a3316bf1 /src/regress/lib | |
parent | f8a5043c65dd7382778b88369d0061ef4d48ce6d (diff) | |
download | openbsd-c9ae1f3a7087667216308d69c572449f42a3570e.tar.gz openbsd-c9ae1f3a7087667216308d69c572449f42a3570e.tar.bz2 openbsd-c9ae1f3a7087667216308d69c572449f42a3570e.zip |
Annotate bogus output as incorrect
Some people already have way too many simple and not too important diffs in
their inbox. This isn't worth kicking something more important out of the
queue.
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libcrypto/bn/bn_print.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/bn_print.c b/src/regress/lib/libcrypto/bn/bn_print.c index 47def85773..a3118869fc 100644 --- a/src/regress/lib/libcrypto/bn/bn_print.c +++ b/src/regress/lib/libcrypto/bn/bn_print.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_print.c,v 1.4 2023/07/10 20:21:37 tb Exp $ */ | 1 | /* $OpenBSD: bn_print.c,v 1.5 2023/07/27 06:41:39 tb Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
@@ -140,6 +140,7 @@ const struct print_test { | |||
140 | " 00:80:00:00:00:00:00:00:00:00\n", | 140 | " 00:80:00:00:00:00:00:00:00:00\n", |
141 | }, | 141 | }, |
142 | { | 142 | { |
143 | /* XXX - this is incorrect and should be fixed. */ | ||
143 | .desc = "high bit of first nibble is set for negative number", | 144 | .desc = "high bit of first nibble is set for negative number", |
144 | .want = " mana mana (Negative)\n" | 145 | .want = " mana mana (Negative)\n" |
145 | " 00:80:00:00:00:00:00:00:00:00\n", | 146 | " 00:80:00:00:00:00:00:00:00:00\n", |