GNOME Bugzilla – Bug 621764
gedit-2.30.2: FAIL: document-saver test
Last modified: 2010-07-05 12:27:58 UTC
I get: make check-TESTS make[2]: Entering directory `/home/pacho/gedit-2.30.2/tests' /smart-converter/utf8-utf8: OK /smart-converter/guessed: OK PASS: smart-converter /document-input-stream/empty: OK /document-input-stream/consecutive_cut_char: OK /document-input-stream/consecutive_big_read: OK /document-input-stream/consecutive_middle_read: OK /document-input-stream/consecutive_multibyte_cut: OK /document-input-stream/consecutive_multibyte_big_read: OK PASS: document-input-stream /document-output-stream/empty: OK /document-output-stream/consecutive: OK /document-output-stream/consecutive_tnewline: OK /document-output-stream/big-char: OK PASS: document-output-stream /document-loader/end-line-stripping: OK /document-loader/end-new-line-detection: OK /document-loader/begin-new-line-detection: OK PASS: document-loader *** *** Checking for unowned directory test... NO: directory does not exist *** Checking for unowned group test... NO: file does not exist *** /document-saver/local: OK /document-saver/local-new-line: OK /document-saver/remote: ** ERROR:document-saver.c:151:mount_ready_callback: assertion failed (error == NULL): el programa de ssh finaliz? inesperadamente (g-io-error-quark, 0) /bin/sh: line 5: 18306 Abortado ${dir}$tst FAIL: document-saver ====================================================================== 1 of 5 tests failed Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=gedit ====================================================================== make[2]: *** [check-TESTS] Error 1 make[2]: Leaving directory `/home/pacho/gedit-2.30.2/tests' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/home/pacho/gedit-2.30.2/tests' make: *** [check-recursive] Error 1 Thanks for solving this
To pass that test you need to have the localhost ssh mounted.
The problem is that this causes problem to us downstream: http://bugs.gentoo.org/show_bug.cgi?id=323659 Then, maybe would be interesting if that test could be automatically skipped when localhost is not ssh mounted :-/
I think we discussed before, that we should not run this test by default.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Thanks :-)