GNOME Bugzilla – Bug 726286
libsecret-0.16 tests fails
Last modified: 2014-04-21 11:59:24 UTC
I get: PASS: test-collection TEST: test-lookup-password.py EE.. ====================================================================== ERROR: testAsyncNotFound (__main__.TestLookup) ---------------------------------------------------------------------- Traceback (most recent call last):
+ Trace 233326
loop = GLib.MainLoop(None, False)
====================================================================== ERROR: testAsynchronous (__main__.TestLookup) ---------------------------------------------------------------------- Traceback (most recent call last): File "./test-lookup-password.py", line 45, in testAsynchronous loop = GLib.MainLoop(None, False) TypeError: __new__() takes at most 2 arguments (3 given) ---------------------------------------------------------------------- Ran 4 tests in 0.296s FAILED (errors=2) TEST: test-clear-password.py EE.. ====================================================================== ERROR: testAsyncNotFound (__main__.TestRemove) ---------------------------------------------------------------------- Traceback (most recent call last): File "./test-clear-password.py", line 68, in testAsyncNotFound loop = GLib.MainLoop(None, False) TypeError: __new__() takes at most 2 arguments (3 given) ====================================================================== ERROR: testAsynchronous (__main__.TestRemove) ---------------------------------------------------------------------- Traceback (most recent call last): File "./test-clear-password.py", line 55, in testAsynchronous loop = GLib.MainLoop(None, False) TypeError: __new__() takes at most 2 arguments (3 given) ---------------------------------------------------------------------- Ran 4 tests in 0.321s FAILED (errors=2) TEST: test-store-password.py E. ====================================================================== ERROR: testAsynchronous (__main__.TestStore) ---------------------------------------------------------------------- Traceback (most recent call last): File "./test-store-password.py", line 55, in testAsynchronous loop = GLib.MainLoop(None, False) TypeError: __new__() takes at most 2 arguments (3 given) ---------------------------------------------------------------------- Ran 2 tests in 0.185s FAILED (errors=1) TEST: test-unstable.py ..
Also, even while tests are failing, I get: $ echo $? 0
Yes, saw these problems too. This has been fixed in libsecret 0.18. Would appreciate if you had a chance to verify.
I had no problems with libsecret 0.18 testsuite, thanks.