aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/Makefile.am10
-rw-r--r--test/Makefile.in10
-rw-r--r--test/whiny.awk5
-rw-r--r--test/whiny.in178
-rw-r--r--test/whiny.ok108
6 files changed, 7 insertions, 309 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index eec0f691..14a45b23 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 6 19:47:09 2010 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (whiny): Removed test.
+ * whiny.awk, whiny.in, whiny.ok: Removed.
+
Wed Dec 1 08:11:46 2010 Corinna Vinschen <vinschen@redhat.com>
* Makefile.am (beginfile1): Refer to Makefile instead of
diff --git a/test/Makefile.am b/test/Makefile.am
index d05c8fd4..13ba2155 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -687,9 +687,6 @@ EXTRA_DIST = \
uparrfs.awk \
uparrfs.in \
uparrfs.ok \
- whiny.awk \
- whiny.in \
- whiny.ok \
wideidx.awk \
wideidx.in \
wideidx.ok \
@@ -768,7 +765,7 @@ INET_TESTS = inetechu inetecht inetdayu inetdayt
MACHINE_TESTS = double1 double2 fmtspcl intformat
LOCALE_CHARSET_TESTS = asort asorti fmttest fnarydel fnparydl lc_num1 mbfw1 \
- mbprintf1 mbprintf2 mbprintf3 rebt8b2 sort1 sprintfc whiny
+ mbprintf1 mbprintf2 mbprintf3 rebt8b2 sort1 sprintfc
# List of the tests which should be run with --lint option:
NEED_LINT = defref fmtspcl noeffect nofmtch shadow uninit2 uninit3 uninit4 uninit5 uninitialized
@@ -1118,11 +1115,6 @@ rsnulbig2::
$(AWK) '/^[^a]/; END { print NR }' >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
-whiny::
- @echo $@
- @WHINY_USERS=1 $(AWK) -f $(srcdir)/$@.awk $(srcdir)/$@.in >_$@
- @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
-
wideidx::
@echo $@
@[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; \
diff --git a/test/Makefile.in b/test/Makefile.in
index 8855a39c..096d8817 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -872,9 +872,6 @@ EXTRA_DIST = \
uparrfs.awk \
uparrfs.in \
uparrfs.ok \
- whiny.awk \
- whiny.in \
- whiny.ok \
wideidx.awk \
wideidx.in \
wideidx.ok \
@@ -949,7 +946,7 @@ EXTRA_TESTS = regtest inftest
INET_TESTS = inetechu inetecht inetdayu inetdayt
MACHINE_TESTS = double1 double2 fmtspcl intformat
LOCALE_CHARSET_TESTS = asort asorti fmttest fnarydel fnparydl lc_num1 mbfw1 \
- mbprintf1 mbprintf2 mbprintf3 rebt8b2 sort1 sprintfc whiny
+ mbprintf1 mbprintf2 mbprintf3 rebt8b2 sort1 sprintfc
# List of the tests which should be run with --lint option:
@@ -1466,11 +1463,6 @@ rsnulbig2::
$(AWK) '/^[^a]/; END { print NR }' >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
-whiny::
- @echo $@
- @WHINY_USERS=1 $(AWK) -f $(srcdir)/$@.awk $(srcdir)/$@.in >_$@
- @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
-
wideidx::
@echo $@
@[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; \
diff --git a/test/whiny.awk b/test/whiny.awk
deleted file mode 100644
index dc86694b..00000000
--- a/test/whiny.awk
+++ /dev/null
@@ -1,5 +0,0 @@
-{ word[$0]++ }
-END {
- for (i in word)
- print i
-}
diff --git a/test/whiny.in b/test/whiny.in
deleted file mode 100644
index 6c8a2e3a..00000000
--- a/test/whiny.in
+++ /dev/null
@@ -1,178 +0,0 @@
-gawk
-pattern
-scanning
-and
-processing
-language
-or
-style
-options
-file
-or
-style
-options
-file
-or
-style
-options
-file
-or
-style
-options
-file
-is
-the
-Project's
-implementation
-of
-the
-programming
-language.
-It
-conforms
-to
-the
-definition
-of
-the
-language
-in
-the
-Command
-Language
-And
-Utilities
-Standard.
-This
-version
-in
-turn
-is
-based
-on
-the
-description
-in
-by
-Aho,
-Kernighan,
-and
-Weinberger,
-with
-the
-additional
-features
-found
-in
-the
-System
-V
-Release
-version
-of
-also
-provides
-more
-recent
-Bell
-Laboratories
-extensions,
-and
-a
-number
-of
-extensions.
-is
-the
-profiling
-version
-of
-It
-is
-identical
-in
-every
-way
-to
-except
-that
-programs
-run
-more
-slowly,
-and
-it
-automatically
-produces
-an
-execution
-profile
-in
-the
-file
-when
-done.
-See
-the
-option,
-below.
-The
-command
-line
-consists
-of
-options
-to
-itself,
-the
-program
-text
-not
-supplied
-via
-the
-or
-options),
-and
-values
-to
-be
-made
-available
-in
-the
-and
-pre-defined
-variables.
-options
-may
-be
-either
-traditional
-one
-letter
-options,
-or
-style
-long
-options.
-options
-start
-with
-a
-single
-while
-long
-options
-start
-with
-Long
-options
-are
-provided
-for
-both
-features
-and
-for
-features.
diff --git a/test/whiny.ok b/test/whiny.ok
deleted file mode 100644
index 973aa5d3..00000000
--- a/test/whiny.ok
+++ /dev/null
@@ -1,108 +0,0 @@
-Aho,
-And
-Bell
-Command
-It
-Kernighan,
-Laboratories
-Language
-Long
-Project's
-Release
-See
-Standard.
-System
-The
-This
-Utilities
-V
-Weinberger,
-a
-additional
-also
-an
-and
-are
-automatically
-available
-based
-be
-below.
-both
-by
-command
-conforms
-consists
-definition
-description
-done.
-either
-every
-except
-execution
-extensions,
-extensions.
-features
-features.
-file
-for
-found
-gawk
-identical
-implementation
-in
-is
-it
-itself,
-language
-language.
-letter
-line
-long
-made
-may
-more
-not
-number
-of
-on
-one
-option,
-options
-options),
-options,
-options.
-or
-pattern
-pre-defined
-processing
-produces
-profile
-profiling
-program
-programming
-programs
-provided
-provides
-recent
-run
-scanning
-single
-slowly,
-start
-style
-supplied
-text
-that
-the
-to
-traditional
-turn
-values
-variables.
-version
-via
-way
-when
-while
-with