The NetBSD Project

CVS log for src/tests/usr.bin/xlint/lint1/Attic/platform_lp64.exp

[BACK] Up to [cvs.NetBSD.org] / src / tests / usr.bin / xlint / lint1

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4, Fri Jun 17 20:23:59 2022 UTC (22 months ago) by rillig
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED

tests/lint: remove .exp files, as they have become redundant

Now that each lint1 test lists all generated diagnostics as 'expect'
comments, the information from the .exp files is no longer needed.  The
only information that gets lost is the order of the diagnostics, which
is mostly relevant for paired messages like 'inconsistent definition' +
'previous definition was here'.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 11 11:52:13 2022 UTC (22 months, 1 week ago) by rillig
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

lint: add quotes around a few more placeholders in messages

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 26 14:28:22 2021 UTC (2 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

tests/lint: run all platform tests with the same options

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 26 03:17:59 2021 UTC (2 years, 6 months ago) by rillig
Branch: MAIN

tests/lint: add tests for platform characteristics

Running lint in usr.bin/make on i386 fails due to this warning:

cond.c(800): warning: argument #3 is converted from 'unsigned char' to
    'unsigned int' due to prototype [259]

This warning only occurred on i386 but not on sparc or x86_64. Try to
reproduce the test situation in platform_int.

The platform code in t_integration.sh was not strict enough, it didn't
check for multiple conditions, such as in msg_132_ilp32. That test was
only supposed to run on ILP32 platforms where size_t is unsigned int. It
also ran on sparc, even though size_t is long there.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>