Re: 'Interactive' tests on Windows 2003

2009-04-04 Thread James Hawkins
ClamAV 0.93
Status: RO
X-Status: 
X-Keywords: 
X-UID: 129496

On Fri, Jun 13, 2008 at 8:40 AM, Francois Gouget fgou...@free.fr wrote:

 Someone asked to check which tests require interaction when running in
 my Windows 2003 VM. However I cannot find the corresponding email (it
 might have been on irc), so I'm sending this data to the list.

 So the only interaction that was needed was caused by this IE
 security dialog:

Content within this application coming from the Web site listed
below is being blocked by Internet Explorer Enhanced Security
Configuration.


 Only three tests were impacted:
  * mshtml_test dom
   - 1508 tests run but 0 failures happened when just closing the
  dialog.

  * mshtml_test script  (about:security_mshtml_test.exe)
   - 21 tests run and 13 failures if the dialog is just closed, and 0
  failures if mshtml_test is manually added to the 'allowed' list.

  * urlmon_test misc
   - 923 tests run but 0 failures if the dialog is just closed.


 When run by winetest these tests just time out though.


Thanks Francois (I asked on IRC a while back).  I get these dialogs in
2k3 as well.  Do you think we should add a check for
winetest_interactive before the calls that bring up the permission
dialog?  If anyone else knows of a better way, let us know.

-- 
James Hawkins






Re: 'Interactive' tests on Windows 2003

2009-04-04 Thread Ge van Geldorp
From: James Hawkins trui...@gmail.com
 On Fri, Jun 13, 2008 at 8:40 AM, Francois Gouget fgou...@free.fr wrote:
 
  Someone asked to check which tests require interaction when running in
  my Windows 2003 VM. However I cannot find the corresponding email (it
  might have been on irc), so I'm sending this data to the list.
 
  So the only interaction that was needed was caused by this IE
  security dialog:
 
 Content within this application coming from the Web site listed
 below is being blocked by Internet Explorer Enhanced Security
 Configuration.
 
 
  Only three tests were impacted:
   * mshtml_test dom
- 1508 tests run but 0 failures happened when just closing the
   dialog.
 
   * mshtml_test script  (about:security_mshtml_test.exe)
- 21 tests run and 13 failures if the dialog is just closed, and 0
   failures if mshtml_test is manually added to the 'allowed' list.
 
   * urlmon_test misc
- 923 tests run but 0 failures if the dialog is just closed.
 
 
  When run by winetest these tests just time out though.
 

 Thanks Francois (I asked on IRC a while back).  I get these dialogs in
 2k3 as well.  Do you think we should add a check for
 winetest_interactive before the calls that bring up the permission
 dialog?  If anyone else knows of a better way, let us know.

Actually, the interactive test is already there:

http://www.winehq.org/pipermail/wine-cvs/2009-January/051706.html
http://www.winehq.org/pipermail/wine-cvs/2009-January/051707.html

Ge.






Re: 'Interactive' tests on Windows 2003

2008-06-22 Thread Detlef Riekenberg
On Fr, 2008-06-13 at 13:04 -0500, James Hawkins wrote:
 
 Do you think we should add a check for
 winetest_interactive 

Possible, but that skip the test

 before the calls that bring up the permission
 dialog?  If anyone else knows of a better way, let us know.

Add a CBT-Hook and force the Window to close or accept, when needed.

(HCBT_CREATEWND / HCBT_ACTIVATE)

-- 
 
By by ... Detlef






Re: 'Interactive' tests on Windows 2003

2008-06-16 Thread Francois Gouget
On Fri, 13 Jun 2008, James Hawkins wrote:
[...]
 Thanks Francois (I asked on IRC a while back).  I get these dialogs in
 2k3 as well.  Do you think we should add a check for
 winetest_interactive before the calls that bring up the permission
 dialog?  If anyone else knows of a better way, let us know.

I we can avoid the pop ups altogether that would be better but I don't 
know if that's possible. Otherwise checking for winetest_interactive 
would at least let us get some checks going rather than the whole test 
being a writeoff.


-- 
Francois Gouget [EMAIL PROTECTED]  http://fgouget.free.fr/
 Advice is what we ask for when we already know the answer but wish we didn't
 -- Eric Jong




Re: 'Interactive' tests on Windows 2003

2008-06-13 Thread James Hawkins
On Fri, Jun 13, 2008 at 8:40 AM, Francois Gouget [EMAIL PROTECTED] wrote:

 Someone asked to check which tests require interaction when running in
 my Windows 2003 VM. However I cannot find the corresponding email (it
 might have been on irc), so I'm sending this data to the list.

 So the only interaction that was needed was caused by this IE
 security dialog:

Content within this application coming from the Web site listed
below is being blocked by Internet Explorer Enhanced Security
Configuration.


 Only three tests were impacted:
  * mshtml_test dom
   - 1508 tests run but 0 failures happened when just closing the
  dialog.

  * mshtml_test script  (about:security_mshtml_test.exe)
   - 21 tests run and 13 failures if the dialog is just closed, and 0
  failures if mshtml_test is manually added to the 'allowed' list.

  * urlmon_test misc
   - 923 tests run but 0 failures if the dialog is just closed.


 When run by winetest these tests just time out though.


Thanks Francois (I asked on IRC a while back).  I get these dialogs in
2k3 as well.  Do you think we should add a check for
winetest_interactive before the calls that bring up the permission
dialog?  If anyone else knows of a better way, let us know.

-- 
James Hawkins