Commit 9bfd58a5 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

oleaut32/tests: Uncomment and fix a test (PVS-Studio).

parent 50cd5b6a
...@@ -1383,11 +1383,13 @@ static void test_VarParseNumFromStr(void) ...@@ -1383,11 +1383,13 @@ static void test_VarParseNumFromStr(void)
/* VB oct char bigger than 7 */ /* VB oct char bigger than 7 */
CONVERT("&o128", NUMPRS_HEX_OCT); CONVERT("&o128", NUMPRS_HEX_OCT);
/* todo_wine {
Native versions 2.x of oleaut32 allow this to succeed: later versions and Wine don't EXPECT(2,NUMPRS_HEX_OCT,0x40,4,3,0);
EXPECTFAIL; EXPECTRGB(0,1);
EXPECTRGB(0,FAILDIG); EXPECTRGB(1,2);
*/ }
EXPECTRGB(3,FAILDIG);
/** NUMPRS_PARENS **/ /** NUMPRS_PARENS **/
/* Empty parens = error */ /* Empty parens = error */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment