[2/3] msi/tests: Skip a test if the process is limited.

Francois Gouget fgouget at free.fr
Wed Aug 24 08:37:45 CDT 2011


On Wed, 24 Aug 2011, Francois Gouget wrote:
[...]
> From my understanding, in this case using a simple skip() means that 
> anyone running WineTest on Windows in a non-administrator account will 
> get a test failure. Since we don't seem to have a policy mandating that 
> WineTest be run in an administrator account that seems wrong and thus a 
> win_skip() seems in order.

Sorry I got that wrong and Hans set me straight:
 * skip() always skips no matter what the platform is.
   So it cannot cause test errors.

 * win_skip() skips on Windows and fails in Wine.
   So it's stricter than skip().

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
       Be careful of reading health books, you might die of a misprint.
                                 -- Mark Twain



More information about the wine-devel mailing list