http://bugs.winehq.org/show_bug.cgi?id=10599
--- Comment #3 from Alex Balut alexandru.balut@gmail.com 2007-12-03 18:07:40 --- This is what I get on W2000 when I run vartest: vartest.c:106: Tests skipped: No support for I8 and UI8 data types vartest.c:2145: Test failed: VarSub: 36|0x0, 20|0x0: Expected failure 0x80020005 , got 0x80020008, expected vt 0 got vt 0 vartest.c:6862: Test failed: VARPOW: expected coerced hres 0x0 type VT_R8, got hres 0x80020008 type EMPTY! vartest.c:6865: Test failed: VARPOW: CY value 4.000000, expected 4.000000 vartest.c:6890: Test failed: VARPOW: expected coerced hres 0x0 type VT_R8, got hres 0x80020008 type EMPTY! vartest.c:6893: Test failed: VARPOW: DECIMAL value 4.000000, expected 4.000000 vartest: 1025085 tests executed (0 marked as todo, 5 failures), 1 skipped.
(I'm not sure whether this information matters: The system runs in a vmware virtual machine, the CPU is reported Core 2 Duo.., it's a 32bit OS.)
Both 3143 and 3150 run fine here.
On XP all the tests seem to run fine: http://test.winehq.org/data/200712011000/#XP .. with 2 exceptions on 2 of the test machines: vartest.c:5317: Test failed: VarCat: VT_INT concat with VT_BOOL (TRUE) returned incorrect result vartest.c:5333: Test failed: VarCat: VT_INT concat with VT_BOOL (FALSE) returned inncorrect result vartest: 1031879 tests executed (0 marked as todo, 2 failures), 0 skipped.
The Wine test machine seems to be having the same problem as the one I initially reported.
Shall we mark these tests as "todo", and plan/hope to have at some point different tests for different architectures?