http://bugs.winehq.org/show_bug.cgi?id=35579
Bug ID: 35579 Summary: d3d8:visual test_scalar_instructions() fails on Windows Product: Wine Version: 1.7.12 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Classification: Unclassified
The conformance test errors are: visual.c:1803: Test failed: rcp_test: Got unexpected color 0x00ffffff, expected 0x00808080. visual.c:1803: Test failed: rsq_test: Got unexpected color 0x00ffffff, expected 0x00b4b4b4. visual.c:1803: Test failed: exp_test: Got unexpected color 0x00d6d6d6, expected 0x00404040. visual.c:1803: Test failed: expp_test: Got unexpected color 0x00ffffff, expected 0x00404040. visual.c:1803: Test failed: log_test: Got unexpected color 0x00000000, expected 0x00ffffff. visual.c:1803: Test failed: logp_test: Got unexpected color 0x0000ff00, expected 0x00ffffff.
These errors occur on my Acer laptop: Windows 8.1 running on real hardware with an Intel HD4000 graphics card. It turns out they also happen on my fg-win2000-uplast and fg-win7u64-0sp VMware VMs. And interestingly also on the WineTestBot w864 VM which should help with tests.
http://test.winehq.org/data/tests/d3d8:visual.html
The commit that introduced these tests is:
commit 27dc41d0dc31f02476a008cbe1a517bc9a425a30 Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Dec 12 10:23:29 2013 +0100
wined3d: Fix the source swizzle for WINED3DSIH_LOG and WINED3DSIH_LOGP.