texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Temporarily enable test to see how it goes on sol


From: Patrice Dumas
Subject: branch master updated: Temporarily enable test to see how it goes on solaris build farm
Date: Sat, 29 Jul 2023 11:17:44 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new bf75469e92 Temporarily enable test to see how it goes on solaris build 
farm
bf75469e92 is described below

commit bf75469e9224d2a445fd77858a432f578d44ff9f
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Jul 29 17:17:13 2023 +0200

    Temporarily enable test to see how it goes on solaris build farm
---
 tp/tests/Makefile.onetst                            |  1 +
 tp/tests/encoded/list-of-tests                      |  2 +-
 .../test_latin1_no_documentencoding.1               |  0
 .../test_latin1_no_documentencoding.2               |  1 +
 .../test_latin1_no_documentencoding.info            | 21 +++++++++++++++++++++
 .../encoded_test_latin1_no_documentencoding.sh      | 19 +++++++++++++++++++
 6 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/tp/tests/Makefile.onetst b/tp/tests/Makefile.onetst
index 678ff6f521..bdb1fe3431 100644
--- a/tp/tests/Makefile.onetst
+++ b/tp/tests/Makefile.onetst
@@ -45,6 +45,7 @@ type_base_one_test_files_generated_list =  \
     test_scripts/encoded_manual_include_accented_file_name_latin1.sh \
     
test_scripts/encoded_manual_include_accented_file_name_latin1_explicit_encoding.sh
 \
     
test_scripts/encoded_manual_include_accented_file_name_latin1_use_locale_encoding.sh
 \
+    test_scripts/encoded_test_latin1_no_documentencoding.sh \
     test_scripts/nested_formats_texi_nested_formats.sh \
     test_scripts/nested_formats_nested_group.sh \
     test_scripts/nested_formats_nested_itemize.sh \
diff --git a/tp/tests/encoded/list-of-tests b/tp/tests/encoded/list-of-tests
index f6802da4b0..830d5ec942 100644
--- a/tp/tests/encoded/list-of-tests
+++ b/tp/tests/encoded/list-of-tests
@@ -35,4 +35,4 @@ manual_include_accented_file_name_latin1_use_locale_encoding 
manual_include_acce
 # to a warning.  This corresponds to an actual practice when latin1 was a
 # de-facto default encoding for Texinfo manuals, before UTF-8.
 # Not enabled because perl parser and XS parser lead to different output
-#test_latin1_no_documentencoding test_latin1_no_documentencoding.texi
+test_latin1_no_documentencoding test_latin1_no_documentencoding.texi
diff --git 
a/tp/tests/encoded/res_parser/test_latin1_no_documentencoding/test_latin1_no_documentencoding.1
 
b/tp/tests/encoded/res_parser/test_latin1_no_documentencoding/test_latin1_no_documentencoding.1
new file mode 100644
index 0000000000..e69de29bb2
diff --git 
a/tp/tests/encoded/res_parser/test_latin1_no_documentencoding/test_latin1_no_documentencoding.2
 
b/tp/tests/encoded/res_parser/test_latin1_no_documentencoding/test_latin1_no_documentencoding.2
new file mode 100644
index 0000000000..44f484545a
--- /dev/null
+++ 
b/tp/tests/encoded/res_parser/test_latin1_no_documentencoding/test_latin1_no_documentencoding.2
@@ -0,0 +1 @@
+test_latin1_no_documentencoding.texi:6: encoding error at byte 0xfc
diff --git 
a/tp/tests/encoded/res_parser/test_latin1_no_documentencoding/test_latin1_no_documentencoding.info
 
b/tp/tests/encoded/res_parser/test_latin1_no_documentencoding/test_latin1_no_documentencoding.info
new file mode 100644
index 0000000000..239c3508c2
--- /dev/null
+++ 
b/tp/tests/encoded/res_parser/test_latin1_no_documentencoding/test_latin1_no_documentencoding.info
@@ -0,0 +1,21 @@
+This is test_latin1_no_documentencoding.info, produced by texi2any
+version from test_latin1_no_documentencoding.texi.
+
+\include texinfo
+
+
+File: test_latin1_no_documentencoding.info,  Node: Top,  Up: (dir)
+
+This manual is by Tommy Mller.
+
+
+
+Tag Table:
+Node: Top137
+
+End Tag Table
+
+
+Local Variables:
+coding: utf-8
+End:
diff --git a/tp/tests/test_scripts/encoded_test_latin1_no_documentencoding.sh 
b/tp/tests/test_scripts/encoded_test_latin1_no_documentencoding.sh
new file mode 100755
index 0000000000..1f34aa1d16
--- /dev/null
+++ b/tp/tests/test_scripts/encoded_test_latin1_no_documentencoding.sh
@@ -0,0 +1,19 @@
+#! /bin/sh
+# This file generated by maintain/regenerate_cmd_tests.sh
+
+if test z"$srcdir" = "z"; then
+  srcdir=.
+fi
+
+one_test_logs_dir=test_log
+
+
+dir=encoded
+name='test_latin1_no_documentencoding'
+mkdir -p $dir
+
+"$srcdir"/run_parser_all.sh -dir $dir $name
+exit_status=$?
+cat $dir/$one_test_logs_dir/$name.log
+exit $exit_status
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]