Closed GoogleCodeExporter closed 9 years ago
The attached patch fixes this.
Eclipse freezes because js-test-driver tests have been
Display.getDefault().asyncExec(...). Display.asyncExec always runs in GUI
thread. If it contains a long running operation, Eclipse GUI freeze.
The patch moves tests runner into Eclipse job scheduler. Job scheduler always
runs in a separate thread. Only GUI operations are now encapsulated in
Display.asyncExec.
Note: the patch fixes also issue 303.
Original comment by m.jurcov...@gmail.com
on 4 Dec 2011 at 11:22
Attachments:
Huh. Didn't know that existed. Awesome. Patch applied at r1097
Original comment by corbinrs...@gmail.com
on 5 Dec 2011 at 1:50
Hi,
the file
com.google.eclipse.javascript.jstestdriver.ui.launch.EclipseTestRunnerJobEclipse
TestRunnerJob.EclipseTestRunnerJob seems to be missing from the trunk. It is a
new file, your svn commit probably ignored that one :).
Original comment by m.jurcov...@gmail.com
on 5 Dec 2011 at 1:50
Original issue reported on code.google.com by
m.jurcov...@gmail.com
on 4 Dec 2011 at 11:19Attachments: