Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925093 - dev-cpp/gtest-1.14.0 fails tests: 9 - gmock-matchers-misc_test (Failed)
Summary: dev-cpp/gtest-1.14.0 fails tests: 9 - gmock-matchers-misc_test (Failed)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Peter Levine
URL: https://github.com/google/googletest/...
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-02-20 16:12 UTC by Agostino Sarubbo
Modified: 2024-06-18 02:09 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,354.44 KB, text/plain)
2024-02-20 16:12 UTC, Agostino Sarubbo
Details
1-LastTest.log.xz (1-LastTest.log.xz,51.27 KB, application/x-xz)
2024-02-20 16:12 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-20 16:12:55 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/gtest-1.14.0 fails tests.
Discovered on: arm (internal ref: tinderbox_arm)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-20 16:12:58 UTC
Created attachment 885527 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-20 16:12:59 UTC
Created attachment 885528 [details]
1-LastTest.log.xz

1-LastTest.log (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 4 Peter Levine 2024-06-13 20:11:59 UTC
I'll try to setup a stage3 arm chroot environment and see if I can reproduce with qemu.
Comment 5 Larry the Git Cow gentoo-dev 2024-06-18 02:09:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58b8c8536d5e5f8453fcf7e04f2505b2a627a67

commit f58b8c8536d5e5f8453fcf7e04f2505b2a627a67
Author:     Peter Levine <plevine457@gmail.com>
AuthorDate: 2024-06-17 06:18:59 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-18 02:08:52 +0000

    dev-cpp/gtest: fix test failure with -O2/-O3 on arm hardfloat arch
    
    Testing on arm hardfloat architecture with -O2/-O3 causes a unittest to
    fail.  Do like Debian does and replace with -O1 until upstream
    addresses it.
    
    Closes: https://bugs.gentoo.org/925093
    Suggested-by: Sam James <sam@gentoo.org>
    Signed-off-by: Peter Levine <plevine457@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-cpp/gtest/gtest-1.14.0-r1.ebuild | 76 ++++++++++++++++++++++++++++++++++++
 dev-cpp/gtest/gtest-9999.ebuild      |  6 ++-
 2 files changed, 81 insertions(+), 1 deletion(-)