mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-14 00:10:45 +03:00
On one run (out of 6 or so), I did hit: ``` [ RUN ] IndexWriterTest.testAddIndexesWithRollback lucene++-tester: /usr/include/boost/smart_ptr/shared_ptr.hpp:550: typename boost::detail::sp_member_access<T>::type boost::shared_ptr<T>::operator->() const [with T = Lucene::DocumentsWriter; typename boost::detail::sp_member_access<T>::type = Lucene::DocumentsWriter*]: Assertion `px != 0' failed. /var/tmp/portage/dev-cpp/lucene++-3.0.9/temp/environment: line 1082: 28 Aborted (core dumped) "$@" ``` Not sure if it's another instance of something like https://github.com/luceneplusplus/LucenePlusPlus/issues/181 or what, but not debugged further as the testsuite takes a while and had already spent too much time on lucene++ today. The test restriction had been there since the package was added. Signed-off-by: Sam James <sam@gentoo.org>
11 lines
253 B
Diff
11 lines
253 B
Diff
--- a/src/test/gtest/googletest/src/gtest-death-test.cc
|
|
+++ b/src/test/gtest/googletest/src/gtest-death-test.cc
|
|
@@ -32,6 +32,7 @@
|
|
|
|
#include "gtest/gtest-death-test.h"
|
|
|
|
+#include <cstdint>
|
|
#include <utility>
|
|
|
|
#include "gtest/internal/gtest-port.h"
|