The NetBSD Project

CVS log for pkgsrc/regress/tools/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / regress / tools

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Mon May 24 19:53:50 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, HEAD
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored) to selected 1.10 (colored)

*: recursive bump for perl 5.34

Revision 1.17 / (download) - annotate - [select for diffs], Sat May 2 08:03:17 2020 UTC (3 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.16: +4 -7 lines
Diff to previous 1.16 (colored) to selected 1.10 (colored)

regress/tools: adjust COMMENT

Revision 1.16 / (download) - annotate - [select for diffs], Sat May 2 07:24:31 2020 UTC (3 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.15: +1 -3 lines
Diff to previous 1.15 (colored) to selected 1.10 (colored)

regress: move tests for platform tools to tools-platform

Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 24 11:29:19 2019 UTC (5 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.14: +6 -6 lines
Diff to previous 1.14 (colored) to selected 1.10 (colored)

mk/tools: correctly quote arguments in the tool wrapper log

Before, the tool arguments were written to the log as plain strings. Now
the arguments are properly quoted, which makes it possible to replay the
commands by copying them from the .work.log file.

This only affects tools that are shell builtins (echo, true, false), get
additional arguments (mkdir -p) or define a custom TOOLS_SCRIPT
(pkg-config, to set an environment variable; or autotools). Tools that
are symlinked to the real tool are not affected.

The calls to the compiler are already properly logged since cwrappers
takes care of that. This commit therefore makes the log entries for the
compilers and the other tools more similar.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Mar 24 08:40:07 2019 UTC (5 years ago) by rillig
Branch: MAIN
Changes since 1.13: +13 -1 lines
Diff to previous 1.13 (colored) to selected 1.10 (colored)

mk/tools: fix quoting when logging tool invocations

When a package or the infrastructure defined a tool with custom
TOOLS_ARGS or TOOLS_SCRIPT containing special characters, these could
lead to unintuitive interactions at the time when that tool invocation
was logged in the tool wrapper log. Some of the logging output ended up
on stdout, while some of the normal output ended up in the log, and parts
of the quoted arguments were even evaluated as shell commands.

The logging of the wrapped tool commands is not perfect yet, but at least
it's much more predictable now.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 23 22:59:11 2019 UTC (5 years ago) by rillig
Branch: MAIN
Changes since 1.12: +11 -1 lines
Diff to previous 1.12 (colored) to selected 1.10 (colored)

regress/tools: show that TOOLS_SCRIPT is not always logged properly

Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 22 22:41:06 2019 UTC (5 years ago) by rillig
Branch: MAIN
Changes since 1.11: +16 -1 lines
Diff to previous 1.11 (colored) to selected 1.10 (colored)

regress/tools: demonstrate wrong shell quoting in the tools wrapper

Revision 1.11 / (download) - annotate - [select for diffs], Fri Mar 22 20:56:16 2019 UTC (5 years ago) by rillig
Branch: MAIN
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored)

regress/tools: demonstrate wrong quoting in tools wrapper logging

Revision 1.10 / (download) - annotate - [selected], Sat Jun 11 11:36:14 2016 UTC (7 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.9: +6 -3 lines
Diff to previous 1.9 (colored)

Fixed pkglint warnings.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 9 00:47:13 2009 UTC (15 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored) to selected 1.10 (colored)

Remove redundant EXTRACT_ONLY and NO_CHECKSUM declarations.
Retire NO_PACAKGE as there is no technical reason for it.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Mar 4 11:02:25 2008 UTC (16 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.10 (colored)

Resign from maintaining a lot of packages, so everyone is free to update
them at will.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 9 08:01:45 2007 UTC (16 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) to selected 1.10 (colored)

Added a testcase for tar.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 9 12:39:55 2006 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored) to selected 1.10 (colored)

Added a test new case for /bin/sh.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 20 07:39:54 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) to selected 1.10 (colored)

Added a testsuite for sed(1) to make sure it can handle character
classes.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 25 21:47:28 2006 UTC (17 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.3: +9 -6 lines
Diff to previous 1.3 (colored) to selected 1.10 (colored)

Added a test for the "sort" tool. Fixed pkglint warnings.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 24 19:39:23 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored) to selected 1.10 (colored)

Added testsuite for tr(1).

Revision 1.2 / (download) - annotate - [select for diffs], Sat Nov 19 22:03:54 2005 UTC (18 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.10 (colored)

Print the name of the test case when starting it. This helps in detecting
which test case fails.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Nov 19 21:27:06 2005 UTC (18 years, 5 months ago) by rillig
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.10 (colored)

Regression test for the capabilities of the TOOLS. Most of them have
many different implementations and are by no way easy to use. This test
collects some assumptions about what the tools must be able to handle.
It is also meant as a guide on using these tools correctly and reliably.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 19 21:27:06 2005 UTC (18 years, 5 months ago) by rillig
Branch: MAIN
Diff to selected 1.10 (colored)

Initial revision

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>