diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-11-22 01:24:48 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-11-22 03:14:30 -0600 |
commit | c0dc096a57d34804b09e360e6cadd0513d4401da (patch) | |
tree | 23c81609a7f25a67b62e8db5aeab7b2d372cf40e /user/mosquitto/no-persist_read_test.patch | |
parent | 0626331d80705ba36803ec0fb3062bd4355d9cd9 (diff) | |
download | packages-c0dc096a57d34804b09e360e6cadd0513d4401da.tar.gz packages-c0dc096a57d34804b09e360e6cadd0513d4401da.tar.bz2 packages-c0dc096a57d34804b09e360e6cadd0513d4401da.tar.xz packages-c0dc096a57d34804b09e360e6cadd0513d4401da.zip |
user/mosquitto: Update to 2.0.15, clear some tests
Disable a few tests that fail on 32-bit systems.
Closes: #851
Diffstat (limited to 'user/mosquitto/no-persist_read_test.patch')
-rw-r--r-- | user/mosquitto/no-persist_read_test.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/user/mosquitto/no-persist_read_test.patch b/user/mosquitto/no-persist_read_test.patch new file mode 100644 index 000000000..6227e0487 --- /dev/null +++ b/user/mosquitto/no-persist_read_test.patch @@ -0,0 +1,15 @@ +This doesn't pass on 32-bit platforms as noted upstream at: +https://github.com/eclipse/mosquitto/issues/2550 + +We disable these tests for now. + +--- mosquitto-2.0.14/test/unit/Makefile.old 2021-11-16 18:28:35.000000000 -0600 ++++ mosquitto-2.0.14/test/unit/Makefile 2022-11-22 00:37:32.237485238 -0600 +@@ -174,7 +174,5 @@ + + test-broker : build + ./bridge_topic_test +- ./persist_read_test +- ./persist_write_test + ./subs_test + |