[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[7464] remove long tests distinction
From: |
gavinsmith0123 |
Subject: |
[7464] remove long tests distinction |
Date: |
Sun, 23 Oct 2016 09:09:40 +0000 (UTC) |
Revision: 7464
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7464
Author: gavin
Date: 2016-10-23 09:09:40 +0000 (Sun, 23 Oct 2016)
Log Message:
-----------
remove long tests distinction
Modified Paths:
--------------
trunk/ChangeLog
trunk/tp/Makefile.am
trunk/tp/maintain/regenerate_cmd_tests.sh
trunk/tp/tests/Makefile.am
trunk/tp/tests/README
trunk/tp/tests/test_scripts/formatting_cond.sh
trunk/tp/tests/test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh
trunk/tp/tests/test_scripts/formatting_cond_info.sh
trunk/tp/tests/test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh
trunk/tp/tests/test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh
trunk/tp/tests/test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh
trunk/tp/tests/test_scripts/formatting_cond_xml.sh
trunk/tp/tests/test_scripts/formatting_defcondx_Dbar.sh
trunk/tp/tests/test_scripts/formatting_defcondx_Ubar.sh
trunk/tp/tests/test_scripts/formatting_direntry_dircategory_info_split.sh
trunk/tp/tests/test_scripts/formatting_documentlanguage_set_option.sh
trunk/tp/tests/test_scripts/formatting_documentlanguage_set_option_info.sh
trunk/tp/tests/test_scripts/formatting_documentlanguage_set_unknown.sh
trunk/tp/tests/test_scripts/formatting_empty.sh
trunk/tp/tests/test_scripts/formatting_float_copying.sh
trunk/tp/tests/test_scripts/formatting_ignore_and_comments_output.sh
trunk/tp/tests/test_scripts/formatting_one_line.sh
trunk/tp/tests/test_scripts/formatting_one_line_no_content.sh
trunk/tp/tests/test_scripts/formatting_simple_with_menu_docbook_info.sh
trunk/tp/tests/test_scripts/formatting_simplest_test_css.sh
trunk/tp/tests/test_scripts/formatting_simplest_test_date_in_header.sh
trunk/tp/tests/test_scripts/formatting_simplest_test_prefix.sh
trunk/tp/tests/test_scripts/formatting_simplest_test_prefix_info.sh
trunk/tp/tests/test_scripts/formatting_split_for_format_not_split.sh
trunk/tp/tests/test_scripts/formatting_split_nocopying.sh
trunk/tp/tests/test_scripts/formatting_split_nocopying_split.sh
trunk/tp/tests/test_scripts/formatting_split_nocopying_split_dev_null.sh
trunk/tp/tests/test_scripts/formatting_test_redefine_need.sh
trunk/tp/tests/test_scripts/formatting_texi_bib-example.sh
trunk/tp/tests/test_scripts/formatting_texi_cond.sh
trunk/tp/tests/test_scripts/formatting_texi_glossary.sh
trunk/tp/tests/test_scripts/formatting_texi_ignore_and_comments.sh
trunk/tp/tests/test_scripts/formatting_unknown_nodes_renamed.sh
trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh
trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh
trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh
trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh
trunk/tp/tests/test_scripts/htmlxref_htmlxref.sh
trunk/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/ChangeLog 2016-10-23 09:09:40 UTC (rev 7464)
@@ -1,5 +1,20 @@
2016-10-23 Gavin Smith <address@hidden>
+ * tp/tests/Makefile.am (long-checks, long-checks-all): Remove.
+ (tex-html-checks tex-html-check): Remove use of LONG_TESTS.
+ (long_tests): Add contents to 'base_tests' variable and
+ remove.
+ (copy-long): Remove.
+ (Makefile.onetst, DIST_SUBDIRS, clean-tests): Remove use of
+ 'long_tests' variable.
+ * tp/tests/README: Remove discussion of "long tests".
+
+ * tp/Makefile.am (long-checks): Remove target.
+ * tp/maintain/regenerate_cmd_tests.sh: Remove handling of "long
+ tests".
+
+2016-10-23 Gavin Smith <address@hidden>
+
* tp/Texinfo/Parser.pm (_parse_texi): Record menu regardless of
where it occurred. (Revert change on 2016-10-08 in order to
avoid failure of "long tests" under tp/tests.)
Modified: trunk/tp/Makefile.am
===================================================================
--- trunk/tp/Makefile.am 2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/Makefile.am 2016-10-23 09:09:40 UTC (rev 7464)
@@ -200,10 +200,6 @@
AM_TESTS_ENVIRONMENT = srcdir="$(srcdir)"; export srcdir;
top_srcdir="$(top_srcdir)"; export top_srcdir; builddir="$(builddir)"; export
buildir; top_builddir="$(top_builddir)"; export top_builddir;
-# just a convenience for running these additional tests.
-long-checks:
- cd tests && $(MAKE) long-checks
-
maintenance_files = \
maintain/all_tests.sh \
maintain/change_perl_modules_version.sh \
Modified: trunk/tp/maintain/regenerate_cmd_tests.sh
===================================================================
--- trunk/tp/maintain/regenerate_cmd_tests.sh 2016-10-23 08:40:08 UTC (rev
7463)
+++ trunk/tp/maintain/regenerate_cmd_tests.sh 2016-10-23 09:09:40 UTC (rev
7464)
@@ -31,11 +31,9 @@
destdir=$1
shift
-while test z"$1" = 'z-base' -o z"$1" = 'z-long' -o z"$1" = 'z-tex_html'; do
+while test z"$1" = 'z-base' -o z"$1" = 'z-tex_html'; do
if test z"$1" = 'z-base'; then
base_test_dirs=$2
- elif test z"$1" = 'z-long'; then
- long_test_dirs=$2
elif test z"$1" = 'z-tex_html'; then
tex_html_test_dirs=$2
else
@@ -98,25 +96,8 @@
diffs_dir=diffs
' > $one_test_file
- if test $type = 'base'; then
- echo '
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi' >> $one_test_file
- elif test $type = 'long'; then
- echo '
-if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then
- echo "Skipping long tests that take a lot of time to run"
- exit 77
-fi
-if test "z$TEX_HTML_TESTS" = z"yes"; then
- echo "Skipping long tests, only doing HTML TeX tests"
- exit 77
-fi
-' >> $one_test_file
- elif test $type = 'tex_html'; then
+ if test $type = 'tex_html'; then
echo '
if test "z$TEX_HTML_TESTS" != z"yes"; then
echo "Skipping HTML TeX tests that are not easily reproducible"
@@ -164,7 +145,6 @@
END_HEADER
-gather_tests long "$long_test_dirs"
gather_tests base "$base_test_dirs"
gather_tests tex_html "$tex_html_test_dirs"
Modified: trunk/tp/tests/Makefile.am
===================================================================
--- trunk/tp/tests/Makefile.am 2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/Makefile.am 2016-10-23 09:09:40 UTC (rev 7464)
@@ -19,31 +19,27 @@
cd $(srcdir) \
&& $(SHELL) ../maintain/regenerate_cmd_tests.sh "$@" . \
-base '$(base_tests)' \
- -long '$(long_tests)' \
-tex_html '$(tex_html_tests)'
-base_tests = formatting htmlxref htmlxref-only_mono htmlxref-only_split
-long_tests = sectioning coverage indices nested_formats contents layout
+base_tests = formatting htmlxref htmlxref-only_mono htmlxref-only_split \
+ sectioning coverage indices nested_formats contents layout
tex_html_tests = tex_html
-DIST_SUBDIRS = many_input_files $(base_tests) $(long_tests) $(tex_html_tests)
+DIST_SUBDIRS = many_input_files $(base_tests) $(tex_html_tests)
SUBDIRS = . many_input_files
-copy-tests: copy-base copy-long
+copy-tests: copy-base
cd many_input_files && $(MAKE) copy-tests
copy-base:
$(srcdir)/parser_tests.sh -copy $(base_tests)
-copy-long:
- $(srcdir)/parser_tests.sh -copy $(long_tests)
-
copy-tex-html:
$(srcdir)/parser_tests.sh -copy $(tex_html_tests)
cd many_input_files && $(MAKE) copy-tex-html
clean-tests:
- $(srcdir)/parser_tests.sh -clean $(base_tests) $(long_tests)
$(tex_html_tests)
+ $(srcdir)/parser_tests.sh -clean $(base_tests) $(tex_html_tests)
other_tests = \
t/stdout.sh \
@@ -53,14 +49,11 @@
AM_TESTS_ENVIRONMENT = srcdir="$(srcdir)"; export srcdir;
top_srcdir="$(top_srcdir)"; export top_srcdir; builddir="$(builddir)"; export
buildir; top_builddir="$(top_builddir)"; export top_builddir;
-long-checks long-check: all
- $(MAKE) $(AM_MAKEFLAGS) check LONG_TESTS=yes
-
all-checks all-check: all
$(MAKE) $(AM_MAKEFLAGS) check ALL_TESTS=yes
tex-html-checks tex-html-check: all
- $(MAKE) $(AM_MAKEFLAGS) check TEX_HTML_TESTS=yes LONG_TESTS=yes
+ $(MAKE) $(AM_MAKEFLAGS) check TEX_HTML_TESTS=yes
# this is in order to have the htmlxref.cnf files in the build dir.
# This is done in this directory to be sure that the files are there
Modified: trunk/tp/tests/README
===================================================================
--- trunk/tp/tests/README 2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/README 2016-10-23 09:09:40 UTC (rev 7464)
@@ -26,9 +26,8 @@
=====================
This testsuite can be run one of the following ways:
-* Using the makefile rules: "make check" (in this directory) for the
-base tests, "make long-checks" for the long tests, or "make all-checks"
-for both. These use the scripts under the test_scripts directory.
+* Using the makefile rules: "make check" (in this directory)
+These tests use the scripts under the test_scripts directory.
* Using ./parser_tests.sh with the directories one want to run the tests
in given as arguments, for example "./parser_tests.sh formatting".
@@ -83,9 +82,8 @@
To update the test results, first the tests must be run as above.
Giving -copy as the first argument to ../run_parser_all.sh or
-parser_tests.sh (or long_tests.sh or tex_html_tests.sh, which need
-environment variables LONG_TESTS resp. TEX_HTML_TESTS, or ALL_TESTS, to
-be set to "yes", but otherwise operate similarly) will cause the
+parser_tests.sh (tex_html_tests.sh, which needs TEX_HTML_TESTS or ALL_TESTS
+to be set to "yes", but otherwise operates similarly) will cause the
reference results to be copied from the results the last time the tests
were run. For example, to update the reference results for one
particular test:
@@ -94,10 +92,6 @@
The copy-* make targets update all the references for various large sets
of tests via this method.
-To update a group of long tests:
-
-$ LONG_TESTS=yes ./parser_tests.sh -copy nested_formats
-
Exception: in the many_input_files subdirectory, the *parser*.sh scripts
can't be used for updating. Instead, the Makefile's copy-tests and
copy-tex-html targets do it directly.
@@ -194,7 +188,7 @@
When satisfied, add the .texi in subdir/Makefile.am.
-Of course commit all the files and try a make check (or long-checks,
-as needed) afterward to verify it gets run, and passes.
+Of course commit all the files and try a make check afterward to verify
+it gets run, and passes.
See tp/t/README for info about those tests.
Modified: trunk/tp/tests/test_scripts/formatting_cond.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_cond.sh 2016-10-23 08:40:08 UTC
(rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_cond.sh 2016-10-23 09:09:40 UTC
(rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='cond'
name='cond'
Modified: trunk/tp/tests/test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='cond_ifhtml_ifinfo_iftex'
name='cond_ifhtml_ifinfo_iftex'
Modified: trunk/tp/tests/test_scripts/formatting_cond_info.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_cond_info.sh 2016-10-23 08:40:08 UTC
(rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_cond_info.sh 2016-10-23 09:09:40 UTC
(rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='cond_info'
name='cond_info'
Modified:
trunk/tp/tests/test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='cond_info_ifhtml_ifinfo_iftex'
name='cond_info_ifhtml_ifinfo_iftex'
Modified:
trunk/tp/tests/test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh
===================================================================
---
trunk/tp/tests/test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++
trunk/tp/tests/test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='cond_info_no-ifhtml_no-ifinfo_no-iftex'
name='cond_info_no-ifhtml_no-ifinfo_no-iftex'
Modified:
trunk/tp/tests/test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='cond_no-ifhtml_no-ifinfo_no-iftex'
name='cond_no-ifhtml_no-ifinfo_no-iftex'
Modified: trunk/tp/tests/test_scripts/formatting_cond_xml.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_cond_xml.sh 2016-10-23 08:40:08 UTC
(rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_cond_xml.sh 2016-10-23 09:09:40 UTC
(rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='cond_xml'
name='cond_xml'
Modified: trunk/tp/tests/test_scripts/formatting_defcondx_Dbar.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_defcondx_Dbar.sh 2016-10-23
08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_defcondx_Dbar.sh 2016-10-23
09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='defcondx_Dbar'
name='defcondx_Dbar'
Modified: trunk/tp/tests/test_scripts/formatting_defcondx_Ubar.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_defcondx_Ubar.sh 2016-10-23
08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_defcondx_Ubar.sh 2016-10-23
09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='defcondx_Ubar'
name='defcondx_Ubar'
Modified:
trunk/tp/tests/test_scripts/formatting_direntry_dircategory_info_split.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_direntry_dircategory_info_split.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_direntry_dircategory_info_split.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='direntry_dircategory_info_split'
name='direntry_dircategory_info_split'
Modified: trunk/tp/tests/test_scripts/formatting_documentlanguage_set_option.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_documentlanguage_set_option.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_documentlanguage_set_option.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='documentlanguage_set_option'
name='documentlanguage_set_option'
Modified:
trunk/tp/tests/test_scripts/formatting_documentlanguage_set_option_info.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_documentlanguage_set_option_info.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_documentlanguage_set_option_info.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='documentlanguage_set_option_info'
name='documentlanguage_set_option_info'
Modified: trunk/tp/tests/test_scripts/formatting_documentlanguage_set_unknown.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_documentlanguage_set_unknown.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_documentlanguage_set_unknown.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='documentlanguage_set_unknown'
name='documentlanguage_set_unknown'
Modified: trunk/tp/tests/test_scripts/formatting_empty.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_empty.sh 2016-10-23 08:40:08 UTC
(rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_empty.sh 2016-10-23 09:09:40 UTC
(rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='empty'
name='empty'
Modified: trunk/tp/tests/test_scripts/formatting_float_copying.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_float_copying.sh 2016-10-23
08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_float_copying.sh 2016-10-23
09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='float_copying'
name='float_copying'
Modified: trunk/tp/tests/test_scripts/formatting_ignore_and_comments_output.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_ignore_and_comments_output.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_ignore_and_comments_output.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='ignore_and_comments_output'
name='ignore_and_comments_output'
Modified: trunk/tp/tests/test_scripts/formatting_one_line.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_one_line.sh 2016-10-23 08:40:08 UTC
(rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_one_line.sh 2016-10-23 09:09:40 UTC
(rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='one_line'
name='one_line'
Modified: trunk/tp/tests/test_scripts/formatting_one_line_no_content.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_one_line_no_content.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_one_line_no_content.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='one_line_no_content'
name='one_line_no_content'
Modified:
trunk/tp/tests/test_scripts/formatting_simple_with_menu_docbook_info.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_simple_with_menu_docbook_info.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_simple_with_menu_docbook_info.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='simple_with_menu_docbook_info'
name='simple_with_menu_docbook_info'
Modified: trunk/tp/tests/test_scripts/formatting_simplest_test_css.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_simplest_test_css.sh 2016-10-23
08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_simplest_test_css.sh 2016-10-23
09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='simplest_test_css'
name='simplest_test_css'
Modified: trunk/tp/tests/test_scripts/formatting_simplest_test_date_in_header.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_simplest_test_date_in_header.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_simplest_test_date_in_header.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='simplest_test_date_in_header'
name='simplest_test_date_in_header'
Modified: trunk/tp/tests/test_scripts/formatting_simplest_test_prefix.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_simplest_test_prefix.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_simplest_test_prefix.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='simplest_test_prefix'
name='simplest_test_prefix'
Modified: trunk/tp/tests/test_scripts/formatting_simplest_test_prefix_info.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_simplest_test_prefix_info.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_simplest_test_prefix_info.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='simplest_test_prefix_info'
name='simplest_test_prefix_info'
Modified: trunk/tp/tests/test_scripts/formatting_split_for_format_not_split.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_split_for_format_not_split.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_split_for_format_not_split.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='split_for_format_not_split'
name='split_for_format_not_split'
Modified: trunk/tp/tests/test_scripts/formatting_split_nocopying.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_split_nocopying.sh 2016-10-23
08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_split_nocopying.sh 2016-10-23
09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='split_nocopying'
name='split_nocopying'
Modified: trunk/tp/tests/test_scripts/formatting_split_nocopying_split.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_split_nocopying_split.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_split_nocopying_split.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='split_nocopying_split'
name='split_nocopying_split'
Modified:
trunk/tp/tests/test_scripts/formatting_split_nocopying_split_dev_null.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_split_nocopying_split_dev_null.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_split_nocopying_split_dev_null.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='split_nocopying_split_dev_null'
name='split_nocopying_split_dev_null'
Modified: trunk/tp/tests/test_scripts/formatting_test_redefine_need.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_test_redefine_need.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_test_redefine_need.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='test_redefine_need'
name='test_redefine_need'
Modified: trunk/tp/tests/test_scripts/formatting_texi_bib-example.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_texi_bib-example.sh 2016-10-23
08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_texi_bib-example.sh 2016-10-23
09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='texi bib-example.texi'
name='texi_bib-example'
Modified: trunk/tp/tests/test_scripts/formatting_texi_cond.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_texi_cond.sh 2016-10-23 08:40:08 UTC
(rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_texi_cond.sh 2016-10-23 09:09:40 UTC
(rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='texi cond.texi'
name='texi_cond'
Modified: trunk/tp/tests/test_scripts/formatting_texi_glossary.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_texi_glossary.sh 2016-10-23
08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_texi_glossary.sh 2016-10-23
09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='texi glossary.texi'
name='texi_glossary'
Modified: trunk/tp/tests/test_scripts/formatting_texi_ignore_and_comments.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_texi_ignore_and_comments.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_texi_ignore_and_comments.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='texi ignore_and_comments.texi'
name='texi_ignore_and_comments'
Modified: trunk/tp/tests/test_scripts/formatting_unknown_nodes_renamed.sh
===================================================================
--- trunk/tp/tests/test_scripts/formatting_unknown_nodes_renamed.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/formatting_unknown_nodes_renamed.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=formatting
arg='unknown_nodes_renamed'
name='unknown_nodes_renamed'
Modified: trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh 2016-10-23
08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh 2016-10-23
09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=htmlxref-only_mono
arg='htmlxref'
name='htmlxref'
Modified: trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=htmlxref-only_mono
arg='htmlxref_nodes'
name='htmlxref_nodes'
Modified: trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh 2016-10-23
08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh 2016-10-23
09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=htmlxref-only_split
arg='htmlxref'
name='htmlxref'
Modified: trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh
2016-10-23 08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh
2016-10-23 09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=htmlxref-only_split
arg='htmlxref_nodes'
name='htmlxref_nodes'
Modified: trunk/tp/tests/test_scripts/htmlxref_htmlxref.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref_htmlxref.sh 2016-10-23 08:40:08 UTC
(rev 7463)
+++ trunk/tp/tests/test_scripts/htmlxref_htmlxref.sh 2016-10-23 09:09:40 UTC
(rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=htmlxref
arg='htmlxref'
name='htmlxref'
Modified: trunk/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh 2016-10-23
08:40:08 UTC (rev 7463)
+++ trunk/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh 2016-10-23
09:09:40 UTC (rev 7464)
@@ -9,11 +9,6 @@
diffs_dir=diffs
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
dir=htmlxref
arg='htmlxref_nodes'
name='htmlxref_nodes'
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [7464] remove long tests distinction,
gavinsmith0123 <=