Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 554384

Summary: =dev-libs/glib-2.42.2 with ABI_X86=32 fails test signal with clang-3.6.1
Product: Gentoo Linux Reporter: Fabio Scaccabarozzi <fsvm88>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED OBSOLETE    
Severity: normal CC: fsvm88
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 408963    
Attachments: Failing emerge log with clang-3.6.1

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.