Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654584 - dev-cpp/gtest-1.8.0-r1 : [TEST] 51 - gtest_filter_unittest (Failed)
Summary: dev-cpp/gtest-1.8.0-r1 : [TEST] 51 - gtest_filter_unittest (Failed)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Peter Levine
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-05-02 07:26 UTC by Toralf Förster
Modified: 2019-10-05 19:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,13.90 KB, text/plain)
2018-05-02 07:26 UTC, Toralf Förster
Details
dev-cpp:gtest-1.8.0-r1:20180502-031418.log (dev-cpp:gtest-1.8.0-r1:20180502-031418.log,634.09 KB, text/plain)
2018-05-02 07:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,5.42 KB, text/plain)
2018-05-02 07:26 UTC, Toralf Förster
Details
environment (environment,165.90 KB, text/plain)
2018-05-02 07:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.29 KB, application/x-bzip)
2018-05-02 07:26 UTC, Toralf Förster
Details
LastTest.log.bz2 (LastTest.log.bz2,28.65 KB, application/x-bzip)
2018-05-02 07:26 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,38.69 KB, application/x-bzip)
2018-05-02 07:26 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,59.44 KB, application/x-bzip)
2018-05-02 07:26 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,29.62 KB, application/x-bzip)
2018-05-02 07:26 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-05-02 07:26:11 UTC
	 44 - gtest_no_rtti_unittest (SEGFAULT)
	 46 - gtest_use_own_tuple_test (SEGFAULT)
	 51 - gtest_filter_unittest (Failed)
Errors while running CTest
 * ERROR: dev-cpp/gtest-1.8.0-r1::gentoo failed (test phase):
 *   Tests failed. When you file a bug, please attach the following file: 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_abi32+64-test_20180501-232814

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0
 [2] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)




emerge -qpv dev-cpp/gtest
[ebuild  N    ] dev-cpp/gtest-1.8.0-r1  USE="{test} -doc -examples" ABI_X86="32 (64) (-x32)"
Comment 1 Toralf Förster gentoo-dev 2018-05-02 07:26:14 UTC
Created attachment 529312 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-02 07:26:18 UTC
Created attachment 529314 [details]
dev-cpp:gtest-1.8.0-r1:20180502-031418.log
Comment 3 Toralf Förster gentoo-dev 2018-05-02 07:26:22 UTC
Created attachment 529316 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-05-02 07:26:25 UTC
Created attachment 529318 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-05-02 07:26:28 UTC
Created attachment 529320 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-02 07:26:31 UTC
Created attachment 529322 [details]
LastTest.log.bz2
Comment 7 Toralf Förster gentoo-dev 2018-05-02 07:26:34 UTC
Created attachment 529324 [details]
logs.tbz2
Comment 8 Toralf Förster gentoo-dev 2018-05-02 07:26:37 UTC
Created attachment 529326 [details]
temp.tbz2
Comment 9 Toralf Förster gentoo-dev 2018-05-02 07:26:40 UTC
Created attachment 529328 [details]
tests.tbz2
Comment 10 Peter Levine 2018-05-06 23:53:12 UTC
Thanks for all the info.  Unfortunately, I am unable to reproduce the issue even with the same FEATURES and USE flags.  The test log shows failures of some subtests but such failures also exist in the log on my end when all tests pass so AFAIK they are supposed to fail.  I believe GTest is supposed to use gtest_break_on_failure_unittest.py wrapper to handle all segfault signals that are expected to occur.  If you are able to reproduce this bug, please post any relevant messages from dmesg if they exist.

Either way, I'll leave the bug up for now in case others run into it.
Comment 11 Peter Levine 2019-10-05 19:09:07 UTC
Given that the tests failed with python3 and support for building with python3 was removed for similar reasons with https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-cpp/gtest?id=29813dfe9222aa81b9706f29dbb5d91bc0a81c55, I will assume this is fixed.  Reopen if reproducible.