GNOME Bugzilla – Bug 724124
glib/tests/collate.c fails if no en_US locale
Last modified: 2014-02-13 14:39:14 UTC
Now that the tests produce TAP output, exiting 0 without printing any TAP directives is an error: ERROR: collate - missing test plan The TAP specification says the test should at least print "1..0".
Created attachment 268799 [details] [review] glib/tests/collate.c: run to completion when skipping all tests Otherwise, we don't produce valid TAP output, and fail with: ERROR: collate - missing test plan
Created attachment 268800 [details] [review] g_test_run: return 0 if all tests are skipped in TAP mode Exit status 77 is special to Automake's default test driver, but is treated as an error by TAP.
Comment on attachment 268799 [details] [review] glib/tests/collate.c: run to completion when skipping all tests Committed as ffa5fab09, should be in 2.39.5, thanks to danw for review
Comment on attachment 268800 [details] [review] g_test_run: return 0 if all tests are skipped in TAP mode Committed as 0f5577de5, should be in 2.39.5, thanks to danw for review