You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following are the tests which are failing on Windows 7.
I think the best we can to is to adjust the test suite to prevent them to fail.
======================================================================
ERROR: test_windows_pid_4 (__main__.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Users\giampaolo\Desktop\psutil\test\test_psutil.py", line 499,
in tes
t_windows_pid_4
rss, vms = p.get_memory_info()
File "C:\Python26\lib\site-packages\psutil\__init__.py", line 317, in
get_memo
ry_info
return _platform_impl.get_memory_info(self.pid)
File "C:\Python26\lib\site-packages\psutil\_psmswindows.py", line 62, in
wrapp
er
raise AccessDenied
AccessDenied
======================================================================
FAIL: test_username (__main__.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Users\giampaolo\Desktop\psutil\test\test_psutil.py", line 272,
in tes
t_username
self.assertEqual(domain, expected_domain)
AssertionError: 'BUILTIN' != 'win-7'
----------------------------------------------------------------------
From [email protected] on January 26, 2010 22:08:00
Original issue: http://code.google.com/p/psutil/issues/detail?id=69
The text was updated successfully, but these errors were encountered: