Android/NSPR/Tests: Difference between revisions
Jump to navigation
Jump to search
AlexPakhotin (talk | contribs) |
AlexPakhotin (talk | contribs) |
||
| Line 108: | Line 108: | ||
|lazyinit || PASS | |lazyinit || PASS | ||
|- | |- | ||
|libfilename || FAIL(1) | |libfilename || FAIL(1)* || NSPR on Android currently expects libraries to be in /data/data/org.mozilla.gecko/lib directory. Fennec installation provides that. | ||
|- | |- | ||
|lltest || PASS | |lltest || PASS | ||
Revision as of 22:35, 30 March 2010
NSPR Test Results
Tests ran on the emulator launched with these parameters:
emulator -avd android -memory 256 -partition-size 512
| Test name | Result | Notes |
|---|---|---|
| accept | PASS | |
| acceptreademu | PASS | |
| acceptread | PASS | |
| addrstr | PASS | |
| affinity | PASS | |
| alarm | PASS | |
| anonfm | PASS | |
| append | FAIL(1)* | bug 543556 |
| atomic | PASS | |
| attach | PASS | |
| bigfile | PASS | |
| bigfile2 | FAIL(1) | |
| bigfile3 | FAIL(1) | |
| cleanup | PASS | |
| cltsrv | PASS | |
| concur | PASS | |
| cvar2 | PASS | |
| cvar | PASS | |
| dceemu | PASS | |
| dlltest | PASS* | Needs dll/libmy.so to pass. |
| dtoa | PASS | |
| env | PASS | |
| errcodes | PASS | |
| errset | PASS | |
| exit | PASS | |
| fdcach | PASS | |
| fileio | PASS | |
| foreign | FAIL(139)* | bug 543556 |
| forktest | PASS | |
| formattm | FAIL(139)* | bug 545183 |
| fsync | PASS | |
| getai | FAIL(139) | Requires a host name provided as an argument. But it still fails in gethostbyname(). |
| gethost | FAIL(1) | gethostbyname() returns NULL. |
| getproto | FAIL(1) | getprotobyname() and getprotobynumber() are not implemented in Android libc. |
| i2l | PASS | |
| initclk | PASS | |
| inrval | PASS | |
| instrumt | PASS | |
| intrio | PASS | |
| intrupt | PASS | |
| ioconthr | PASS | |
| io_timeout | PASS | |
| ipv6 | PASS | |
| joinkk | PASS | |
| joinku | PASS | |
| join | PASS | |
| joinuk | PASS | |
| joinuu | PASS | |
| layer | PASS | |
| lazyinit | PASS | |
| libfilename | FAIL(1)* | NSPR on Android currently expects libraries to be in /data/data/org.mozilla.gecko/lib directory. Fennec installation provides that. |
| lltest | PASS | |
| lockfile | PASS | |
| lock | PASS | |
| logfile | PASS | |
| logger | PASS | |
| makedir | PASS | |
| many_cv | PASS | |
| mbcs | FAIL(1) | |
| multiacc | PASS | |
| multiwait | FAIL(139) | |
| nameshm1 | FAIL(1) | |
| nbconn | PASS | |
| nblayer | PASS | |
| nonblock | PASS | |
| ntioto | PASS | |
| ntoh | PASS | |
| obsints | PASS | |
| op_2long | PASS | |
| openfile | PASS | |
| op_excl | PASS | |
| op_filnf | PASS | |
| op_filok | FAIL(1) | |
| op_noacc | FAIL(56) | |
| op_nofil | PASS | |
| parent | PASS | |
| parsetm | PASS | |
| peek | PASS | |
| perf | PASS | |
| pipeping2 | PASS | |
| pipeping | PASS | |
| pipepong2 | FAIL(1) | |
| pipepong | FAIL(1) | |
| pipeself | PASS | |
| pollable | PASS | |
| poll_er | FAIL(1) | |
| poll_nm | PASS | |
| poll_to | PASS | |
| prftest1 | PASS | |
| prftest2 | PASS | |
| prftest | PASS | |
| primblok | PASS | |
| priotest | PASS | |
| provider | PASS | |
| prpollml | PASS | |
| prpoll | PASS | |
| randseed | PASS | |
| ranfile | PASS | |
| reinit | PASS | |
| rmdir | FAIL(1) | |
| rwlocktest | PASS | |
| selct_er | PASS | |
| selct_nm | PASS | |
| selct_to | PASS | |
| select2 | HANG | |
| selintr | PASS | |
| sel_spd | PASS | |
| semaerr1 | - | This is a child process for semaerr. Not supposed to run standalone. |
| semaerr | FAIL(1) | |
| sema | FAIL(1) | |
| semaping | FAIL(1) | |
| semapong | - | This is a child process for semaping. Not supposed to run standalone. |
| sem | PASS | |
| sendzlf | PASS | |
| server_test | PASS | |
| servr_kk | FAIL(1) | |
| servr_ku | FAIL(1) | |
| servr_uk | FAIL(1) | |
| servr_uu | FAIL(1) | |
| short_thread | PASS | |
| sigpipe | PASS | |
| socket | FAIL(1)* | bug 543556 |
| sockopt | PASS | |
| sockping | PASS | |
| sockpong | FAIL(1) | |
| sprintf | PASS | |
| sproc_ch | PASS | |
| sproc_p | PASS | |
| stack | PASS | |
| stdio | PASS | |
| str2addr | PASS | |
| strod | PASS | |
| suspend | FAIL(139) | |
| switch | PASS | |
| system | PASS | |
| testbit | PASS | |
| testfile | FAIL(2)* | bug 543556 |
| threads | PASS | |
| thrpool_client | HANG | |
| thrpool_server | PASS | |
| thruput | HANG | |
| timemac | PASS | |
| timetest | PASS | |
| tmoacc | HANG | |
| tmocon | PASS | |
| tpd | PASS | |
| udpsrv | PASS | |
| vercheck | PASS | |
| version | PASS | |
| writev | PASS | |
| xnotify | PASS | |
| y2k | PASS | |
| y2ktmo | PASS | |
| zerolen | PASS |
* - The test passes with a bug fix or when specific requirements are fulfilled.