Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 7 test failures #69

Closed
giampaolo opened this issue May 23, 2014 · 1 comment
Closed

Windows 7 test failures #69

giampaolo opened this issue May 23, 2014 · 1 comment

Comments

@giampaolo
Copy link
Owner

From billiej...@gmail.com on January 26, 2010 22:08:00

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'

----------------------------------------------------------------------

Original issue: http://code.google.com/p/psutil/issues/detail?id=69

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on February 07, 2010 13:22:00

test_windows_pid_4 was fixed, test_username is related with issue 63 .
Closing it out.

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant