google / windowtester

Automatically exported from code.google.com/p/windowtester
Other
17 stars 23 forks source link

Support x86_64 on Linux #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the windowtester runtime does not support x86_64 on linux. 

Since we want to test an application whose target platform on Linux is only 
x86_64 this is mandatory for us in order to use windowtester.

Original issue reported on code.google.com by tobias.j...@gmail.com on 16 Mar 2012 at 5:13

GoogleCodeExporter commented 9 years ago

Original comment by clayberg@google.com on 20 Mar 2012 at 1:54

GoogleCodeExporter commented 9 years ago
For 64 bit linux support, we need to implement widget support on the same lines 
as they have been done for mac and win.  - 
com.windowtester.swt.runtime.macosx.cocoa.x86_64, 
com.windowtester.swt.runtime.win32.win32.x86_64.

Patches in this area are most welcome.

Original comment by keertip@google.com on 5 Apr 2012 at 3:57

GoogleCodeExporter commented 9 years ago
I'd like to submit a patch - it seemed fairly simple and works on my 
environment 

Original comment by ravikant...@gmail.com on 8 Jun 2012 at 9:14

GoogleCodeExporter commented 9 years ago
Just attach an diff from your changed files :)

Original comment by phalmdragon on 24 Jul 2012 at 10:24

GoogleCodeExporter commented 9 years ago
 @ravikanth.somayaji,

Could you attach a patch to this issue so that it can be committed?

Thanks,

Original comment by keertip@google.com on 11 Sep 2012 at 3:32

GoogleCodeExporter commented 9 years ago
Hi, I am working at a company where we need QA testing done on a Eclipse RCP 
application. In my last work place I used Window Tester only on a windows 
environment, but I am having trouble with the runtime I think. I get this error 
trying to verify a ShellShowing Condition.

Caused by: java.lang.RuntimeException: Failed to create widget reference for 
instance of org.eclipse.swt.custom.CBanner
   WindowTester: 201207141338 - linux,gtk,x86_64
 at com.windowtester.runtime.internal.factory.WTRuntimeManager.createReference(WTRuntimeManager.java:105)
 at com.windowtester.runtime.internal.factory.WTRuntimeManager.asReference(WTRuntimeManager.java:46)
 at com.windowtester.runtime.swt.internal.widgets.SWTWidgetReference.forWidget(SWTWidgetReference.java:325)
 at com.windowtester.runtime.swt.internal.widgets.SWTWidgetReference.asControlReferences(SWTWidgetReference.java:244)
 at com.windowtester.runtime.swt.internal.widgets.CompositeReference$1.call(CompositeReference.java:34)
 at com.windowtester.runtime.swt.internal.widgets.CompositeReference$1.call(CompositeReference.java:1)
 at com.windowtester.runtime.swt.internal.widgets.SWTUIExecutor.execute(SWTUIExecutor.java:142)
 at com.windowtester.runtime.swt.internal.widgets.SWTUIExecutor.run(SWTUIExecutor.java:97)
 ... 68 more

Is there a patch for this somewhere posted? As I am unable to find it if it is.

Original comment by john.oro...@gmail.com on 5 Feb 2013 at 9:28

GoogleCodeExporter commented 9 years ago
Whats is the status on this, is there a patch?

Original comment by john.oro...@gmail.com on 20 Mar 2013 at 10:38

GoogleCodeExporter commented 9 years ago
Sorry for the late reply.
There is currently no patch for Linux x86_64.

Original comment by fred.g...@googlemail.com on 20 Mar 2013 at 11:31