Folks,
I am writing to announce that we will be retiring the original Wine Test
Bot, written by the late Ge van Geldorp, as of August 31, 2013.
We will switch over to the new test bot that Francois has been working
on at that time. On September 1, we'll panic and fix everything that is
broken ).
On Wed, 7 Aug 2013, Stefan Leichter wrote:
> Hello,
>
> i like to know why the WXPX64 VM of winetestbot does not have the 32 bit vc
> runtime 2008. The other 64 bit VMs have the runtime installed.
That VM is Windows XP SP1 and apparently that runtime only gets
installed with SP
Hello,
i like to know why the WXPX64 VM of winetestbot does not have the 32 bit vc
runtime 2008. The other 64 bit VMs have the runtime installed.
Because of the missing runtime each patch for the unit tests of the dlls
msvcr90 and msvcp90 is marked as "Failed" at http://source.
So while the translators are busy updating Wine's translations, what
better time than a freeze for developers to fix Wine's conformance
tests, particularly on the new WineTestBot:
http://newtestbot.winehq.org
It does not have as many VMs as the old one but it does have some
i
Hey,
It looks like the vmware licensing issues are resolved, so all testbot vm's are
online again.
I hope the replacement testbot is coming along nicely, because winetestbot is
still scheduled to go permanently offline in may.
~Maarten
> From: Stefan Doesinger
>
> Greg's testbot looks pretty useful by now, but for me it has one major
> problem: It cannot run D3D tests because it is stuck in a virtual machine.
>
> I understand that the core of Winetestbot will stay in VMs, but is there a
> way we can ext
Hi,
Greg's testbot looks pretty useful by now, but for me it has one major problem:
It cannot run D3D tests because it is stuck in a virtual machine.
I understand that the core of Winetestbot will stay in VMs, but is there a way
we can extend it with extra machines? I have a few spare
2010/4/12 Greg Geldorp :
> I'm happy to announce that WineTestBot (http://winetestbot.geldorp.nl) is now
> actively scanning wine-patches submissions for changes to tests. If it finds
> a test change, it will apply the changes, build the affected test executables
> and run the
I'm happy to announce that WineTestBot (http://winetestbot.geldorp.nl) is now
actively scanning wine-patches submissions for changes to tests. If it finds a
test change, it will apply the changes, build the affected test executables and
run them on the base VMs. Results will be mailed ba
On 1/30/2010 18:25, Detlef Riekenberg wrote:
@@ -608,9 +610,13 @@ static void test_StrCmpA(void)
static const char str2[] = {'a','B','c','d','e','f'};
ok(0 != StrCmpNA(str1, str2, 6), "StrCmpNA is case-insensitive\n");
ok(0 == StrCmpNIA(str1, str2, 6), "StrCmpNIA is case-sensitive\n"
A couple of changes to the test bot:
- Maximize number of powered on VMs (Paul Vriens)
- Make tag prefix for test.winehq.org submissions configurable (Paul Vriens)
- Add support for VMs on multiple hosts, add Windows 95/95B/98/98SE VMs
- Make the "File" field on the "Submit job" page accept longer
> > I've completed phase 2 of the testbot: besides (32 and 64 bit) Windows
> > executables you can now also submit patch files to the bot. The bot will
> > apply the patch files to a clean git tree, cross-compile the test and run
> > the
> > test on Windows VMs. You'll also be able to download the
Hi Dan,
(adding wine-devel, this info might be interesting for
other people as well)
> Does the queuing system prioritize jobs at all? e.g.
> do quick interactive jobs with low timeouts have
> to wait behind the massive three hour daily runs?
There is some prioritization, you can see the assign
> I've completed phase 2 of the testbot: besides (32 and 64 bit) Windows
> executables you can now also submit patch files to the bot. The bot will
> apply the patch files to a clean git tree, cross-compile the test and run the
> test on Windows VMs. You'll also be able to download the cross-compil
Greg Geldorp schrieb:
> I've completed phase 2 of the testbot: besides (32 and 64 bit) Windows
> executables you can now also submit patch files to the bot. The bot will
> apply the patch files to a clean git tree, cross-compile the test and run the
> test on Windows VMs. You'll also be able to
2009/12/31 Greg Geldorp :
> I've completed phase 2 of the testbot: besides (32 and 64 bit) Windows
> executables you can now also submit patch files to the bot. The bot will
> apply the patch files to a clean git tree, cross-compile the test and run the
> test on Windows VMs. You'll also be able
I've completed phase 2 of the testbot: besides (32 and 64 bit) Windows
executables you can now also submit patch files to the bot. The bot will apply
the patch files to a clean git tree, cross-compile the test and run the test on
Windows VMs. You'll also be able to download the cross-compiled te
set WINETEST_DEBUG and WINETEST_REPORT_SUCCESS env vars
The code (LGPL) is now hosted on SourceForge in the "wine/winetestbot" git
repository.
Ge.
Hi Andre,
> From: Andre Hentschel
>
> Some Questions/Suggestions by me:
> - Are the VMs running on Computer at VMWare, on some Internetserver or at
your home?
I have a personal box (Dell SC1435, Quad core AMD Opteron @ 2.2 GHz, 16GB
RAM) collocated at a large Dutch ISP. WineTestBot
Hi,
First i have to thank Mr. Geldorp for this really great gift :)
Some Questions/Suggestions by me:
- Are the VMs running on Computer at VMWare, on some Internetserver or at your
home?
- IMO you should add pruning to your script, we are at about 120 tests and i
guess old ones can be deleted
- W
>> Let me be the first to thank Ge for this awesome piece of work.
>
> Seconded!
It's really quite slick, for anyone that hasn't used it.
It's a very nice way to quickly feel comfortable that
the test you just wrote actually works in more places than
just your mind.
Thanks again!
Cheers,
Jere
> From: Austin English [mailto:austinengl...@gmail.com]
>
> On a slightly related note, would it be possible to add a
> 16-bit display VM? I finally got around to testing wine on a 16-bit
> display again, and several things have regressed. It would be good to
> test the testsuite on windows in that
t out to
>> fill
>> a gap in Wine testing. Most of the Wine developers don't have access to a
>> battery of Windows machines to run the tests they write/modify on. As a
>> result,
>> there are quite a few regressions in the tests themselves. The WineTestBot
>>
Hi Jörg
> >So the next step will be to allow you
> >to upload the git diff instead of a Windows executable.
>
> Step 3.5 suggestion: split that in two steps, allow us to
> upload the patch and download the .exe.
>
> >so it's probably not all that useful to
> >run sound and DirectDraw tests on them
Greg,
Congratulations, that's a great service.
>I know that programmers like to be as lazy as possible.
>So the next step will be to allow you
>to upload the git diff instead of a Windows executable.
The next most wanted improvement!
Step 3.5 suggestion: split that in two steps, allow us to
uplo
Hi Andrew,
> From: Andrew Fenn
>
> This sounds great, one question though. Is there a way to contribute
> to your cloud so that members of the community could grow your windows
> vm testing army?
Interesting idea, it's not something I considered when designing this. The bot
currently depends on
few regressions in the tests themselves. The WineTestBot
> provides a whole bunch of Windows machines, ready to accept and run your
> modified tests. In its current state you can submit Windows executables (most
> likely cross-compiled on a Linux box) to the bot, which will run it in VMs of
> y
ry of Windows machines to run the tests they write/modify on. As a result,
there are quite a few regressions in the tests themselves. The WineTestBot
provides a whole bunch of Windows machines, ready to accept and run your
modified tests. In its current state you can submit Windows executables (most
l
odify on. As a result,
there are quite a few regressions in the tests themselves. The WineTestBot
provides a whole bunch of Windows machines, ready to accept and run your
modified tests. In its current state you can submit Windows executables (most
likely cross-compiled on a Linux box) to the bot,
29 matches
Mail list logo