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 726286 - libsecret-0.16 tests fails
libsecret-0.16 tests fails
Status: RESOLVED FIXED
Product: libsecret
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsecret maintainer(s)
libsecret maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-03-13 20:55 UTC by Pacho Ramos
Modified: 2014-04-21 11:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2014-03-13 20:55:36 UTC
I get:
PASS: test-collection
TEST: test-lookup-password.py
EE..
======================================================================
ERROR: testAsyncNotFound (__main__.TestLookup)
----------------------------------------------------------------------
Traceback (most recent call last):
  • File "./test-lookup-password.py", line 58 in testAsyncNotFound
    loop = GLib.MainLoop(None, False)
TypeError: __new__() takes at most 2 arguments (3 given)

======================================================================
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
..
Comment 1 Pacho Ramos 2014-03-13 20:56:48 UTC
Also, even while tests are failing, I get:
$ echo $?
0
Comment 2 Stef Walter 2014-03-14 07:48:12 UTC
Yes, saw these problems too. This has been fixed in libsecret 0.18. Would appreciate if you had a chance to verify.
Comment 3 Gilles Dartiguelongue 2014-04-21 11:59:24 UTC
I had no problems with libsecret 0.18 testsuite, thanks.