diff options
author | Benjamin Barenblat <bbaren@google.com> | 2021-03-05 12:19:32 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2021-03-05 12:19:32 -0500 |
commit | 0159f87cfaf679f55bcc99f375a772ea3374d272 (patch) | |
tree | cadea424b91ebdf52e2b2a0c0932717f4f0f91a3 /debian/changelog | |
parent | 006b28a982e3938d29952341a2ebdeae77b42b16 (diff) |
Disable double-double unit tests
Compiler bugs make unit tests flaky on double-double platforms. Apply a
patch from upstream to disable the relevant tests on those platforms.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e3f4e909..500ef137 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ abseil (0~20200923.3-3) UNRELEASED; urgency=medium * Fix "ftbfs with -march=x86-64-v3" by correcting the relevant unit tests. (Closes: #983936) + * Disable double-double unit tests due to compiler bugs. -- Benjamin Barenblat <bbaren@debian.org> Thu, 04 Mar 2021 14:37:45 -0500 |