CMTaylor / robotframework-autoitlibrary

This library is now abandoned. For Windows GUI testing with RF please consider: https://github.com/Omenia/robotframework-whitelibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RunTests.bat fails all tests after restart on AMD64

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?

1. Run RunTests.bat and see that tests are successful.
2. Restart.
3. RunTests.bat fails all tests.
4. In directory AutoItLibrary-1.1 run 'python setup.py install'.
5. RunTests.bat succeeds.

What is the expected output? What do you see instead?

I expect RunTests.bat to succeed after a restart, but it fails.  In my own 
tests I see messages about AutoItLibrary keywords not found.

What version of the product are you using? On what operating system?

AutoItLibraray 1.1 on Windows Server 2008 R2.

Please provide any additional information below.

I suspect that this is related to AMD64 platform in general, not specifically 
Windows Server 2008 R2.

Original issue reported on code.google.com by tjm...@gmail.com on 21 Mar 2011 at 1:35

I can confirm this error occured on my Virtual Box Windows 7 Release: 6.1.7601
Service Pack: 1

Emulated Processor is a AMD Athlon(tm) X2 260, 3 GHz.

After reinstall keywords are detected again.

Original comment by michel.l...@gmail.com on 16 Sep 2014 at 12:24