mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
debian: skip T810-tsan everywhere
Not sure whose fault the failure is, but for now skip the test.
This commit is contained in:
parent
d42e9bc3c9
commit
a7052376d3
3 changed files with 6 additions and 6 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
notmuch (0.38.3-3) UNRELEASED; urgency=medium
|
notmuch (0.38.3-3) unstable; urgency=medium
|
||||||
|
|
||||||
[ James McCoy ]
|
[ James McCoy ]
|
||||||
* Convert notmuch-vim to Vim addon policy 2.0 (Closes: #1015936).
|
* Convert notmuch-vim to Vim addon policy 2.0 (Closes: #1015936).
|
||||||
|
@ -12,8 +12,10 @@ notmuch (0.38.3-3) UNRELEASED; urgency=medium
|
||||||
[ David Bremner ]
|
[ David Bremner ]
|
||||||
* remove "Build-Conflicts: gdb-minimal", thanks to Jeremy Bícha (Closes:
|
* remove "Build-Conflicts: gdb-minimal", thanks to Jeremy Bícha (Closes:
|
||||||
#1077911).
|
#1077911).
|
||||||
|
* skip test T810-tsan everywhere, as it seems broken by the latest glib
|
||||||
|
(Closes: #1077910). Thanks to Jeremy Bícha for the report
|
||||||
|
|
||||||
-- David Bremner <bremner@debian.org> Mon, 05 Aug 2024 07:02:47 -0300
|
-- David Bremner <bremner@debian.org> Mon, 05 Aug 2024 08:48:01 -0300
|
||||||
|
|
||||||
notmuch (0.38.3-2) unstable; urgency=medium
|
notmuch (0.38.3-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -1,9 +1,7 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
include /usr/share/dpkg/architecture.mk
|
include /usr/share/dpkg/architecture.mk
|
||||||
|
|
||||||
ifeq ($(DEB_HOST_ARCH),ppc64el)
|
export NOTMUCH_SKIP_TESTS = T810-tsan
|
||||||
export NOTMUCH_SKIP_TESTS = T810-tsan
|
|
||||||
endif
|
|
||||||
|
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
|
|
2
debian/tests/control
vendored
2
debian/tests/control
vendored
|
@ -1,7 +1,7 @@
|
||||||
Test-command: env NOTMUCH_TEST_INSTALLED=1 TERM=dumb
|
Test-command: env NOTMUCH_TEST_INSTALLED=1 TERM=dumb
|
||||||
NOTMUCH_HAVE_MAN=1 NOTMUCH_HAVE_SFSEXP=1 NOTMUCH_HAVE_XAPIAN_DB_RETRY_LOCK=1
|
NOTMUCH_HAVE_MAN=1 NOTMUCH_HAVE_SFSEXP=1 NOTMUCH_HAVE_XAPIAN_DB_RETRY_LOCK=1
|
||||||
NOTMUCH_HAVE_PYTHON3_CFFI=1 NOTMUCH_HAVE_PYTHON3_PYTEST=1
|
NOTMUCH_HAVE_PYTHON3_CFFI=1 NOTMUCH_HAVE_PYTHON3_PYTEST=1
|
||||||
NOTMUCH_HAVE_ASAN=1 NOTMUCH_HAVE_TSAN=1
|
NOTMUCH_HAVE_ASAN=1 NOTMUCH_HAVE_TSAN=1 NOTMUCH_SKIP_TESTS=T810-tsan
|
||||||
./test/notmuch-test
|
./test/notmuch-test
|
||||||
Restrictions: allow-stderr
|
Restrictions: allow-stderr
|
||||||
Architecture: amd64, arm64
|
Architecture: amd64, arm64
|
||||||
|
|
Loading…
Reference in a new issue