After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612099 - run-assert-msg-test.sh test failure
run-assert-msg-test.sh test failure
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-03-07 17:01 UTC by Priit Laes (IRC: plaes)
Modified: 2010-03-08 05:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
run-assert-msg-test.sh-test-failure.patch (1.15 KB, patch)
2010-03-07 17:06 UTC, Priit Laes (IRC: plaes)
none Details | Review
run-assert-msg-test.sh-test-failure.patch (1.15 KB, patch)
2010-03-07 17:08 UTC, Priit Laes (IRC: plaes)
none Details | Review

Description Priit Laes (IRC: plaes) 2010-03-07 17:01:22 UTC
Running make check in glib results with following failure:

[snip]
Test failed: __glib_assert_msg does not have assertion message
FAIL: run-assert-msg-test.sh
=====================================================================
1 of 50 tests failed
[/snip]

And running this test manually results with:
plaes@chi ~/code/glib/tests $ ./run-assert-msg-test.sh 
Test failed: __glib_assert_msg does not have assertion message
Comment 1 Priit Laes (IRC: plaes) 2010-03-07 17:06:57 UTC
Created attachment 155479 [details] [review]
run-assert-msg-test.sh-test-failure.patch

I'm suspecting this has something to do with newer libtool...

Anyway, here's the patch that fixes the issue on my machine.
Comment 2 Priit Laes (IRC: plaes) 2010-03-07 17:08:24 UTC
Created attachment 155480 [details] [review]
run-assert-msg-test.sh-test-failure.patch

Fixed typo in fallback filename.. :S