Test results for the library
liboping
-
1.5.0
on
x86
Summary
Total tests
12
Passed / Failed tests
11 /
1
Verdict
Test Failed
Problem Summary
Hanged execution
1
Failed Tests (1)
[+]
Hanged execution
(1 problem)
oping.h
,
liboping.so.0.2.4
[+]
ping_host_add
(
pingobj_t*
obj
,
char const*
host
)
:
int
hanged execution (more than 7 seconds)
1
2
3
4
5
6
7
8
#include <stdlib.h>
#include <oping.h>
int
main(
int
argc
,
char
*
argv
[
]
)
{
pingobj_t*
obj
= ping_construct(
)
;
ping_host_add
(
obj
,
"host"
);
//target call
return
0
;
}
to the top
Generated on Thu Oct 28 06:26:29 2010 for
liboping
by
API Sanity Autotest
1.12
The cross-platform generator of basic unit tests for a dynamic C/C++ library