Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 379092

Summary: Occasional failure in UICallBackManager_Test: testDispatchingTimerExecRunnableDeactivatesUICallback
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.5   
Target Milestone: 2.0 RC1   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Ralf Sternberg CLA 2012-05-10 05:38:53 EDT
org.eclipse.rwt.internal.uicallback.UICallBackManager_Test.testDispatchingTimerExecRunnableDeactivatesUICallback
Stacktrace:

junit.framework.AssertionFailedError
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertFalse(Assert.java:34)
	at junit.framework.Assert.assertFalse(Assert.java:41)
	at org.eclipse.rwt.internal.uicallback.UICallBackManager_Test.testDispatchingTimerExecRunnableDeactivatesUICallback(UICallBackManager_Test.java:354)
Comment 1 Ralf Sternberg CLA 2012-12-19 16:55:36 EST
Removed the offending tests in commit 9053f27e217bbdc10714e75c4157d793c59e14eb.
TimerExecScheduler and TimerExecTask are now tested using a mocked timer, there are no timing issues anymore.