200
edits
AlexPakhotin (talk | contribs) |
AlexPakhotin (talk | contribs) |
||
| Line 1: | Line 1: | ||
=NSPR Test Results= | =NSPR Test Results= | ||
'''First run''' | |||
Tests ran on the emulator launched with these parameters: | Tests ran on the emulator launched with these parameters: | ||
emulator -avd android -memory 256 -partition-size 512 | emulator -avd android -memory 256 -partition-size 512 | ||
'''Second run''' | |||
On Nexus One, Version 24178, Android Release 2.1-update1. | |||
{| style="width: 100%" class="fullwidth-table sortable" | {| style="width: 100%" class="fullwidth-table sortable" | ||
| Line 70: | Line 74: | ||
|fsync || PASS | |fsync || PASS | ||
|- | |- | ||
|getai || | |getai || PASS* || Passes on Nexus One. Requires a host name provided as an argument.<br><strike>But it still fails in gethostbyname(). {{bug|558422}}</strike> | ||
|- | |- | ||
|gethost || | |gethost || PASS* || Passes on Nexus One.<br><strike>gethostbyname() returns NULL. {{bug|558422}}</strike> | ||
|- | |- | ||
|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 206: | Line 210: | ||
|reinit || PASS | |reinit || PASS | ||
|- | |- | ||
|rmdir || | |rmdir || PASS* || Passes on Nexus One.<br><strike>{{bug|556451}}</strike> | ||
|- | |- | ||
|rwlocktest || PASS | |rwlocktest || PASS | ||
edits