Vadim Zeitlin
09f15c1640
Update the branches to use in the buildbot builds.
...
Stable branch is 3.0 now and not 2.8 any more.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-11-15 13:40:59 +00:00
Vadim Zeitlin
3f66f6a5b3
Remove all lines containing cvs/svn "$Id$" keyword.
...
This keyword is not expanded by Git which means it's not replaced with the
correct revision value in the releases made using git-based scripts and it's
confusing to have lines with unexpanded "$Id$" in the released files. As
expanding them with Git is not that simple (it could be done with git archive
and export-subst attribute) and there are not many benefits in having them in
the first place, just remove all these lines.
If nothing else, this will make an eventual transition to Git simpler.
Closes #14487 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-26 16:02:46 +00:00
Vadim Zeitlin
6ed612f498
Don't build tex2rtf and HelpGen utils in non-GUI buildbot builds.
...
Both of those are obsolete and don't exist in 2.9 any longer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-14 11:32:46 +00:00
Michael Wetherell
4fcffaf066
Move ravnsgaards build to brandt32 while its down.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-09-20 17:25:55 +00:00
Vadim Zeitlin
242df7673d
Use open command to run the GUI unit test on Mac build slave.
...
Running the application binary directly still doesn't work quite the same as
when it's opened from Finder (or executed using open) and some tests involving
event loops fail because of this.
Run it using open even if it means that we lose the detailed log output.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-12-31 17:29:39 +00:00
Vadim Zeitlin
5bf7b950a4
Run tests with "-t" option on OS X too.
...
OS X build slave used its own commands to run unit tests, add -t to them too
to be (hopefully) able to see better where does the test crash exactly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-12-23 12:48:00 +00:00
Michael Wetherell
ab3332517f
Check for window manager before running GUI tests on unix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-10-20 13:08:32 +00:00
Vadim Zeitlin
526954c596
Globally use "wxWindows licence" consistently.
...
Use "wxWindows licence" and not "wxWidgets licence" (the latter doesn't
exist) and consistently spell "licence" using British spelling.
See #12165 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-07-13 13:29:13 +00:00
Michael Wetherell
9c0e333ce1
Try to provide backtraces on unix buildbots if the test program crashes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-18 17:19:06 +00:00
Michael Wetherell
152442d40d
Revert change to add -t to buildbot test runs as some branches don't have it.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-17 08:50:35 +00:00
Michael Wetherell
5033c8a6df
Use -t on buildbot test runs.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-16 22:14:26 +00:00
Michael Wetherell
695ad1e6f3
Add builds to the buildbot.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-14 05:55:00 +00:00
Michael Wetherell
c96ce98975
Make the gui test still run on the buildbot when the non-gui tests fail.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-13 20:22:53 +00:00
Michael Wetherell
aff8792c70
Put the buildbot's default configure arguments before the optional ones so they can be overridden.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-13 20:22:13 +00:00
Michael Wetherell
ec2c679586
Update configuration of linux buildbots.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-09 22:04:59 +00:00
Michael Wetherell
8422e116f4
Add user for buildbot notifications.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-02-16 09:44:08 +00:00
Michael Wetherell
d2da8c9716
Remove testdrive bots.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-08-14 18:57:15 +00:00
Michael Wetherell
15bab90f6c
Rename ravnsgaard.xml to unix.xml
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-08-14 18:45:55 +00:00
Michael Wetherell
39e8da1939
Update email addresses.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-07-14 07:14:15 +00:00
Michael Wetherell
8c27b48bd9
Fix typo.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-27 20:05:13 +00:00
Vadim Zeitlin
8b513cab3c
correct the release branch name
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 11:13:02 +00:00
Vadim Zeitlin
0e6e5fc88f
add release branch (currently WX_2_9_BRANCH) definitions and reenable VC build slaves for it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 11:00:54 +00:00
Michael Wetherell
44f8a25987
New devs.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 05:24:49 +00:00
Michael Wetherell
96197e45a3
New dev.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-24 07:40:54 +00:00
Stefan Csomor
d4d4c34c3a
fixing path for test_gui
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-14 16:06:14 +00:00
Stefan Csomor
531ebc0f8e
no test_gui present
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-14 05:30:18 +00:00
Francesco Montorsi
1dd8319ab9
revert 59680; implement proper fix for wxMSW test failure detection
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-21 12:28:52 +00:00
Vadim Zeitlin
9820211f11
another attempt to run tests with verbose logging in STL trunk build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-07 21:44:52 +00:00
Vadim Zeitlin
a2e0a94b08
define a separate run-tests-with-timing tag
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-01-28 00:09:01 +00:00
Vadim Zeitlin
f4f6ad7547
yet another blind attempt to run tests with --timing option (or how adding a single option can turn into a 2 day endeavour thanks to the power of XSLT)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-01-27 14:02:27 +00:00
Michael Wetherell
8dabb0bd60
Limit to one build at a time with a lock, share checkout dirs, do full builds
...
out of tree and use ccache.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-10-06 20:48:32 +00:00
Michael Wetherell
988729f50a
Change the locks to allow builds for different branches to run concurrently
...
on Laurent's slave.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-09-27 20:31:58 +00:00
Michael Wetherell
99f7ee578d
Use shared checkouts with a fresh copy for each build to allow clean builds.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-09-27 16:53:31 +00:00
Michael Wetherell
96e6ebe64a
Change <checkout> slightly so that it doesn't display the branch as it makes
...
the column rather wide.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-09-19 10:42:18 +00:00
Stefan Csomor
d5e3081bba
adding new commands for tests
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-09-18 12:27:06 +00:00
Stefan Csomor
df16138ab0
MW speedups
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-09-17 07:25:02 +00:00
Michael Wetherell
1fb72f6116
New dev.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-09-14 10:07:30 +00:00
Michael Wetherell
d986d2e88d
New dev.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-19 08:47:33 +00:00
Vadim Zeitlin
834054468b
don't run GUI tests under Unix if the DISPLAY is not set
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-01 18:33:36 +00:00
Michael Wetherell
838bfb19e0
New devs.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-29 08:42:43 +00:00
Michael Wetherell
76cba3115c
User larger ccache for the benefit of IA64 builds.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-28 17:16:14 +00:00
Michael Wetherell
129513d354
New dev.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-27 07:17:38 +00:00
Michael Wetherell
d5940c63eb
Just whitespace fixes, no change.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-15 12:16:40 +00:00
Michael Wetherell
0c2d0fcf98
Switch on build breakage email notifications.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 18:24:19 +00:00
Michael Wetherell
c767a8eefb
Show compiler version at the top of the logs.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 13:48:03 +00:00
Michael Wetherell
b0de11edfb
Add configuration for push builds.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-11 18:20:02 +00:00
Michael Wetherell
5a049933b6
Add <fetch> class to allow building tarballs from the York site.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-16 15:49:07 +00:00
Michael Wetherell
58faf9dde9
Fix the email notification's fromaddr.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-05 22:38:32 +00:00
Michael Wetherell
274e715714
Try out email notifications, just to me initially.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-05 22:29:18 +00:00
Michael Wetherell
42d93b83c0
Add email address lookup table for wx devs.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-05 22:16:45 +00:00