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

debugallocation_test.sh fails, but make 'check succeeds' on linux #661

Open
GoogleCodeExporter opened this issue Jul 4, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

I was investigating why this test fails on FreeBSD and found that on Linux 
(Mint) it also misbehaves.

'make check' command on Linux succeeds 100%, but when the test 
'debugallocation_test.sh' is run individually, it says it fails Test#15 (like 
on FreeBSD).

That test says that it should pass when output is "@ .*main", but there is no 
word "main" in the output on Linux (same on BSD).

So there are two problems:
1. 'make check' doesn't catch the individual test failure on Linux
2. Test#15 looks for the condition that doesn't exist and fails wrongfully

Original issue reported on code.google.com by [email protected] on 10 Dec 2014 at 9:21

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