diff options
| author | rillig <rillig@NetBSD.org> | 2023-07-05 11:36:56 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2023-07-05 11:36:56 +0000 |
| commit | b09f23c8252f1dbf901d0f3e4f6c74395bca932e (patch) | |
| tree | 29d56580b23553741297b3325e6b5cb2bac3d7dc /distrib/sets | |
| parent | 64569d51e15b41306c0429824946898faac75519 (diff) | |
tests/lint: add platform-specific tests for troublesome pointer casts
Diffstat (limited to 'distrib/sets')
| -rw-r--r-- | distrib/sets/lists/tests/mi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/sets/lists/tests/mi b/distrib/sets/lists/tests/mi index ecf776ac177..d6fcdef4cbd 100644 --- a/distrib/sets/lists/tests/mi +++ b/distrib/sets/lists/tests/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1273 2023/07/03 15:29:42 rillig Exp $ +# $NetBSD: mi,v 1.1274 2023/07/05 11:36:56 rillig Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -7220,6 +7220,9 @@ ./usr/tests/usr.bin/xlint/lint1/msg_246.exp tests-obsolete obsolete,atf ./usr/tests/usr.bin/xlint/lint1/msg_247.c tests-usr.bin-tests compattestfile,atf ./usr/tests/usr.bin/xlint/lint1/msg_247.exp tests-obsolete obsolete,atf +./usr/tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c tests-usr.bin-tests compattestfile,atf +./usr/tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c tests-usr.bin-tests compattestfile,atf +./usr/tests/usr.bin/xlint/lint1/msg_247_portable.c tests-usr.bin-tests compattestfile,atf ./usr/tests/usr.bin/xlint/lint1/msg_248.c tests-usr.bin-tests compattestfile,atf ./usr/tests/usr.bin/xlint/lint1/msg_248.exp tests-obsolete obsolete,atf ./usr/tests/usr.bin/xlint/lint1/msg_249.c tests-usr.bin-tests compattestfile,atf |
