Boost logo

Boost :

Subject: Re: [boost] Running Boost Regression Tests
From: frederic.bron_at_[hidden]
Date: 2008-12-04 10:32:18


Here is my new proposition. Who can commit this for me (attached file)? It fails for me (Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY request).

Frédéric

Index: regression.py
===================================================================
--- regression.py (revision 50110)
+++ regression.py (working copy)
@@ -153,6 +153,10 @@
             self.patch_boost = 'patch_boost.bat'
             self.bjam = { 'name' : 'bjam.exe' }
             self.process_jam_log = { 'name' : 'process_jam_log.exe' }
+ elif sys.platform == 'cygwin':
+ self.patch_boost = 'patch_boost'
+ self.bjam = { 'name' : 'bjam.exe' }
+ self.process_jam_log = { 'name' : 'process_jam_log.exe' }
         else:
             self.patch_boost = 'patch_boost'
             self.bjam = { 'name' : 'bjam' }

(See attached file: regression.py)

boost-bounces_at_[hidden] a écrit sur 04/12/2008 14:12:31 :

>
>
> What's the meaning of patch_boost? I have found not such file in my
> copy. For cygwin it should probably be the posix name patch_boost,
> without .bat?
>
> Frédéric
>
> boost-bounces_at_[hidden] a écrit sur 04/12/2008 13:49:56 :
>
> > frederic.bron_at_[hidden] wrote:
> >
> > > The error message listed below is not relevant as I was
> > reinstalling cygwin at the same time...
> > > sorry for that. However, I can now run the tests for cygwin but I
> > would like to submit a change to
> > > tools_regression/src/regression.py (see below), can I do this?
> > >
> > > Index: regression.py
> > > ===================================================================
> > > --- regression.py (revision 50110)
> > > +++ regression.py (working copy)
> > > @@ -149,7 +149,7 @@
> > > self.tools_regression_root = os.path.join( self.
> > regression_root,'tools_regression' )
> > > self.xsl_reports_dir = os.path.join( self.
> > tools_regression_root, 'xsl_reports' )
> > > self.timestamp_path = os.path.join( self.regression_root,
> > 'timestamp' )
> > > - if sys.platform == 'win32':
> > > + if sys.platform == 'win32' or sys.platform == 'cygwin':
> > > self.patch_boost = 'patch_boost.bat'
> > > self.bjam = { 'name' : 'bjam.exe' }
> > > self.process_jam_log = { 'name' : 'process_jam_log.exe' }
> >
> > Seems like a reasonable change.
> >
> > - Volodya
>
> Avis :
> Ce message et toute pièce jointe sont la propriété d'Alcan et sont
> destinés seulement aux personnes ou à l'entité à qui le message est
> adressé. Si vous avez reçu ce message par erreur, veuillez le
> détruire et en aviser l'expéditeur par courriel. Si vous n'êtes pas
> le destinataire du message, vous n'êtes pas autorisé à utiliser, à
> copier ou à divulguer le contenu du message ou ses pièces jointes
> en tout ou en partie.
>
> Notice:
> This message and any attachments are the property of Alcan and are
> intended solely for the named recipients or entity to whom this
> message is addressed. If you have received this message in error
> please inform the sender via e-mail and destroy the message. If you
> are not the intended recipient you are not allowed to use, copy or
> disclose the contents or attachments in whole or in part.
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost



Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk