Re: [PATCH 2/4] ntdll: Colon character is not allowed in dir/filenames

2011-09-12 Thread Alexandre Julliard
Frédéric Delanoy frederic.dela...@gmail.com writes:

 @@ -162,6 +162,7 @@ static void create_file_test(void)
  '\\','f','a','i','l','i','n','g',0};
  static const WCHAR questionmarkInvalidNameW[] = 
 {'a','f','i','l','e','?',0};
  static const WCHAR pipeInvalidNameW[]  = {'a','|','b',0};
 +static const WCHAR colonInvalidNameW[] = {':','c',0};

That's not a good test file name...

-- 
Alexandre Julliard
julli...@winehq.org




re: [PATCH 2/4] ntdll: Colon character is not allowed in dir/filenames

2011-09-11 Thread Dan Kegel
Hi Frédéric,
fails a test here:

../../../tools/runtest -q -P wine -M cryptnet.dll -T ../../.. -p
cryptnet_test.exe.so cryptnet.c  touch cryptnet.ok
fixme:cryptnet:CryptGetObjectUrl unimplemented for 0
cryptnet.c:444: Test failed: Expected ERROR_FILE_NOT_FOUND or
ERROR_PATH_NOT_FOUND, got 123


-- Forwarded message --
From:  build...@kegel.com
Date: Sun, Sep 11, 2011 at 3:14 PM
Subject: Re: 78678: Subject: [PATCH 2/4] ntdll: Colon character is not
allowed in dir/filenames
To: d...@kegel.com


This is an experimental automated build and test service.
Please feel free to ignore this email while we work the kinks out.

The Buildbot has detected a failed build on builder
runtests-default-x86_64 while building Wine.
Full details are available at:
http://buildbot.kegel.com/builders/runtests-default-x86_64/builds/44
(though maybe not for long, as I'm still reinstalling the buildbot
periodically while experimenting)
BUILD FAILED: failed shell_3


For more info about this message, see http://wiki.winehq.org/BuildBot