200
edits
AlexPakhotin (talk | contribs) |
AlexPakhotin (talk | contribs) |
||
| Line 70: | Line 70: | ||
|fsync || PASS | |fsync || PASS | ||
|- | |- | ||
|getai || FAIL(139) || Requires a host name provided as an argument. But it still fails in gethostbyname(). | |getai || FAIL(139) || Requires a host name provided as an argument. But it still fails in gethostbyname().<br>{{bug|558422}} | ||
|- | |- | ||
|gethost || FAIL(1) || gethostbyname() returns NULL. | |gethost || FAIL(1) || gethostbyname() returns NULL.<br>{{bug|558422}} | ||
|- | |- | ||
|getproto || FAIL(1) || getprotobyname() and getprotobynumber() are not implemented in Android libc.<br>{{bug|558415}} | |getproto || FAIL(1) || getprotobyname() and getprotobynumber() are not implemented in Android libc.<br>{{bug|558415}} | ||
| Line 128: | Line 128: | ||
|multiacc || PASS | |multiacc || PASS | ||
|- | |- | ||
|multiwait || FAIL(139) || Error:<br>OneOpOneThread()<br>PR_PENDING_INTERRUPT_ERROR(-5993), oserror = 0<br>Assertion failure: PR_MW_TIMEOUT == desc_out->outcome, at multiwait.c:269 | |multiwait || FAIL(139) || Error:<br>OneOpOneThread()<br>PR_PENDING_INTERRUPT_ERROR(-5993), oserror = 0<br>Assertion failure: PR_MW_TIMEOUT == desc_out->outcome, at multiwait.c:269<br>{{bug|558420}} | ||
|- | |- | ||
|nameshm1 || FAIL(1) || Shared memory functions are not implemented in Android libc.<br>{{bug|558415}} | |nameshm1 || FAIL(1) || Shared memory functions are not implemented in Android libc.<br>{{bug|558415}} | ||
| Line 178: | Line 178: | ||
|pollable || PASS | |pollable || PASS | ||
|- | |- | ||
|poll_er || FAIL(1) || poll() does not wait as expected, but returns right away.<br>The test is known to fail on some platforms. | |poll_er || FAIL(1) || poll() does not wait as expected, but returns right away.<br>The test is known to fail on some platforms.<br>{{bug|558423}} | ||
|- | |- | ||
|poll_nm || PASS | |poll_nm || PASS | ||
edits