Hi all,
Today, the motherboard in our Fezile server has finally failed after
many hick-ups over the year. This causes an outage for the following
services:
* doxygen.reactos.org
* cppcheck.reactos.org
* VMware Player Test slave
* VMware Player Patchbot
As this is not the first time we struggle with such problems,
iso.reactos.org is routed to a different server right now and not affected.
We have already ordered replacement hardware for this system and hope to
be able to get it back to a working state soon. Even if this machine is
from 2007, we have decided to revive it with replacement parts instead
of going for a brand-new one as this is much cheaper and quicker to
realize. Also there is a huge pile of replacement hardware available.
Sorry for the inconveniences!
Cheers,
Colin
Dear all,
On the 3rd of April 2015, the old.reactos.org website will be taken
offline after several years of good services.
If you have anything to do on it (like gathering data or whatever)
please make sure you do before that date.
With my best regards,
--
Pierre Schweitzer <pierre(a)reactos.org>
System & Network Administrator
Senior Kernel Developer
ReactOS Deutschland e.V.
Hi all,
Based on Hermès' suggestion, I've transformed our Debug-Buildbot
"Trunk_x86_GCCLin Debug" into a Patchbot. That means, it will continue
to build each SVN revision as usual, but you can also force a build and
enter a patch ID. Your build will then be patched accordingly.
After building and testing, you will have:
* The patched regtest ISO at http://iso.reactos.org/regtestcd/
* A test result in Testman with source "Patched Trunk_x86_GCCLin (KVM)"
These changes will be applied to the other Buildslaves too once our
servers are all back up.
Cheers,
Colin
Hello,
Let me invite you to the monthly status meeting taking place 26th of
February, 19:00 UTC.
IRC service will only be started shortly before the meeting. Your
participation passwords and server address will be emailed to you
shortly before the meeting starts, and they are going to be different
once again as they are not stored in any database. Hopefully it's not
much of inconvenience.
If someone still is not getting passwords sent before a meeting - please
email Pierre before the meeting started to get one.
Please send agenda proposals to me before the meeting, so that we can
start with a proposed agenda.
And join Mumble! :-)
Regards,
Aleksey Bragin
Hi all,
As tests have shown that VirtualBox doesn't work properly inside an
already virtualized environment, ReactOS Deutschland e.V. has just
ordered a tiny Intel NUC that will serve as a VirtualBox Testslave. We
plan to set it up right next to our Buildslaves, so that every ISO could
possibly be regression-tested under VirtualBox. As a start, we plan to
test the builds of the new MSVC Builder. The machine is powerful enough
though to eventually test multiple ISOs simultaneously.
I don't know about the current state of sysreg2 regarding VirtualBox
support. To let this all happen as soon as possible, please ensure
sysreg2 can fully handle VirtualBox once I set up the machine.
Cheers,
Colin
I don't care about the reason.
Tests that fail on Windows are broken, period. In this order the tests
fail on Windows.
On 2015-02-26 09:38, jimtabor(a)svn.reactos.org wrote:
> Author: jimtabor
> Date: Thu Feb 26 08:38:00 2015
> New Revision: 66464
>
> URL: http://svn.reactos.org/svn/reactos?rev=66464&view=rev
> Log:
> [User32_WINETEST]
> - Move test_SetFocus first as it is done originally. Refer to read past wine CVS logs for the reason.
>
> Modified:
> trunk/rostests/winetests/user32/msg.c
>
> Modified: trunk/rostests/winetests/user32/msg.c
> URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/user32/msg.c?re…
> ==============================================================================
> --- trunk/rostests/winetests/user32/msg.c [iso-8859-1] (original)
> +++ trunk/rostests/winetests/user32/msg.c [iso-8859-1] Thu Feb 26 08:38:00 2015
> @@ -14717,8 +14717,8 @@
> START_TEST(msg_focus)
> {
> init_tests();
> + test_SetFocus();
> test_SetActiveWindow();
> - test_SetFocus();
>
> /* HACK: For some reason test_SetForegroundWindow fails on Windows unless
> * we do this */
Hi!
The message testing, LOL just made more work for Amine...
Okay AlterWindowStyle, could it be better to place it in WIN_SetStyle as a
wrapper, maybe? WIN_SetStyle is just glue code for ReactOS.
James
Author: tkreuzer
Date: Tue Feb 24 23:15:08 2015
New Revision: 66444
[USER32_APITEST]
Add some test for GetDCEx that highlight the ridiculous implementation
of owned and class DCs.
Hello All!
What is ridiculous is the attitude of our smart A__ developers!
James