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

Failing process tests on Mac OS X #7

Open
Sanrag opened this issue Aug 21, 2013 · 1 comment
Open

Failing process tests on Mac OS X #7

Sanrag opened this issue Aug 21, 2013 · 1 comment
Assignees

Comments

@Sanrag
Copy link
Contributor

Sanrag commented Aug 21, 2013

The following tests fail when on Mac OS X

testPopulationSizeOfUnexistedProcess(org.arbeitspferde.groningen.subject.open.ProcessManipulatorTest)
testPopulationSizeOfThisProcess(org.arbeitspferde.groningen.subject.open.ProcessManipulatorTest)
testRunningProcess(org.arbeitspferde.groningen.utility.ProcessTest)

Had a chat with @d2rk about this. It's happening due to underlying code depending on /proc file system, which is available only on Linux.

This is a tracking issue for the fix.

@d2rk
Copy link
Contributor

d2rk commented Aug 22, 2013

The org.arbeitspferde.groningen.utility.Process class has to be improved to support Windows and Mac OS X. On this moment the implementation only supports Linux.

@ghost ghost assigned slademaurer Aug 23, 2013
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

3 participants