Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Failing tests on compilation #1161

Closed
dariocravero opened this issue Feb 27, 2014 · 6 comments
Closed

Failing tests on compilation #1161

dariocravero opened this issue Feb 27, 2014 · 6 comments

Comments

@dariocravero
Copy link

Hi all,

I'm getting an error while running tests on a libuv build in Ubuntu both the latest release and the git repo.

Here's the compilation process output: https://gist.github.com/dariocravero/9250901.

Platform: Linux uxtemple 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux.

Any clues?

Thanks,
Darío

@saghul
Copy link
Contributor

saghul commented Feb 27, 2014

These are not "real" failures. Some handles are left unref's and the loop now asserts. I'll make a change to the test runner which closes all remaining handles and runs the loop one last time.

@dariocravero
Copy link
Author

Good stuff :) Thanks @saghul. Feel free to close the issue then.

@saghul
Copy link
Contributor

saghul commented Feb 28, 2014

Thanks for the report Dario. Should be fixed in master after #1163.

@saghul saghul closed this as completed Feb 28, 2014
@dariocravero
Copy link
Author

Thanks @saghul, that sorted it out!
However, one test is still failing from that set, see this:

=============================================================
[%  74|+ 159|-   0|T   0|S   0]: spawn_setuid_setgid
`spawn_setuid_setgid` failed: exit code 134
Output from process `spawn_setuid_setgid`:
Assertion failed in test/test-spawn.c on line 925: r == 0
=============================================================

Is that of any importance too?

@saghul
Copy link
Contributor

saghul commented Feb 28, 2014

On 02/28/2014 10:38 AM, Darío Javier Cravero wrote:

Thanks @saghul https://github.com/saghul, that sorted it out!

Great, thanks for confirming!

However, one test is still failing from that set, see this
https://gist.github.com/dariocravero/9250901#file-libuv-compilation-error-L638:

|=============================================================

spawn_setuid_setgid failed: exit code 134
Output from process spawn_setuid_setgid:

Assertion failed in test/test-spawn.c on line 925: r == 0

|
|

Is that of any importance too?

Maybe :-) Please open a new issue for that one. Could be platform
related. I'mupgrading my BBB as I type :-P


Reply to this email directly or view it on GitHub
#1161 (comment).

Saúl Ibarra Corretgé
bettercallsaghul.com

@dariocravero
Copy link
Author

Done, the new issue is #1172. Thanks again!

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

No branches or pull requests

2 participants