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 621764 - gedit-2.30.2: FAIL: document-saver test
gedit-2.30.2: FAIL: document-saver test
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-16 11:53 UTC by Pacho Ramos
Modified: 2010-07-05 12:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2010-06-16 11:53:04 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
Comment 1 Ignacio Casal Quinteiro (nacho) 2010-06-16 12:41:32 UTC
To pass that test you need to have the localhost ssh mounted.
Comment 2 Pacho Ramos 2010-06-16 12:48:48 UTC
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 :-/
Comment 3 jessevdk@gmail.com 2010-06-16 12:52:57 UTC
I think we discussed before, that we should not run this test by default.
Comment 4 Ignacio Casal Quinteiro (nacho) 2010-06-29 15:08:51 UTC
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.
Comment 5 Pacho Ramos 2010-07-05 12:27:58 UTC
Thanks :-)