Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 554384 - =dev-libs/glib-2.42.2 with ABI_X86=32 fails test signal with clang-3.6.1
Summary: =dev-libs/glib-2.42.2 with ABI_X86=32 fails test signal with clang-3.6.1
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: systemwide-clang
  Show dependency tree
 
Reported: 2015-07-09 20:12 UTC by Fabio Scaccabarozzi
Modified: 2015-12-26 15:13 UTC (History)
1 user (show)

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


Attachments
Failing emerge log with clang-3.6.1 (dev-libs:glib-2.42.2:20150709-191907_clang.log.gz,84.59 KB, application/octet-stream)
2015-07-09 20:19 UTC, Fabio Scaccabarozzi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Scaccabarozzi 2015-07-09 20:12:25 UTC
=dev-libs/glib-2.42.2 fails "signal" test on ABI_X86=32 and clang-3.6.1 as compiler.
With GCC 4.9.3 it fails on "timer" test, always on ABI_X86=32 (see bug #512218).

Reproducible: Always

Steps to Reproduce:
1. CC="clang" CXX="clang++" emerge -1 =dev-libs/glib-2.42.2
2.
3.
Actual Results:  
"signal" test fails

Expected Results:  
"signal" test should pass

PASS: signals 12 /gobject/signals/introspection
PASS: signals 13 /gobject/signals/block-handler
PASS: signals 14 /gobject/signals/stop-emission
ERROR: signals - missing test plan
ERROR: signals - exited with status 134 (terminated by signal 6?)
PASS: closure 1 /closure/idle
PASS: closure 2 /closure/timeout
PASS: closure 3 /closure/iochannel
Comment 1 Fabio Scaccabarozzi 2015-07-09 20:19:16 UTC
Created attachment 406436 [details]
Failing emerge log with clang-3.6.1
Comment 2 Fabio Scaccabarozzi 2015-12-13 22:31:00 UTC
Just retested with glib-2.44.1-r1 and clang-3.7.0, tests pass fine, I think the bug can be closed as wontfix.