SRPC Parameter Passing Test

Scalar types Array types Special types
Boolean
pass/return
Character (1-byte)
pass/return
Double (8-byte fp)
pass/return
pass/return
Integer (4-byte)
pass/return
pass/return
Strings (NUL-terminated)
send to NaCl
return from NaCl
Handle (descriptor)
send to NaCl
receive from NaCl
send invalid to NaCl
receive invalid from NaCl
Legend
Test not run
Test passed
Test failed

NOTE: Some versions of some WebKit-based browsers do not correctly report JavaScript exceptions raised by NPAPI plugins. This can cause some of the above tests to spuriously report failure.

NO-STATUS