GNOME Bugzilla – Bug 610784
array test failing
Last modified: 2010-08-11 01:34:02 UTC
the builder just threw this error /array/large-size: ** ERROR:array-test.c:121:array_large_size: stderr of child process (12489) failed to match: *failed to allocate 2147483648 bytes* /bin/sh: line 1: 12238 Terminated ../../glib/gtester --verbose testing option-context keyfile fileutils printf rand strfuncs string markup-subparser array-test hostutils gvariant make[5]: *** [test] Error 143 make[4]: *** [test] Error 2 make[3]: *** [test] Error 2 make[2]: *** [check-am] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2 FAIL GTester: last random seed: R02S002932f92ed50107e0ef479e31997597
*** Bug 613060 has been marked as a duplicate of this bug. ***
Bug 568760 contains information how to make this run faster/require less memory, etc.
Created attachment 164539 [details] [review] Hack up glib/tests/array-test to not actually malloc 2G Fixes the test on machines where that allocation takes very long. Tested with and without the garray.c patch from 568760 to verify that it will still catch a regression there.
Review of attachment 164539 [details] [review]: YES PLEASE
Attachment 164539 [details] pushed as 1ad08a6 - Hack up glib/tests/array-test to not actually malloc 2G
*** Bug 626586 has been marked as a duplicate of this bug. ***