CVS commit: src/tests/util/awk

2012-03-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 11 18:38:18 UTC 2012 Removed Files: src/tests/util/awk: Makefile d_assign_NF.awk d_assign_NF.in d_assign_NF.out d_big_regexp.awk d_big_regexp.in d_big_regexp.out d_end1.awk d_end1.in d_end1.out

CVS commit: src/tests/util

2012-03-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 11 22:19:53 UTC 2012 Modified Files: src/tests/util: Makefile Log Message: Temporarily remove awk subdir, untill jruoho sorts out the recent commits to the proper dir. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/util/xlint/lint1

2011-12-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 25 20:16:05 UTC 2011 Modified Files: src/tests/util/xlint/lint1: Makefile Added Files: src/tests/util/xlint/lint1: d_c99_decls_after_stmt2.c d_typename_as_var.c Log Message: add 2 more tests, sort

CVS commit: src/tests/util/sh

2011-11-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 14 20:23:29 UTC 2011 Modified Files: src/tests/util/sh: Makefile Added Files: src/tests/util/sh: t_evaltested.sh Log Message: Add a test for PR/45613 (eval failing in a tested context) To generate a diff of

CVS commit: src/tests/util/sh

2011-11-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 14 20:47:33 UTC 2011 Modified Files: src/tests/util/sh: t_evaltested.sh Log Message: remove c3 and c4 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/util/sh/t_evaltested.sh Please note that

CVS commit: src/tests/util/xlint/lint1

2011-10-05 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Oct 5 21:30:50 UTC 2011 Modified Files: src/tests/util/xlint/lint1: d_c99_decls_after_stmt.c Log Message: Fix lint unrelated set but not used warning, to unbreak test. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/tests/util/xlint/lint1

2011-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 4 16:24:27 UTC 2011 Modified Files: src/tests/util/xlint/lint1: Makefile t_integration.sh Added Files: src/tests/util/xlint/lint1: d_c99_decls_after_stmt.c Log Message: Add new test. To generate a diff of

CVS commit: src/tests/util/df

2011-08-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Aug 29 17:31:41 UTC 2011 Modified Files: src/tests/util/df: t_df.sh Log Message: Track spacing changes of df.c 1.89 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/util/df/t_df.sh Please note that

CVS commit: src/tests/util/df

2011-08-28 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Aug 28 09:02:51 UTC 2011 Modified Files: src/tests/util/df: Makefile Log Message: Fix build (strcpt fallout). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/util/df/Makefile Please note that diffs

CVS commit: src/tests/util/df

2011-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 28 09:39:44 UTC 2011 Modified Files: src/tests/util/df: Makefile Log Message: remove strpct copts To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/util/df/Makefile Please note that diffs are not

CVS commit: src/tests/util/df

2011-08-28 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 28 19:09:34 UTC 2011 Modified Files: src/tests/util/df: t_df.sh Log Message: Golden output was not so golden after all To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/util/df/t_df.sh Please note

CVS commit: src/tests/util/df

2011-08-28 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Aug 29 04:55:58 UTC 2011 Modified Files: src/tests/util/df: t_df.sh Log Message: Fix remaining misaligned columns in golden output, missed in previous commit To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/util

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 17:08:59 UTC 2011 Modified Files: src/tests/util/df: Makefile src/tests/util/id: Makefile Log Message: document non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/util/sort

2011-06-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jun 15 07:58:03 UTC 2011 Modified Files: src/tests/util/sort: t_sort.sh Log Message: Fix definition of the plus_tflag test case. Uncovered by atf 0.14. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/util/awk

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 2 08:30:21 UTC 2011 Modified Files: src/tests/util/awk: t_awk.sh Log Message: Use the standard PR foo/1234 notation such that the PR number is parsed correctly for the atf(7) HTML reports. To generate a diff of this

CVS commit: src/tests/util/awk

2011-04-30 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat Apr 30 11:24:14 UTC 2011 Modified Files: src/tests/util/awk: Makefile Log Message: Add new files. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/util/awk/Makefile Please note that diffs are not public

CVS commit: src/tests/util/sh

2011-04-29 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Apr 29 12:49:36 UTC 2011 Modified Files: src/tests/util/sh: t_exit.sh Log Message: Add test cases for PR bin/6764: 'trap ... 0' is supposed to execute the command when the shell exits but it does not work in ksh when the shells

CVS commit: src/tests/util/awk

2011-04-29 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat Apr 30 01:10:08 UTC 2011 Modified Files: src/tests/util/awk: t_awk.sh Log Message: PR/42320 doesn't seem to be fixed, mark the failure as expected. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/util/awk

2011-04-28 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Thu Apr 28 23:28:23 UTC 2011 Modified Files: src/tests/util/awk: t_awk.sh Added Files: src/tests/util/awk: d_period.awk d_period.in d_period.out Log Message: Test for PR bin/42320. To generate a diff of this commit: cvs

CVS commit: src/tests/util/mtree

2011-02-13 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sun Feb 13 12:47:27 UTC 2011 Modified Files: src/tests/util/mtree: t_mtree.sh Log Message: Typo. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/util/mtree/t_mtree.sh Please note that diffs are not

CVS commit: src/tests/util/make

2011-01-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jan 2 04:41:24 UTC 2011 Modified Files: src/tests/util/make: d_unmatchedvarparen.out Log Message: The unmatchedvarparens test actually generates a blank link as output, so make sure we have a matching blank line in the

CVS commit: src/tests/util/make

2010-12-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Dec 31 14:55:08 UTC 2010 Modified Files: src/tests/util/make: t_make.sh Log Message: Correct a typo that creept in 4 weeks ago. This removes the 1 Bogus Test currently being reported. To generate a diff of this commit:

CVS commit: src/tests/util

2010-12-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Dec 6 15:54:00 UTC 2010 Modified Files: src/tests/util: t_dd.sh Log Message: test for 'dd seek=' (could be improved, but at least we have something now) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/util

2010-12-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Dec 6 16:43:26 UTC 2010 Modified Files: src/tests/util: t_dd.sh Log Message: In the seek test also check that files end up with expected size. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/util/make

2010-12-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 3 01:29:55 UTC 2010 Modified Files: src/tests/util/make: Makefile t_make.sh Added Files: src/tests/util/make: d_unmatchedvarparen.mk d_unmatchedvarparen.out Log Message: Add a new test for the latest variable

CVS commit: src/tests/util/sh

2010-11-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 17 13:41:52 UTC 2010 Modified Files: src/tests/util/sh: t_expand.sh Log Message: since the fix was reverted, revert the test. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/util/sh/t_expand.sh

CVS commit: src/tests/util/sh

2010-11-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 16 18:25:03 UTC 2010 Modified Files: src/tests/util/sh: t_expand.sh Log Message: Fixed test that was expected to fail. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/util/sh/t_expand.sh Please

CVS commit: src/tests/util/df

2010-10-29 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Oct 29 14:43:11 UTC 2010 Modified Files: src/tests/util/df: t_df.sh Log Message: Add '-n' option to h_df helper tool to avoid picking wrong values if the tested system has a similar mounted file system. Solve PR/43871. To

CVS commit: src/tests/util

2010-08-01 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Aug 1 16:42:59 UTC 2010 Modified Files: src/tests/util: Makefile Added Files: src/tests/util/sort: Makefile d_any_char_dflag_out.txt d_any_char_fflag_out.txt d_any_char_iflag_out.txt d_any_char_in.txt

CVS commit: src/tests/util

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 10:11:01 UTC 2010 Modified Files: src/tests/util: Makefile Added Files: src/tests/util/xlint: Makefile src/tests/util/xlint/lint1: Makefile d_alignof.c d_c99_complex_num.c d_c99_for_loops.c

CVS commit: src/tests/util

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 22:58:14 UTC 2010 Modified Files: src/tests/util: t_sort.sh Log Message: Refactor this test program: make test cases more granular, use atf_check to validate the execution of sort(1) and do not bother removing temporary

CVS commit: src/tests/util/sh

2010-07-10 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 10 15:57:37 UTC 2010 Modified Files: src/tests/util/sh: t_varquote.sh Log Message: Add xfail test case for PR bin/43597 that I just submitted. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/util/make

2010-07-10 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 10 16:16:12 UTC 2010 Modified Files: src/tests/util/make: Makefile Added Files: src/tests/util/make: t_make.sh Removed Files: src/tests/util/make: t_make.awk t_make.in Log Message: Do not use awk to generate

CVS commit: src/tests/util/config

2010-07-10 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 10 16:24:12 UTC 2010 Modified Files: src/tests/util/config: Makefile Added Files: src/tests/util/config: t_config.sh Removed Files: src/tests/util/config: t_config.awk t_config.in Log Message: Do not use awk

CVS commit: src/tests/util/sh

2010-06-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jun 14 16:12:41 UTC 2010 Modified Files: src/tests/util/sh: t_expand.sh Log Message: annotate failing testcase with PR number To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/util/sh/t_expand.sh Please

CVS commit: src/tests/util

2010-06-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jun 12 13:15:01 UTC 2010 Modified Files: src/tests/util: t_sort.sh Log Message: Make the test work on an installation without sharesrc. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/util/t_sort.sh

CVS commit: src/tests/util

2010-06-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jun 12 13:15:54 UTC 2010 Modified Files: src/tests/util: t_sort.sh Log Message: fix diagnostic output To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/util/t_sort.sh Please note that diffs are not

CVS commit: src/tests/util/df

2010-06-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jun 10 15:44:44 UTC 2010 Modified Files: src/tests/util/df: t_df.sh Log Message: Catch up with whitespace changes in df.c rev 1.79 from over 2 years ago! To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/util/grep

2010-06-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jun 10 23:49:49 UTC 2010 Modified Files: src/tests/util/grep: Makefile d_basic.out t_grep.sh Added Files: src/tests/util/grep: d_file_exp.in d_file_exp.out Removed Files: src/tests/util/grep: d_file_exp.inout

CVS commit: src/tests/util

2010-06-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 5 22:38:39 UTC 2010 Modified Files: src/tests/util: Makefile Added Files: src/tests/util: t_sort.sh Log Message: Add a very basic test and some tests for the problem in PR 43358. XXX: the sort tests in

CVS commit: src/tests/util/sh

2010-06-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 6 04:51:13 UTC 2010 Modified Files: src/tests/util/sh: t_set_e.sh Log Message: Document the changes in the previous version of this file. If we're going to whitewash the test failures, we should at least keep track of

CVS commit: src/tests/util/sh

2010-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 3 16:06:19 UTC 2010 Modified Files: src/tests/util/sh: t_set_e.sh Log Message: Pass all the set -e tests. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/util/sh/t_set_e.sh Please note that

CVS commit: src/tests/util/sh

2009-10-20 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Tue Oct 20 21:58:35 UTC 2009 Modified Files: src/tests/util/sh: Makefile t_expand.sh Added Files: src/tests/util/sh: t_exit.sh t_wait.sh Removed Files: src/tests/util/sh: t_exitstatus.sh Log Message: Migrate three

CVS commit: src/tests/util/sh

2009-10-14 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Wed Oct 14 13:02:04 UTC 2009 Modified Files: src/tests/util/sh: t_expand.sh Log Message: Add test cases for prefix $@ suffix expansion. From PR bin/33956. This issue was fixed a while ago but the tests described in the report were

CVS commit: src/tests/util/mtree

2009-09-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 19 20:37:05 UTC 2009 Modified Files: src/tests/util/mtree: Makefile t_mtree.sh Added Files: src/tests/util/mtree: d_merge.in d_merge_C_M.out d_merge_C_M_S.out Log Message: Add tests for the mtree -M issue reported in

CVS commit: src/tests/util/mtree

2009-09-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 19 21:42:26 UTC 2009 Modified Files: src/tests/util/mtree: d_convert_C.out d_convert_C_S.out d_merge_C_M.out d_merge_C_M_S.out Log Message: Adjust tests to no longer expect a trailing space in each line of output

CVS commit: src/tests/util/mtree

2009-09-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 19 21:49:50 UTC 2009 Modified Files: src/tests/util/mtree: Makefile Log Message: Correct list of d_merge* files. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/util/mtree/Makefile Please note that