You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/07/09 08:19:06 UTC

[Bug 119947] [Windows 8 certification]Windows App Certification Kit - Test for "Section 4 Apps must adhere to system restart manager messages" is failed

https://issues.apache.org/ooo/show_bug.cgi?id=119947

--- Comment #2 from yuanlin <yu...@gmail.com> ---
Created attachment 78596
  --> https://issues.apache.org/ooo/attachment.cgi?id=78596&action=edit
Raw log for Main() and WM_QUERYENDSESSION event

I did a customized build based on AOO3.5 0706 version and add some logs for
ImplSVMain(),  Desktop::Main() functions and for
WM_QUERYENDSESSION,WM_ENDSESSION,WM_CLOSE Windows event. And tested it with
Windows App Cert Kit on Windows 7 32bit platform.

So we can know the from the logs that the App Cert Kit will test 7 AOO
application registered to Windows after installation. The App Cert Kit will
launch each applications with no parameters and close it after a while. 
And there are 3 kinds of test results
1. soffice.exe
Can pass.
2. simpress.exe, sbase.exe
The two applications will popup a wizard dialog which will block Windows
platform to shutdown. May need try to cancel the wizard dialog on this
situation.
3. scalc.exe, sdraw.exe, swriter.exe, smath.exe
The test failed. AOO can return correct result in the
WM_QUERYENDSESSION,WM_ENDSESSION,WM_CLOSE event handler. But the log indicate
AOO blocked in Desktop:DestroyApplicationServiceManager() function. Not sure
the root cause. In normal debug envirnoment. The soffice.bin can behavior
correctly and will not block at that place. 
If add a exit() in WM_ENDSESSION event handler. The test can pass.

-- 
You are receiving this mail because:
You are the assignee for the bug.