Hi Norbert, patch 2/3 has a couple failures here: http://buildbot.kegel.com/builders/runtests/builds/104 ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so visual.c && touch visual.ok ... visual.c:4991: Test failed: quad 1 has color 00000000, expected 0x00bfbf80 visual.c:4998: Test failed: quad 3 has color 00000000, expected 0x00bfbf80 visual.c:5143: Test failed: quad 4 has color 00000000, expected 0x00bfbf80
patch 3/3 has lots of failures here: http://buildbot.kegel.com/builders/runtests/builds/105 ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so visual.c && touch visual.ok fixme:win:EnumDisplayDevicesW ((null),0,0x32f5ac,0x00000000), stub! fixme:d3d_draw:drawPrimitive Using software emulation because manual fog coordinates are provided visual.c:739: Test failed: RCP test returned color 0x00ffffff, expected 0x00808080. visual.c:769: Test failed: RSQ test returned color 0x00ffffff, expected 0x00b4b4b4. ... visual.c:4991: Test failed: quad 1 has color 00000000, expected 0x00bfbf80 visual.c:4998: Test failed: quad 3 has color 00000000, expected 0x00bfbf80 visual.c:5143: Test failed: quad 4 has color 00000000, expected 0x00bfbf80 ...
Here's my system description: os: Ubuntu 11.04, 2.6.38-10-generic-pae, pulseaudio 0.9.22-24-g67d18, Advanced Linux Sound Architecture Driver Version 1.0.23. ram: 4020 MB cpu: Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz gpu: GeForce 8500 GT/PCI/SSE2 3.3.0 NVIDIA 270.41.06
On Sat, Aug 20, 2011 at 2:12 PM, Dan Kegel dank@kegel.com wrote:
Hi Norbert, patch 2/3 has a couple failures here: http://buildbot.kegel.com/builders/runtests/builds/104 ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so visual.c && touch visual.ok ... visual.c:4991: Test failed: quad 1 has color 00000000, expected 0x00bfbf80 visual.c:4998: Test failed: quad 3 has color 00000000, expected 0x00bfbf80 visual.c:5143: Test failed: quad 4 has color 00000000, expected 0x00bfbf80
patch 3/3 has lots of failures here: http://buildbot.kegel.com/builders/runtests/builds/105 ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so visual.c && touch visual.ok fixme:win:EnumDisplayDevicesW ((null),0,0x32f5ac,0x00000000), stub! fixme:d3d_draw:drawPrimitive Using software emulation because manual fog coordinates are provided visual.c:739: Test failed: RCP test returned color 0x00ffffff, expected 0x00808080. visual.c:769: Test failed: RSQ test returned color 0x00ffffff, expected 0x00b4b4b4. ... visual.c:4991: Test failed: quad 1 has color 00000000, expected 0x00bfbf80 visual.c:4998: Test failed: quad 3 has color 00000000, expected 0x00bfbf80 visual.c:5143: Test failed: quad 4 has color 00000000, expected 0x00bfbf80 ...
Here's my system description: os: Ubuntu 11.04, 2.6.38-10-generic-pae, pulseaudio 0.9.22-24-g67d18, Advanced Linux Sound Architecture Driver Version 1.0.23. ram: 4020 MB cpu: Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz gpu: GeForce 8500 GT/PCI/SSE2 3.3.0 NVIDIA 270.41.06
FWIW, patch 1/3 (which worked) was run on a different system:
os: Ubuntu 11.04 ram: 4020 MB cpu: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz gpu: GeForce GT 220/PCI/SSE2 3.3.0 NVIDIA 270.41.06
(Hmm, I wonder if I should put the same model graphics card in all systems in the build pool.)
Hi Dan,
That's unfortunate, looks like I have not run properly the non-regression layer. Will look at these failures, and hopefully will get used to it enough for next patch submissions.
Thanks,
2011/8/20 Dan Kegel dank@kegel.com
Hi Norbert, patch 2/3 has a couple failures here: http://buildbot.kegel.com/builders/runtests/builds/104 ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so visual.c && touch visual.ok ... visual.c:4991: Test failed: quad 1 has color 00000000, expected 0x00bfbf80 visual.c:4998: Test failed: quad 3 has color 00000000, expected 0x00bfbf80 visual.c:5143: Test failed: quad 4 has color 00000000, expected 0x00bfbf80
patch 3/3 has lots of failures here: http://buildbot.kegel.com/builders/runtests/builds/105 ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so visual.c && touch visual.ok fixme:win:EnumDisplayDevicesW ((null),0,0x32f5ac,0x00000000), stub! fixme:d3d_draw:drawPrimitive Using software emulation because manual fog coordinates are provided visual.c:739: Test failed: RCP test returned color 0x00ffffff, expected 0x00808080. visual.c:769: Test failed: RSQ test returned color 0x00ffffff, expected 0x00b4b4b4. ... visual.c:4991: Test failed: quad 1 has color 00000000, expected 0x00bfbf80 visual.c:4998: Test failed: quad 3 has color 00000000, expected 0x00bfbf80 visual.c:5143: Test failed: quad 4 has color 00000000, expected 0x00bfbf80 ...
Here's my system description: os: Ubuntu 11.04, 2.6.38-10-generic-pae, pulseaudio 0.9.22-24-g67d18, Advanced Linux Sound Architecture Driver Version 1.0.23. ram: 4020 MB cpu: Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz gpu: GeForce 8500 GT/PCI/SSE2 3.3.0 NVIDIA 270.41.06
Hi Dan,
I have a question for you. These issues are fixed locally thanks to unit tests, and I am preparing a new patch set with bugfix & cleaning. Is there any way (besides sending patches to wine-patches) to issue a buildbot job ? I remember reading something about accounts on the wiki, but I am not anymore this was buildbot related.
Thanks,
2011/8/20 Dan Kegel dank@kegel.com
Hi Norbert, patch 2/3 has a couple failures here: http://buildbot.kegel.com/builders/runtests/builds/104 ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so visual.c && touch visual.ok ... visual.c:4991: Test failed: quad 1 has color 00000000, expected 0x00bfbf80 visual.c:4998: Test failed: quad 3 has color 00000000, expected 0x00bfbf80 visual.c:5143: Test failed: quad 4 has color 00000000, expected 0x00bfbf80
patch 3/3 has lots of failures here: http://buildbot.kegel.com/builders/runtests/builds/105 ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so visual.c && touch visual.ok fixme:win:EnumDisplayDevicesW ((null),0,0x32f5ac,0x00000000), stub! fixme:d3d_draw:drawPrimitive Using software emulation because manual fog coordinates are provided visual.c:739: Test failed: RCP test returned color 0x00ffffff, expected 0x00808080. visual.c:769: Test failed: RSQ test returned color 0x00ffffff, expected 0x00b4b4b4. ... visual.c:4991: Test failed: quad 1 has color 00000000, expected 0x00bfbf80 visual.c:4998: Test failed: quad 3 has color 00000000, expected 0x00bfbf80 visual.c:5143: Test failed: quad 4 has color 00000000, expected 0x00bfbf80 ...
Here's my system description: os: Ubuntu 11.04, 2.6.38-10-generic-pae, pulseaudio 0.9.22-24-g67d18, Advanced Linux Sound Architecture Driver Version 1.0.23. ram: 4020 MB cpu: Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz gpu: GeForce 8500 GT/PCI/SSE2 3.3.0 NVIDIA 270.41.06
Try submitting them to https://testbot.winehq.org/ I think it'll pick them up from there - Dan
On Sun, Aug 21, 2011 at 7:06 AM, Norbert Lataille nlataill@gmail.com wrote:
Hi Dan,
I have a question for you. These issues are fixed locally thanks to unit tests, and I am preparing a new patch set with bugfix & cleaning. Is there any way (besides sending patches to wine-patches) to issue a buildbot job ? I remember reading something about accounts on the wiki, but I am not anymore this was buildbot related.
Thanks,
2011/8/20 Dan Kegel dank@kegel.com
Hi Norbert, patch 2/3 has a couple failures here: http://buildbot.kegel.com/builders/runtests/builds/104 ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so visual.c && touch visual.ok ... visual.c:4991: Test failed: quad 1 has color 00000000, expected 0x00bfbf80 visual.c:4998: Test failed: quad 3 has color 00000000, expected 0x00bfbf80 visual.c:5143: Test failed: quad 4 has color 00000000, expected 0x00bfbf80
patch 3/3 has lots of failures here: http://buildbot.kegel.com/builders/runtests/builds/105 ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so visual.c && touch visual.ok fixme:win:EnumDisplayDevicesW ((null),0,0x32f5ac,0x00000000), stub! fixme:d3d_draw:drawPrimitive Using software emulation because manual fog coordinates are provided visual.c:739: Test failed: RCP test returned color 0x00ffffff, expected 0x00808080. visual.c:769: Test failed: RSQ test returned color 0x00ffffff, expected 0x00b4b4b4. ... visual.c:4991: Test failed: quad 1 has color 00000000, expected 0x00bfbf80 visual.c:4998: Test failed: quad 3 has color 00000000, expected 0x00bfbf80 visual.c:5143: Test failed: quad 4 has color 00000000, expected 0x00bfbf80 ...
Here's my system description: os: Ubuntu 11.04, 2.6.38-10-generic-pae, pulseaudio 0.9.22-24-g67d18, Advanced Linux Sound Architecture Driver Version 1.0.23. ram: 4020 MB cpu: Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz gpu: GeForce 8500 GT/PCI/SSE2 3.3.0 NVIDIA 270.41.06
I lied. There's no way other than sending the patch to wine-patches at the moment, sorry.
On Sun, Aug 21, 2011 at 7:09 AM, Dan Kegel dank@kegel.com wrote:
Try submitting them to https://testbot.winehq.org/ I think it'll pick them up from there
- Dan
On Sun, Aug 21, 2011 at 7:06 AM, Norbert Lataille nlataill@gmail.com wrote:
Hi Dan,
I have a question for you. These issues are fixed locally thanks to unit tests, and I am preparing a new patch set with bugfix & cleaning. Is there any way (besides sending patches to wine-patches) to issue a buildbot job ? I remember reading something about accounts on the wiki, but I am not anymore this was buildbot related.
Thanks,
2011/8/20 Dan Kegel dank@kegel.com
Hi Norbert, patch 2/3 has a couple failures here: http://buildbot.kegel.com/builders/runtests/builds/104 ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so visual.c && touch visual.ok ... visual.c:4991: Test failed: quad 1 has color 00000000, expected 0x00bfbf80 visual.c:4998: Test failed: quad 3 has color 00000000, expected 0x00bfbf80 visual.c:5143: Test failed: quad 4 has color 00000000, expected 0x00bfbf80
patch 3/3 has lots of failures here: http://buildbot.kegel.com/builders/runtests/builds/105 ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so visual.c && touch visual.ok fixme:win:EnumDisplayDevicesW ((null),0,0x32f5ac,0x00000000), stub! fixme:d3d_draw:drawPrimitive Using software emulation because manual fog coordinates are provided visual.c:739: Test failed: RCP test returned color 0x00ffffff, expected 0x00808080. visual.c:769: Test failed: RSQ test returned color 0x00ffffff, expected 0x00b4b4b4. ... visual.c:4991: Test failed: quad 1 has color 00000000, expected 0x00bfbf80 visual.c:4998: Test failed: quad 3 has color 00000000, expected 0x00bfbf80 visual.c:5143: Test failed: quad 4 has color 00000000, expected 0x00bfbf80 ...
Here's my system description: os: Ubuntu 11.04, 2.6.38-10-generic-pae, pulseaudio 0.9.22-24-g67d18, Advanced Linux Sound Architecture Driver Version 1.0.23. ram: 4020 MB cpu: Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz gpu: GeForce 8500 GT/PCI/SSE2 3.3.0 NVIDIA 270.41.06