msvcirt/tests: Add initial tests for streambuf

Piotr Caban piotr.caban at gmail.com
Tue Jun 2 06:12:01 CDT 2015


On 06/02/15 12:47, Iván Matellanes wrote:
> +todo_wine{
> +    /* constructors */
> +    call_func1(p_streambuf_ctor, &sb);
You'll need to add streambuf_ctor stub in wine before you can test it. 
Currently the tests will fail with exception. Please also set &sb memory 
to something so you can detect uninitialized values.

Please also call streambuf_dtor.

Cheers,
Piotr



More information about the wine-devel mailing list