Re: Wine and multiarch on Debian Testing

2012-11-12 Thread Nicolas Le Cam
be a problem anymore (at least if you use nvidia packages from unstable). Unfortunately I didn't have much time to spend on not so trivial packages and Debian freeze doesn't really help accepting patches, even if multiarch is a release goal ... -- Nicolas Le Cam

Re: include: fix mingw64 build

2012-07-17 Thread Nicolas Le Cam
2012/7/17 Jacek Caban ja...@codeweavers.com: On 07/15/12 14:21, Nicolas Le Cam wrote: Hi Jacek, Could it be backported into stable 2.x ? This will allow distros to package it with the next stable release of mingw-w64. I've just committed it to 2.x branch. It's up to distros now to update

Re: include: fix mingw64 build

2012-07-15 Thread Nicolas Le Cam
2012/7/4 Jacek Caban ja...@codeweavers.com: On 07/03/12 20:10, Jacek Caban wrote: On 06/29/12 03:35, Austin English wrote: On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam niko.le...@gmail.com wrote: 2012/6/29 Austin English austinengl...@gmail.com: Fixes http://bugs.winehq.org/show_bug.cgi

Re: include: fix mingw64 build

2012-07-03 Thread Nicolas Le Cam
2012/7/3 Jacek Caban ja...@codeweavers.com: On 06/29/12 03:35, Austin English wrote: On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam niko.le...@gmail.com wrote: 2012/6/29 Austin English austinengl...@gmail.com: Fixes http://bugs.winehq.org/show_bug.cgi?id=30980 -- -Austin Hi Austin, I

Re: include: fix mingw64 build

2012-06-28 Thread Nicolas Le Cam
. BTW, won't that break mingw32 build ? [1] http://source.winehq.org/patches/data/84070 -- Nicolas Le Cam

Re: include: fix mingw64 build

2012-06-28 Thread Nicolas Le Cam
2012/6/29 Austin English austinengl...@gmail.com: On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam niko.le...@gmail.com wrote: 2012/6/29 Austin English austinengl...@gmail.com: Fixes http://bugs.winehq.org/show_bug.cgi?id=30980 -- -Austin Hi Austin, I already tried to fix it on Wine

Re: po: English (neutral / Great Britain) spelling fixes.

2012-05-03 Thread Nicolas Le Cam
2012/5/3 Frédéric Delanoy frederic.dela...@gmail.com: On Thu, May 3, 2012 at 7:07 AM, Nicolas Le Cam niko.le...@gmail.com wrote: Le 3 mai 2012 02:45, Francois Gouget fgou...@free.fr a écrit : @@ -9429,9 +9429,9 @@ msgstr  start [options] document_filename\n  \n  Options:\n -/M[inimized

Re: po: English (neutral / Great Britain) spelling fixes.

2012-05-02 Thread Nicolas Le Cam
a Unix filename and start the file like windows explorer.\n Hi Francois, Shouldn't the end of words between brackets be translated too ? -- Nicolas Le Cam

Re: [PATCH] mscoree: Print the correct values in a TRACE.

2012-03-23 Thread Nicolas Le Cam
(pExe), debugstr_w(pExe), cchBuffer, dwlength); +    TRACE((%s, %p, %d, %p)\n, debugstr_w(pExe), pVersion, cchBuffer, dwlength);     if(!dwlength)         return E_POINTER; -- 1.7.9.4 Hi Lauri, Should be %s debugstr_w(pVersion) IMHO. -- Nicolas Le Cam

Re: [PATCH] mscoree: Print the correct values in a TRACE.

2012-03-23 Thread Nicolas Le Cam
Le 23 mars 2012 22:21, Charles Davis cda...@mymail.mines.edu a écrit : On Mar 23, 2012, at 3:09 PM, Nicolas Le Cam wrote: Le 23 mars 2012 21:41, Lauri Kenttä lauri.ken...@gmail.com a écrit : ---  dlls/mscoree/mscoree_main.c |    2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: Web based translation tool

2012-03-15 Thread Nicolas Le Cam
that has been the hardest for projects to cope with. -aric Hi Aric, I don't know weblate but as it is based on git (its home page says 'Tight git integration - every change is represented by Git commit') I think #2 and #3 should be handled easily. -- Nicolas Le Cam

Re: msvcp90/tests: Don't redefine __thiscall (resend).

2012-03-13 Thread Nicolas Le Cam
Le 13 mars 2012 16:28, Alexandre Julliard julli...@winehq.org a écrit : Nicolas Le Cam niko.le...@gmail.com writes: @@ -60,11 +60,13 @@ static char* (__cdecl *p_Copy_s)(char*, size_t, const char*, size_t);  static unsigned short (__cdecl *p_wctype)(const char*);  static MSVCP__Ctypevec

Re: [PATCH 6/6] d3dxof: Do not allow separator to terminate the string. Only the double quote can do that.

2012-03-10 Thread Nicolas Le Cam
Le 10 mars 2012 17:56, Christian Costa titan.co...@gmail.com a écrit : Le 09/03/2012 16:11, Nicolas Le Cam a écrit : Le 9 mars 2012 14:22, Christian Costatitan.co...@gmail.com  a écrit : Le 09/03/2012 14:08, Nicolas Le Cam a écrit : Le 9 mars 2012 13:39, Christian Costatitan.co...@gmail.com

Re: Web based translation tool

2012-03-09 Thread Nicolas Le Cam
files for context -- Nicolas Le Cam

Re: [PATCH 6/6] d3dxof: Do not allow separator to terminate the string. Only the double quote can do that.

2012-03-09 Thread Nicolas Le Cam
in traces. BTW what should it be avoided ? Christian Because there's no C89/C90 portable way of printf'ing a size_t. -- Nicolas Le Cam

Re: [PATCH 6/6] d3dxof: Do not allow separator to terminate the string. Only the double quote can do that.

2012-03-09 Thread Nicolas Le Cam
Le 9 mars 2012 14:22, Christian Costa titan.co...@gmail.com a écrit : Le 09/03/2012 14:08, Nicolas Le Cam a écrit : Le 9 mars 2012 13:39, Christian Costatitan.co...@gmail.com  a écrit : Le 08/03/2012 21:23, Alexandre Julliard a écrit : Christian Costatitan.co...@gmail.com    writes

Re: [PATCH] wined3d: Reduce console flood with an Ogre3D Game

2012-01-25 Thread Nicolas Le Cam
2012/1/25 Nicolas Le Cam niko.le...@gmail.com: 2012/1/25 Francois Gouget fgou...@free.fr: On Wed, 25 Jan 2012, Detlef Riekenberg wrote: On Sun, 2012-01-22 at 19:53 +0100, Henri Verbeet wrote: On 22 January 2012 19:44, Detlef Riekenberg wine@web.de wrote: -    if (usage ~handled

Re: [PATCH] wined3d: Reduce console flood with an Ogre3D Game

2012-01-24 Thread Nicolas Le Cam
unhandled flag will be reported and not others (wich can be of a different value), so using a bit mask to only report once every unhandled flags will be better ? -- Nicolas Le Cam

Re: [PATCH] kernel32: Output message to stderr in UTF-8

2011-10-25 Thread Nicolas Le Cam
? -Alex See Dmitry response to your patch : http://article.gmane.org/gmane.comp.emulators.wine.devel/87295 -- Nicolas Le Cam

Re: WineHQ database compromise

2011-10-11 Thread Nicolas Le Cam
Thanks for the early notice ! Testbot passwords should also be reset as it seems it doesn't allow password reset / change ATM. (At least I wasn't able to find that possibility) -- Nicolas Le Cam

Re: winspool.drv: Correct test for Device Capabilities

2011-09-09 Thread Nicolas Le Cam
] http://wine.git.sourceforge.net/git/gitweb.cgi?p=wine/winetestbot;a=blob;f=bin/WineRunBuild.pl;h=4b85ac719edfabdb88c32698f2e8474090454ac5;hb=HEAD#l180 -- Nicolas Le Cam

Re: (resend)usp10/test: test ScriptXtoX on an RTL set with differring cChars and cGlyphs

2011-08-25 Thread Nicolas Le Cam
, 2011-08-25 at 07:38 -0500, Aric Stewart wrote: Yes,  it depends on if it is a RTL or LTR string.  That is correct. What I meant is that it does not always match the right hand operand in the test condition. toolchain differences ? -- Nicolas Le Cam

Re: po: Update French translation

2011-05-06 Thread Nicolas Le Cam
Le 6 mai 2011 08:41, Frédéric Delanoy frederic.dela...@gmail.com a écrit : 2011/5/6 Nicolas Le Cam niko.le...@gmail.com:  #: regedit.rc:88 -#, fuzzy  msgid Modify Binary Data... -msgstr Modifier les données binaires +msgstr Modifier les données binaires... I'm not sure you can add

Re: po: Update French translation

2011-05-05 Thread Nicolas Le Cam
 #: regedit.rc:88 -#, fuzzy  msgid Modify Binary Data... -msgstr Modifier les données binaires +msgstr Modifier les données binaires... I'm not sure you can add a keyboard accelerator if there isn't one in the original message. -- Nicolas Le Cam

Re: po: Update French translation

2011-04-29 Thread Nicolas Le Cam
handle when available but many so it should take an 's' in the negative form too. Thanks for your work ! -- Nicolas Le Cam

Re: d3dx9_36: Fix uninitialized variable warnings.

2011-04-26 Thread Nicolas Le Cam
2011/4/26 Matteo Bruni matteo.myst...@gmail.com: 2011/4/26 Nicolas Le Cam niko.le...@gmail.com: msdn tells us to use 0 to disable colorkey [1]. Let me know if you think it isn't the correct things to do. [1] http://msdn.microsoft.com/en-us/library/bb172902%28v=vs.85%29.aspx -- Nicolas Le

Re: inetcpl: Update French translation

2011-04-13 Thread Nicolas Le Cam
, 48, 102, 180, 12 +LTEXT , IDC_SEC_LEVEL_INFO, 48, 114, 260, 80 +END + /* Content propsheet */ IDD_CONTENT DIALOG 0, 0, 320, 220 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED -- 1.7.4.3 -- Nicolas Le Cam

Re: inetcpl.cpl: Update French translation

2011-03-12 Thread Nicolas Le Cam
, 10 Vous pouvez effacer les pages en cache, les cookies et autres données. should be better. +PUSHBUTTON Effacer les fichiers..., IDC_HISTORY_DELETE, 151, 86, 77, 14 +PUSHBUTTON Paramètres..., IDC_HISTORY_SETTINGS, 233, 86, 77, 14 END -- 1.7.4.1 -- Nicolas Le Cam

Re: gdi32/dib.c: Write true bitmap height into info and copy scanlines in the correct order.

2011-02-08 Thread Nicolas Le Cam
(); +test_GetDIBits_single_pixel_destination(); +test_GetDIBits_info_query(); } -- 1.7.1 Hi Jack, You forgot trailing \n in the ok() calls. -- Nicolas Le Cam

Re: Try to Implement my first Stub function - AbortPrinter() - (try 2).

2011-02-08 Thread Nicolas Le Cam
of trailing spaces (git apply output : warning: squelched 22 whitespace errors warning: 27 lines add whitespace errors.), there's also no need for an extra newline after the end label. -- Nicolas Le Cam

Re: tests/amstream.c doesn't test anything

2011-01-12 Thread Nicolas Le Cam
/. -- Nicolas Le Cam

Re: Must copy static const D3DVERTEXELEMENT9 into dynamically alllocated D3DVERTEXELEMENT9 * before pointer passed correctly in Wine?

2010-09-07 Thread Nicolas Le Cam
/?a=blob;f=dlls/d3dx9_36/mesh.c#l586 [2] http://source.winehq.org/git/wine.git/?a=blob;f=dlls/d3dx9_36/tests/mesh.c#l988 -- Nicolas Le Cam

Re: kernel32/tests: typo fixes

2010-09-07 Thread Nicolas Le Cam
; tzW.StandardDate.wMonth=10; tzW.StandardDate.wDayOfWeek=0; /*sunday */ You missed that one! -- Nicolas Le Cam

Re: mmdevapi: Make MMDevice_[GS]etPropValue() static.

2010-08-31 Thread Nicolas Le Cam
(it also seems to be in lenny-backports but from the older, now removed, libv4l source package). -- Nicolas Le Cam

Re: jscript: Added support for Function.arguments property.

2010-07-27 Thread Nicolas Le Cam
$FileType = patch$1; my $BaseName = $2; my $TestSet = $3; -if ($TestSet =~ m/^(.*)\.c$/) +if ($TestSet =~ m/^(.*)\..*$/) { $TestSet = $1; } -- Nicolas Le Cam

Re: shell32_test64.exe shlexec: 5-6 DDE tests always fail on testbot W7PROX64

2010-07-20 Thread Nicolas Le Cam
and runs them. How do you extract the binaries without running? -- winetest64-latest.exe -x DIR (use --help or have a look in programs/winetest/main.c to see other possibilities). -- Nicolas Le Cam

Re: mmio: Wrap TRACE strings with debugstr_a / debugstr_an (try 2)

2010-07-20 Thread Nicolas Le Cam
. IDs of the previous attempt and discussion (now redundant) are 63620, 63625 and 63725. Tim Hi Tim, Format specifiers shouldn't be necessary now that you use debugstr_an. -- Nicolas Le Cam

Re: configure.ac: Don't try to rm dirs.

2010-06-28 Thread Nicolas Le Cam
2010/6/28 Alexandre Julliard julli...@winehq.org: Nicolas Le Cam niko.le...@gmail.com writes: Hi, This patch allows to do a make clean in a wine tree configured with with-wine64 option and fix following errors : rm: cannot remove `fonts': Is a directory rm: cannot remove `server

Re: How do you make x64 crosstests?

2010-06-26 Thread Nicolas Le Cam
). -- Nicolas Le Cam

Re: Tests for msvcrt

2010-06-24 Thread Nicolas Le Cam
about loading msvcrt, fallback on loading msvcrt80 and win_skip if you can't find them in both libraries? -- Nicolas Le Cam

Re: Running tests on wine

2010-06-06 Thread Nicolas Le Cam
, AFAIK). Thanks Results are from a winetest64 test suite running under wine64. If it's the failure on this particular box that you want to debug, just ask, results were sent from my laptop. -- Nicolas Le Cam

Re: wineserver: Fix French manpage

2010-04-12 Thread Nicolas Le Cam
Le 12 avril 2010 11:02, Frédéric Delanoy frederic.dela...@gmail.com a écrit : 2010/4/9 Nicolas Le Cam niko.le...@gmail.com: Le 9 avril 2010 13:30, Frédéric Delanoy frederic.dela...@gmail.com a écrit : 2010/4/9 Nicolas Le Cam niko.le...@gmail.com: Hi Frédéric, +processus clients se sont

Re: WineTestBot: phase 3 implemented

2010-04-11 Thread Nicolas Le Cam
check for programs/programname/tests/ now that at least cmd has tests. WineTestBot is a wonderful tool, thanks for supporting and improving it! -- Nicolas Le Cam

Re: loader: Fix French translation of wine manpage

2010-04-09 Thread Nicolas Le Cam
défaut est spécifié dans le +fichier de configuration. Deux types de bibliothèques peuvent actuellement être chargées +dans l'espace d'adressage d'un processus : les DLL natives de +Windows Should be chargés Thanks for your work. -- Nicolas Le Cam

Re: wineserver: Fix French manpage

2010-04-09 Thread Nicolas Le Cam
Hi Frédéric, +processus clients se sont terminés. Ceci évite le coût inhérent à l'arrêt sont - soient +\fIwineserver\fR dans le chemin système ou quelques autres emplacements vraisemblables. potentiels or possibles suit better. -- Nicolas Le Cam

Re: tools: Add French translation of wineprefixcreate manpage

2010-04-09 Thread Nicolas Le Cam
Hi Frédéric, +N'afficher aucun message de statut. It doesn't really matter but as you don't use infinitive form elsewhere perhaps N'affiche could be better. Thanks again for your work. -- Nicolas Le Cam

Re: loader: Fix French translation of wine manpage

2010-04-09 Thread Nicolas Le Cam
Le 9 avril 2010 13:37, Frédéric Delanoy frederic.dela...@gmail.com a écrit : 2010/4/9 Nicolas Le Cam niko.le...@gmail.com: Hi Frédéric, +\fIwineserver\fR dans le chemin système ou quelques autres emplacements vraisemblables. [...] +wine dans le chemin système ou quelques autres emplacements

Re: tools: Add French translation of wineprefixcreate manpage

2010-04-09 Thread Nicolas Le Cam
seems the purpose of an command-line option IMHO. Frédéric On Fri, Apr 9, 2010 at 9:25 AM, Nicolas Le Cam niko.le...@gmail.com wrote: Hi Frédéric, +N'afficher aucun message de statut. It doesn't really matter but as you don't use infinitive form elsewhere perhaps N'affiche could be better

Re: wineserver: Fix French manpage

2010-04-09 Thread Nicolas Le Cam
Le 9 avril 2010 13:30, Frédéric Delanoy frederic.dela...@gmail.com a écrit : 2010/4/9 Nicolas Le Cam niko.le...@gmail.com: Hi Frédéric, +processus clients se sont terminés. Ceci évite le coût inhérent à l'arrêt sont - soient +\fIwineserver\fR dans le chemin système ou quelques autres

Re: [PATCH] user32/tests: check that SetCursorPos doesn't call hooks.

2010-01-21 Thread Nicolas Le Cam
prefixed, this is more trivial but everyone is encouraged to follow current code style of the file. -- Nicolas Le Cam

Re: d3d8: Fix a ptrdiff_t warning on 64-bit.

2010-01-11 Thread Nicolas Le Cam
2010/1/11 Alexandre Julliard julli...@winehq.org: Nicolas Le Cam niko.le...@gmail.com writes: @@ -175,7 +175,7 @@ static DWORD d3d8_allocate_handle(struct d3d8_handle_table *t, void *object, enu          entry = t-free_entries;          if (entry-type != D3D8_HANDLE_FREE

Re: Use GCC's -Wlogical-op if possible

2010-01-04 Thread Nicolas Le Cam
of them are false positives because of a problem between gcc 4.{3,4}.x and the strchr being defined as a macro in libc, see gcc bug #36513 [1]. My karmic box seems to output the same. [1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36513 -- Nicolas Le Cam

Re: Conformance tess for cmd?

2009-12-19 Thread Nicolas Le Cam
.85%29.aspx -- Nicolas Le Cam

Re: mapi32: add French translation

2009-12-17 Thread Nicolas Le Cam
. -- Nicolas Le Cam

Re: shdocvw: Fix test for non-english IE MUI (try 2)

2009-12-11 Thread Nicolas Le Cam
(sName!=NULL, get_Name return a NULL string.\n); Did you mean blank ? -- Nicolas Le Cam

Re: My script for doing testing

2009-11-25 Thread Nicolas Le Cam
You could watch http://test.winehq.org/builds/ to see if there is any update (a push is followed by a test build). -- Nicolas Le Cam

Re: shell32/tests: Fix Program Manager DDE Conformance Test Failures

2009-11-15 Thread Nicolas Le Cam
proposed to skip the two tests on (and only on) such systems. I'll try to use a window message thread to see if it helps. PS: Please bottom post on wine-devel -- Nicolas Le Cam

Re: shell32/tests: Fix Program Manager DDE Conformance Test Failures

2009-11-14 Thread Nicolas Le Cam
(before your patch) but then the next call fails. Is there a better solution than skipping those two calls ? If not I'll just send a skipping patch. -- Nicolas Le Cam

Re: msctf/tests: handle an occassional unexpected SetFocus from wine

2009-11-07 Thread Nicolas Le Cam
2009/11/7 Aric Stewart a...@codeweavers.com: ---  dlls/msctf/tests/inputprocessor.c |    5 -  1 files changed, 4 insertions(+), 1 deletions(-) Aric, is this for my versatile machine ? -- Nicolas Le Cam

Re: (retry) msctf/tests: handle an occassional unexpected SetFocus from wine

2009-11-07 Thread Nicolas Le Cam
ask, I'm willing to go green ;) -- Nicolas Le Cam

Re: mshtml/tests: Fix events test when pointer is on a corner.

2009-11-02 Thread Nicolas Le Cam
2009/10/30 Jacek Caban ja...@codeweavers.com: Hi Nicolas, Nicolas Le Cam wrote: Hi Jacek, Thanks for feedback. It should handle pointer in every corners IMHO, the left corner can cause failures in winetest. I'll try to find a better solution. Do you have any hints ? The test in line

Re: kernel32/tests: add more tests for Formatmessage{A,W} (try 2)

2009-10-30 Thread Nicolas Le Cam
you have a look? -- Cheers, Paul. w2k-sp4-fr has French locale. I didn't have time to investigate right now but if you need more tests just ask. -- Nicolas Le Cam

Re: mshtml/tests: Fix events test when pointer is on a corner.

2009-10-30 Thread Nicolas Le Cam
2009/10/30 Jacek Caban ja...@codeweavers.com: Hi Nicolas, Nicolas Le Cam wrote: Hi, Since commit 8272ecd3f2235b923f2ec67bb51d051bdfbf466f I'm having errors on events tests. I just found that it only fails if pointer is on any corner. As I'm always putting it on upper right corner when

[RFC] mshtml/tests: Fix events test when pointer is on a corner.

2009-10-27 Thread Nicolas Le Cam
but I'm not sure it's the right fix, so I'm sending it to wine-devel. Tested on Win2k SP4 and WinXP SP2 (both with IE6). -- Nicolas Le Cam From 27f127c3e61fa7108f13b7582875681a39b752c6 Mon Sep 17 00:00:00 2001 From: Nicolas Le Cam niko.le...@gmail.com Date: Tue, 27 Oct 2009 19:05:47 +0100 Subject

Re: [1/2] user32/tests/cursoricon.c: DrawState: New Testcase for correct drawing of Icons

2009-10-01 Thread Nicolas Le Cam
. test for correct drawing of the Disabled effect. Hi Wilfried, If test fails on Wine, mark them todo_wine. -- Nicolas Le Cam

Re: CPPCheck for Sept 8th

2009-09-09 Thread Nicolas Le Cam
reports. -- Alexandre Julliard julli...@winehq.org Not necessary false positives. Errors in dlls/msvcrt/tests/file.c, for example, are real but expected errors, as it's the purpose of the test to see how it behaves on Windows in such situation. -- Nicolas Le Cam

Re: CPPCheck for Sept 8th

2009-09-09 Thread Nicolas Le Cam
2009/9/9 chris ahrendt celtich...@yahoo.com: Nicolas Le Cam wrote: 2009/9/9 Alexandre Julliard julli...@winehq.org: chris ahrendt celtich...@yahoo.com writes: [/home/cahrendt/wine-git/dlls/ntdll/directory.c:2339]: (error) Resource leak: old_cwd This is the only one that looks a real bug

Re: [2/2] comdlg32/tests: Fix a failing test on Win2k and above.

2009-08-04 Thread Nicolas Le Cam
2009/8/4 Paul Vriens paul.vriens.w...@gmail.com: Nicolas Le Cam wrote: Hi, Following Rein's commit 1f825a3631c78ac08383dd6062005526fc9c483d I've got a new failure on my Win2k box. I did a first patch to filter Win2k failure that happens on GetSaveFileNameW case only but, according

Re: More winehq.org improvements and issues: About page now links to articles in the wiki

2009-08-04 Thread Nicolas Le Cam
to duplicate this possibility on every pages. -- Nicolas Le Cam

Re: Testers on windows needed

2009-07-28 Thread Nicolas Le Cam
. No new failures on root drive directories or network directories. -- Nicolas Le Cam

Re: Create our own temp directory to make sure it's not the Windows directory.

2009-07-25 Thread Nicolas Le Cam
2009/7/24 Paul Vriens paul.vriens.w...@gmail.com: Paul Vriens wrote: Nicolas Le Cam wrote: 2009/7/24 Paul Vriens paul.vriens.w...@gmail.com: Nicolas Le Cam wrote: 2009/7/24 Paul Vriens paul.vriens.w...@gmail.com: Hi Alexandre, This one introduced a test failure on several W2K, XP

Re: Create our own temp directory to make sure it's not the Windows directory.

2009-07-24 Thread Nicolas Le Cam
2009/7/24 Paul Vriens paul.vriens.w...@gmail.com: Hi Alexandre, This one introduced a test failure on several W2K, XP and W2K3 boxes. No  idea why (yet) though. -- Cheers, Paul. Hi Paul, Alexandre, It seems to only be a short vs long pathname problem. -- Nicolas Le Cam

Re: Create our own temp directory to make sure it's not the Windows directory.

2009-07-24 Thread Nicolas Le Cam
2009/7/24 Paul Vriens paul.vriens.w...@gmail.com: Nicolas Le Cam wrote: 2009/7/24 Paul Vriens paul.vriens.w...@gmail.com: Hi Alexandre, This one introduced a test failure on several W2K, XP and W2K3 boxes. No  idea why (yet) though. -- Cheers, Paul. Hi Paul, Alexandre, It seems

Re: [winhttp/tests] Fix a test failure on some W2K/XP systems

2009-07-22 Thread Nicolas Le Cam
() == ERROR_INVALID_PARAMETER) || +        broken(ret), /* Earlier winhhtp versions on W2K/XP */         expected ERROR_INVALID_PARAMETER, got %d\n, GetLastError());     info.lpszProxy = normalString; -- 1.6.0.6 Hi Paul, You did a small typo here. winhhtp - winhttp Bye -- Nicolas Le Cam

Re: Doing better than barely keeping up with bug reports - Bug Day this Monday (July 20)

2009-07-17 Thread Nicolas Le Cam
says : DELETED BugDay 12:33 InformationsDmitryTimoshkov #01 Not useful, eveone works on bugs or features at its own preference, at its own time -- Nicolas Le Cam

Re: How to expanding environmental variables?

2009-07-17 Thread Nicolas Le Cam
(at least on 2K and XP) in the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Common Documents -- Nicolas Le Cam

Build a6beb5066884 w2k-sp4-fr-netwrkdrv test results

2009-07-06 Thread Nicolas Le Cam
Hello, Strangely the network drive has been disconnected during the test. Could you remove it ? I will rerun and resubmit it after checking that results are correct. -- Nicolas Le Cam

Re: kernel32: Add a trailing '\n' to a MESSAGE trace

2009-07-02 Thread Nicolas Le Cam
. -- Nicolas Le Cam

Re: NT4 passing

2009-06-17 Thread Nicolas Le Cam
tests - comctl32 5.80 - IE6 (or even earlier on none IE). Also tests dependent on the system drive being C:\. -- -Austin And tests that don't work on root drive directories or network drives. -- Nicolas Le Cam

Re: user32: Test request (cursoricon)

2009-06-13 Thread Nicolas Le Cam
(mostly handling invalid calls properly). Thanks, Daniel Tested on a French Win2k SP4 (on VirtualBox). No failures. -- Nicolas Le Cam

Re: Which virtualization software should I choose

2009-06-11 Thread Nicolas Le Cam
w2k-sp4-fr results on winetest. It has passed the test suite once (I didn't run latest builds but I will). Unfortunately, I don't know VMWare Workstation at all, so I can't tell you what are the differences. -- Nicolas Le Cam

Re: Which virtualization software should I choose

2009-06-11 Thread Nicolas Le Cam
2009/6/11 Paul Vriens paul.vriens.w...@gmail.com: On 06/11/2009 11:30 AM, Nicolas Le Cam wrote: 2009/6/11 Paul Vrienspaul.vriens.w...@gmail.com: Hi, Just upgraded to Fedora 11 and (yet again) having issues with VMware Workstation. VMware still doesn't support Fedora (as a host) and I'm

Re: Tests passing on one more platform!

2009-06-03 Thread Nicolas Le Cam
, with widl added it was way over my head. Alexandre saved my day by disabling it :) Now back to fix tests on root drive directory and network drive. [1] http://www.winehq.org/pipermail/wine-devel/2009-April/074843.html -- Nicolas Le Cam

Re: (resubmit: need a hint) user32: when needed, recalculate menu size of menu bar before tracking starts.

2009-05-07 Thread Nicolas Le Cam
. Rein. Even if it's obvious that this is the right behavior, it's always useful to add a test, at least to prevent regressions. -- Nicolas Le Cam

Re: [4/4] (Try2) msi/tests: Fix package test when run on a different drive than C:\.

2009-04-22 Thread Nicolas Le Cam
2009/4/22 James Hawkins trui...@gmail.com: On Wed, Apr 22, 2009 at 12:05 PM, Nicolas Le Cam niko.le...@gmail.com wrote: Try2: Use helper function added in second patch, as suggested by James. This one finally fixes current relative path test to expect correct value. This version isn't

Re: [4/4] msi/tests: Fix package test when run on a different drive than C:\.

2009-04-21 Thread Nicolas Le Cam
2009/4/21 James Hawkins trui...@gmail.com: On Tue, Apr 21, 2009 at 2:30 PM, Nicolas Le Cam niko.le...@gmail.com wrote: This one finally fixes current relative path test to expect correct value. +    drives = GetLogicalDrives(); +    lstrcpyA(path, A:\\); +    for (i = 0; i 26; path[0

Re: (Try2) wininet/tests: Fix HttpSendRequestW test on Win2k platform.

2009-04-20 Thread Nicolas Le Cam
2009/4/20 Hans Leidekker h...@codeweavers.com: On Monday 20 April 2009 20:14:14 Nicolas Le Cam wrote: Win2k SP4 seems to be the only platform that follows what msdn says (see http://msdn.microsoft.com/en-us/library/aa384247(VS.85).aspx). wininet is bundled with Internet Explorer, so it's

Re: [PATCH 1/2] comctl32/tests: Test expanding of a invisible sub tree.

2009-04-15 Thread Nicolas Le Cam
();  } -- 1.5.4.3 Hi Florian, I think you should use already created dialog and treeview. Place your new function just after TestCallback(), clear tree view and fill it, then just test visibility of expandable items. -- Nicolas Le Cam

Re: [1/2] msi/tests: Test MsiRecordGetString on null and empty strings.

2009-04-15 Thread Nicolas Le Cam
2009/4/16 James Hawkins trui...@gmail.com: On Wed, Apr 15, 2009 at 4:34 PM, Nicolas Le Cam niko.le...@gmail.com wrote: While trying to solve ACTION_AppSearchDr problem revealed by my previous patch, I discovered that MSI_RecordGetStringW was returning a buffer length of 1 on null and empty

Re: [1/2] msi/tests: Test MsiRecordGetString on null and empty strings.

2009-04-15 Thread Nicolas Le Cam
2009/4/16 James Hawkins trui...@gmail.com: On Wed, Apr 15, 2009 at 5:21 PM, Nicolas Le Cam niko.le...@gmail.com wrote: 2009/4/16 James Hawkins trui...@gmail.com: On Wed, Apr 15, 2009 at 4:34 PM, Nicolas Le Cam niko.le...@gmail.com wrote: While trying to solve ACTION_AppSearchDr problem

Re: Re : [4/4] (Try4) msi/tests: Fix package test when run on root drive directory.

2009-04-12 Thread Nicolas Le Cam
2009/4/12 James McKenzie jjmckenzi...@earthlink.net: Nicolas Le Cam wrote: 2009/4/11 Ben Klein shackl...@gmail.com: 2009/4/11 Nicolas Le Cam niko.le...@gmail.com: 2009/4/11 James Hawkins trui...@gmail.com: Let met explain : Running test on wine in folder C:\test : works (expected C:\test

Re: Re : [4/4] (Try4) msi/tests: Fix package test when run on root drive directory.

2009-04-12 Thread Nicolas Le Cam
dir, as it doesn't make sense to execute it in this case. If needed I can remove the skip and change expected value to be first fixed drive when test is run on root drive dir. But this is already tested by patch 3 (when run on a root drive dir). -- Nicolas Le Cam From

Re: wininet: Add tests for asynchronous HttpSendRequestEx/HttpEndRequest.

2009-04-12 Thread Nicolas Le Cam
2009/4/11 Hans Leidekker h...@meelstraat.net: On Saturday 11 April 2009 15:20:06 Nicolas Le Cam wrote: Is there no way to avoid use of cached connections or to clean the cache before those two tests ? Perhaps moving both tests up and down instead of sleeping at end of them could help. I

Re: Re : [4/4] (Try4) msi/tests: Fix package test when run on root drive directory.

2009-04-12 Thread Nicolas Le Cam
2009/4/13 James McKenzie jjmckenzi...@earthlink.net: Nicolas Le Cam wrote: James, Here are updated patches for part 3 4 of my previous patch set. Tell me if you think I could submit them to wine-patches. For patch 3, the only todo_wine is when launched from root drive dir as explained

Re: Re : [4/4] (Try4) msi/tests: Fix package test when run on root drive directory.

2009-04-12 Thread Nicolas Le Cam
2009/4/13 James McKenzie jjmckenzi...@earthlink.net: Nicolas Le Cam wrote: 2009/4/13 James McKenzie jjmckenzi...@earthlink.net: Nicolas Le Cam wrote: James, Here are updated patches for part 3 4 of my previous patch set. Tell me if you think I could submit them to wine-patches

Re: wininet: Add tests for asynchronous HttpSendRequestEx/HttpEndRequest.

2009-04-11 Thread Nicolas Le Cam
2009/4/11 Hans Leidekker h...@meelstraat.net: On Saturday 11 April 2009 05:14:25 Nicolas Le Cam wrote: Your patch makes the test timeout on my machine (http://test.winehq.org/data/f212579ae9a1b770ebd34cec20f95e1977bb57f0/2000_w2k-sp4-fr/wininet:http.html). Timeout occurs

Re: [4/4] (Try2) msi/tests: Fix package test when run on root drive directory.

2009-04-10 Thread Nicolas Le Cam
2009/4/10 James Hawkins trui...@gmail.com: On Thu, Apr 9, 2009 at 7:43 PM, Nicolas Le Cam niko.le...@gmail.com wrote: Try2: This time with the patch. Tested on Win2k/WinXP. Marked two tests as todo_wine. If you're having to add todo_wine, then you're changing the current tests, which

Re: [1/4] msi/tests: Fix test when content indexing is disabled.

2009-04-10 Thread Nicolas Le Cam
2009/4/10 Alexandre Julliard julli...@winehq.org: Nicolas Le Cam niko.le...@gmail.com writes: @@ -2308,7 +2308,7 @@ static void test_setpropertyfolder(void)      r = MsiInstallProductA(msifile, NULL);      ok(r == ERROR_SUCCESS, Expected ERROR_SUCCESS, got %u\n, r

Re : [4/4] (Try4) msi/tests: Fix package test when run on root drive directory.

2009-04-10 Thread Nicolas Le Cam
2009/4/10, James Hawkins trui...@gmail.com: On Fri, Apr 10, 2009 at 6:15 AM, Nicolas Le Cam niko.le...@gmail.com wrote: Try2: This time with the patch. Tested on Win2k/WinXP. Marked two tests as todo_wine. I was serious before. You can't change the old tests. Please add new tests

Re: Re : [4/4] (Try4) msi/tests: Fix package test when run on root drive directory.

2009-04-10 Thread Nicolas Le Cam
2009/4/11 James Hawkins trui...@gmail.com: On Fri, Apr 10, 2009 at 2:36 PM, Nicolas Le Cam niko.le...@gmail.com wrote: 2009/4/10, James Hawkins trui...@gmail.com: On Fri, Apr 10, 2009 at 6:15 AM, Nicolas Le Cam niko.le...@gmail.com wrote: Try2: This time with the patch. Tested on Win2k

  1   2   >