[PATCH v3 5/7] ddraw/tests: Test available devices in Enumdevices
Enumeration of devices was checked in real boxes and device was enumerated once at least: windows 10, windows 8, windows XP and windows98. The last one is worth of checking I think, since old interfaces were used in this old windows only. And some games work only in this box.
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=58705 Your paranoid android. === w8 (32 bit report) === ddraw: ddraw1.c:1857: Test failed: Got unexpected color 0x000000ff. === wvistau64 (64 bit report) === ddraw: ddraw1.c:13163: Test failed: Failed to get d3d1 interface, hr 0x80004002. === w2008s64 (64 bit report) === ddraw: ddraw1.c:13163: Test failed: Failed to get d3d1 interface, hr 0x80004002. === w864 (64 bit report) === ddraw: ddraw1.c:13163: Test failed: Failed to get d3d1 interface, hr 0x80004002. === w1064v1507 (64 bit report) === ddraw: ddraw1.c:13163: Test failed: Failed to get d3d1 interface, hr 0x80004002. === w1064v1809 (64 bit report) === ddraw: ddraw1.c:13163: Test failed: Failed to get d3d1 interface, hr 0x80004002. === wvistau64 (64 bit report) === ddraw: ddraw2.c:14047: Test failed: Failed to get d3d2 interface, hr 0x80004002. === w2008s64 (64 bit report) === ddraw: ddraw2.c:14047: Test failed: Failed to get d3d2 interface, hr 0x80004002. === w864 (64 bit report) === ddraw: ddraw2.c:14047: Test failed: Failed to get d3d2 interface, hr 0x80004002. === w1064v1507 (64 bit report) === ddraw: ddraw2.c:14047: Test failed: Failed to get d3d2 interface, hr 0x80004002. === w1064v1809 (64 bit report) === ddraw: ddraw2.c:14047: Test failed: Failed to get d3d2 interface, hr 0x80004002. === wvistau64_fr (32 bit report) === Report errors: ddraw:ddraw4 has unaccounted for skip messages The report seems to have been truncated === wvistau64_fr (task log) === Task errors: An error occurred while waiting for the test to complete: network read timed out (wait2/connect:AgentVersion.h:0/9) The test VM has crashed, rebooted or lost connectivity (or the TestAgent server died) The previous 2 run(s) terminated abnormally === wvistau64 (64 bit report) === ddraw: ddraw4.c:16602: Test failed: Failed to get d3d3 interface, hr 0x80004002. === w2008s64 (64 bit report) === ddraw: ddraw4.c:16602: Test failed: Failed to get d3d3 interface, hr 0x80004002. === w864 (64 bit report) === ddraw: ddraw4.c:16602: Test failed: Failed to get d3d3 interface, hr 0x80004002. === w1064v1507 (64 bit report) === ddraw: ddraw4.c:16602: Test failed: Failed to get d3d3 interface, hr 0x80004002. === w1064v1809 (64 bit report) === ddraw: ddraw4.c:16602: Test failed: Failed to get d3d3 interface, hr 0x80004002. === w864 (32 bit report) === ddraw: ddraw7.c:3973: Test failed: Lit quad with light has color 0x00000000. ddraw7.c:3973: Test failed: Lit quad with singular world matrix has color 0x00000000. ddraw7.c:3973: Test failed: Lit quad with transformation matrix has color 0x00000000. === w1064v1809 (32 bit report) === ddraw: 1a18:ddraw7: unhandled exception c0000005 at 738740F8 === w1064v1809_2scr (32 bit report) === ddraw: 1b70:ddraw7: unhandled exception c0000005 at 747B40F8 === w1064v1809_ar (32 bit report) === ddraw: 1ac4:ddraw7: unhandled exception c0000005 at 726540F8 === w1064v1809_he (32 bit report) === ddraw: 1b1c:ddraw7: unhandled exception c0000005 at 731A40F8 === w1064v1809_ja (32 bit report) === ddraw: 1534:ddraw7: unhandled exception c0000005 at 723740F8 === w1064v1809_zh_CN (32 bit report) === ddraw: 1aa4:ddraw7: unhandled exception c0000005 at 734440F8 === wvistau64 (64 bit report) === ddraw: ddraw7.c:16573: Test failed: Failed to get d3d7 interface, hr 0x80004002. === w2008s64 (64 bit report) === ddraw: ddraw7.c:16573: Test failed: Failed to get d3d7 interface, hr 0x80004002. === w864 (64 bit report) === ddraw: ddraw7.c:16573: Test failed: Failed to get d3d7 interface, hr 0x80004002. === w1064v1507 (64 bit report) === ddraw: ddraw7.c:16573: Test failed: Failed to get d3d7 interface, hr 0x80004002. === w1064v1809 (64 bit report) === ddraw: ddraw7.c:16573: Test failed: Failed to get d3d7 interface, hr 0x80004002.
participants (2)
-
David Adam -
Marvin