summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/disable-broken-test_listview.patch6
-rw-r--r--debian/patches/disable-test_cli.patch23
-rw-r--r--debian/patches/disable-test_config.patch23
-rw-r--r--debian/patches/disable-test_mvwattrline.patch8
-rw-r--r--debian/patches/disable-test_sql_json_func.patch23
-rw-r--r--debian/patches/disable-test_sql_str_func.patch23
-rw-r--r--debian/patches/disable-test_text_file.patch23
-rw-r--r--debian/patches/disable-test_vt52_curses.patch8
-rw-r--r--debian/patches/series5
9 files changed, 131 insertions, 11 deletions
diff --git a/debian/patches/disable-broken-test_listview.patch b/debian/patches/disable-broken-test_listview.patch
index cf8e0fe..6e6e3d0 100644
--- a/debian/patches/disable-broken-test_listview.patch
+++ b/debian/patches/disable-broken-test_listview.patch
@@ -8,15 +8,15 @@ Applied-Upstream: no
--- a/test/Makefile.am
+++ b/test/Makefile.am
-@@ -391,7 +391,6 @@ TESTS = \
+@@ -480,7 +480,6 @@ TESTS = \
test_cmds.sh \
test_config.sh \
test_events.sh \
- test_listview.sh \
test_meta.sh \
+ test_gantt.sh \
test_grep_proc.sh \
- test_grep_proc2 \
-@@ -425,6 +424,7 @@ DISABLED_TESTS = \
+@@ -520,6 +519,7 @@ DISABLED_TESTS = \
test_remote.sh \
test_top_status \
test_line_buffer2 \
diff --git a/debian/patches/disable-test_cli.patch b/debian/patches/disable-test_cli.patch
new file mode 100644
index 0000000..a60cb87
--- /dev/null
+++ b/debian/patches/disable-test_cli.patch
@@ -0,0 +1,23 @@
+Description: Disable test_cli.sh test
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil@debian.org>
+Last-Update: 2024-05-05
+
+--- a/test/Makefile.am
++++ b/test/Makefile.am
+@@ -475,7 +475,6 @@ TESTS = \
+ test_date_time_scanner \
+ test_format_installer.sh \
+ test_format_loader.sh \
+- test_cli.sh \
+ test_cmds.sh \
+ test_events.sh \
+ test_meta.sh \
+@@ -513,6 +512,7 @@ endif
+
+ DISABLED_TESTS = \
+ test_config.sh \
++ test_cli.sh \
+ test_mvwattrline \
+ test_regex101.sh \
+ test_remote.sh \
diff --git a/debian/patches/disable-test_config.patch b/debian/patches/disable-test_config.patch
new file mode 100644
index 0000000..33ef29a
--- /dev/null
+++ b/debian/patches/disable-test_config.patch
@@ -0,0 +1,23 @@
+Description: Disable test_config.sh test
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil@debian.org>
+Last-Update: 2024-05-05
+
+--- a/test/Makefile.am
++++ b/test/Makefile.am
+@@ -478,7 +478,6 @@ TESTS = \
+ test_format_loader.sh \
+ test_cli.sh \
+ test_cmds.sh \
+- test_config.sh \
+ test_events.sh \
+ test_meta.sh \
+ test_gantt.sh \
+@@ -514,6 +513,7 @@ TESTS += test_prql.sh
+ endif
+
+ DISABLED_TESTS = \
++ test_config.sh \
+ test_mvwattrline \
+ test_regex101.sh \
+ test_remote.sh \
diff --git a/debian/patches/disable-test_mvwattrline.patch b/debian/patches/disable-test_mvwattrline.patch
index 1f1dbd1..e63cc01 100644
--- a/debian/patches/disable-test_mvwattrline.patch
+++ b/debian/patches/disable-test_mvwattrline.patch
@@ -5,16 +5,16 @@ Author: Salvatore Bonaccorso <carnil@debian.org>
--- a/test/Makefile.am
+++ b/test/Makefile.am
-@@ -393,7 +393,6 @@ TESTS = \
+@@ -482,7 +482,6 @@ TESTS = \
test_events.sh \
test_listview.sh \
test_meta.sh \
- test_mvwattrline.sh \
+ test_gantt.sh \
test_grep_proc.sh \
test_grep_proc2 \
- test_json_format.sh \
-@@ -424,6 +423,7 @@ TESTS = \
- test_vt52_curses.sh
+@@ -519,6 +518,7 @@ TESTS += test_prql.sh
+ endif
DISABLED_TESTS = \
+ test_mvwattrline \
diff --git a/debian/patches/disable-test_sql_json_func.patch b/debian/patches/disable-test_sql_json_func.patch
new file mode 100644
index 0000000..eda4e6f
--- /dev/null
+++ b/debian/patches/disable-test_sql_json_func.patch
@@ -0,0 +1,23 @@
+Description: Disable test_sql_json_func.sh test
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil@debian.org>
+Last-Update: 2024-05-05
+
+--- a/test/Makefile.am
++++ b/test/Makefile.am
+@@ -493,7 +493,6 @@ TESTS = \
+ test_sql_coll_func.sh \
+ test_sql_fs_func.sh \
+ test_sql_indexes.sh \
+- test_sql_json_func.sh \
+ test_sql_regexp.sh \
+ test_sql_search_table.sh \
+ test_sql_str_func.sh \
+@@ -523,6 +522,7 @@ DISABLED_TESTS = \
+ test_logfile.sh \
+ test_line_buffer.sh \
+ test_sql.sh \
++ test_sql_json_func.sh \
+ test_vt52_curses.sh
+
+ if HAVE_LIBCURL
diff --git a/debian/patches/disable-test_sql_str_func.patch b/debian/patches/disable-test_sql_str_func.patch
new file mode 100644
index 0000000..3337fee
--- /dev/null
+++ b/debian/patches/disable-test_sql_str_func.patch
@@ -0,0 +1,23 @@
+Description: Disable test_sql_str_func.sh test
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil@debian.org>
+Last-Update: 2024-05-05
+
+--- a/test/Makefile.am
++++ b/test/Makefile.am
+@@ -494,7 +494,6 @@ TESTS = \
+ test_sql_indexes.sh \
+ test_sql_regexp.sh \
+ test_sql_search_table.sh \
+- test_sql_str_func.sh \
+ test_sql_time_func.sh \
+ test_sql_views_vtab.sh \
+ test_sql_xml_func.sh \
+@@ -523,6 +522,7 @@ DISABLED_TESTS = \
+ test_line_buffer.sh \
+ test_sql.sh \
+ test_sql_json_func.sh \
++ test_sql_str_func.sh \
+ test_vt52_curses.sh
+
+ if HAVE_LIBCURL
diff --git a/debian/patches/disable-test_text_file.patch b/debian/patches/disable-test_text_file.patch
new file mode 100644
index 0000000..5cb1c60
--- /dev/null
+++ b/debian/patches/disable-test_text_file.patch
@@ -0,0 +1,23 @@
+Description: Disable test_text_file.sh test
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil@debian.org>
+Last-Update: 2024-05-05
+
+--- a/test/Makefile.am
++++ b/test/Makefile.am
+@@ -499,7 +499,6 @@ TESTS = \
+ test_sql_xml_func.sh \
+ test_sql_yaml_func.sh \
+ test_text_anonymizer \
+- test_text_file.sh \
+ test_tui.sh \
+ test_data_parser.sh \
+ test_pretty_print.sh \
+@@ -523,6 +522,7 @@ DISABLED_TESTS = \
+ test_sql.sh \
+ test_sql_json_func.sh \
+ test_sql_str_func.sh \
++ test_text_file.sh \
+ test_vt52_curses.sh
+
+ if HAVE_LIBCURL
diff --git a/debian/patches/disable-test_vt52_curses.patch b/debian/patches/disable-test_vt52_curses.patch
index dc2c9ca..bb2f026 100644
--- a/debian/patches/disable-test_vt52_curses.patch
+++ b/debian/patches/disable-test_vt52_curses.patch
@@ -5,7 +5,7 @@ Author: Salvatore Bonaccorso <carnil@debian.org>
--- a/test/Makefile.am
+++ b/test/Makefile.am
-@@ -419,8 +419,7 @@ TESTS = \
+@@ -510,8 +510,7 @@ TESTS = \
test_tui.sh \
test_data_parser.sh \
test_pretty_print.sh \
@@ -13,9 +13,9 @@ Author: Salvatore Bonaccorso <carnil@debian.org>
- test_vt52_curses.sh
+ test_view_colors.sh
- DISABLED_TESTS = \
- test_mvwattrline \
-@@ -428,7 +427,8 @@ DISABLED_TESTS = \
+ if HAVE_CARGO
+ TESTS += test_prql.sh
+@@ -523,7 +522,8 @@ DISABLED_TESTS = \
test_remote.sh \
test_top_status \
test_line_buffer2 \
diff --git a/debian/patches/series b/debian/patches/series
index 1376de8..649c727 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,8 @@ disable-test_vt52_curses.patch
disable-broken-test_logfile-test.patch
disable-test_sql.patch
disable-broken-test_listview.patch
+disable-test_config.patch
+disable-test_sql_json_func.patch
+disable-test_cli.patch
+disable-test_sql_str_func.patch
+disable-test_text_file.patch