| Class | Name | Status | Type | Time(s) | 
            
                | [ annoation just after initial tab] | testTextBoundsMatchPaintedArea[ annoation just after initial tab] | Success |  | 1.092 | 
            
                | [annotation inside text] | testTextBoundsMatchPaintedArea[annotation inside text] | Success |  | 1.142 | 
            
                | [ annotation just after initial space] | testTextBoundsMatchPaintedArea[ annotation just after initial space] | Success |  | 1.073 | 
            
                | org.eclipse.jface.text.tests.codemining.CodeMiningProjectionViewerTest | testCollapse | Success |  | 1.077 | 
            
                | org.eclipse.jface.text.tests.codemining.CodeMiningTest | testCodeMiningCtrlEnd | Failure | N/A 
                        
 java.lang.AssertionError
 at org.junit.Assert.fail(Assert.java:87)
 at org.junit.Assert.assertTrue(Assert.java:42)
 at org.junit.Assert.assertTrue(Assert.java:53)
 at org.eclipse.jface.text.tests.codemining.CodeMiningTest.testCodeMiningCtrlEnd(CodeMiningTest.java:173)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runners.Suite.runChild(Suite.java:128)
 at org.junit.runners.Suite.runChild(Suite.java:27)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
 at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
 at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
 at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
 at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)
 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
 at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
 at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:52)
 at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:35)
 at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:43)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1435)
 at org.eclipse.core.launcher.Main.main(Main.java:44)
 
 | 5.840 | 
            
                | org.eclipse.jface.text.tests.codemining.CodeMiningTest | testCodeMiningCtrlHome | Failure | N/A 
                        
 java.lang.AssertionError
 at org.junit.Assert.fail(Assert.java:87)
 at org.junit.Assert.assertTrue(Assert.java:42)
 at org.junit.Assert.assertTrue(Assert.java:53)
 at org.eclipse.jface.text.tests.codemining.CodeMiningTest.testCodeMiningCtrlHome(CodeMiningTest.java:161)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runners.Suite.runChild(Suite.java:128)
 at org.junit.runners.Suite.runChild(Suite.java:27)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
 at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
 at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
 at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
 at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)
 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
 at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
 at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:52)
 at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:35)
 at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:43)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1435)
 at org.eclipse.core.launcher.Main.main(Main.java:44)
 
 | 303.376 | 
            
                | org.eclipse.jface.text.tests.codemining.CodeMiningTest | testCodeMiningFirstLine | Failure | N/A 
                        
 java.lang.AssertionError
 at org.junit.Assert.fail(Assert.java:87)
 at org.junit.Assert.assertTrue(Assert.java:42)
 at org.junit.Assert.assertTrue(Assert.java:53)
 at org.eclipse.jface.text.tests.codemining.CodeMiningTest.testCodeMiningFirstLine(CodeMiningTest.java:120)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runners.Suite.runChild(Suite.java:128)
 at org.junit.runners.Suite.runChild(Suite.java:27)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
 at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
 at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
 at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
 at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)
 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
 at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
 at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:52)
 at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:35)
 at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:43)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1435)
 at org.eclipse.core.launcher.Main.main(Main.java:44)
 
 | 5.829 | 
            
                | org.eclipse.jface.text.tests.codemining.CodeMiningTest | testCodeMiningMultiLine | Success |  | 2.072 | 
            
                | org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest | testAsyncFailureStackOverflow | Success |  | 2.203 | 
            
                | org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest | testCompleteActivationChar | Failure | Completion item not shown 
                        
 java.lang.AssertionError: Completion item not shown
 at org.junit.Assert.fail(Assert.java:89)
 at org.junit.Assert.assertTrue(Assert.java:42)
 at org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar(AsyncContentAssistTest.java:172)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runners.Suite.runChild(Suite.java:128)
 at org.junit.runners.Suite.runChild(Suite.java:27)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
 at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
 at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
 at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
 at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)
 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
 at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
 at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:52)
 at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:35)
 at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:43)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1435)
 at org.eclipse.core.launcher.Main.main(Main.java:44)
 
 | 4.034 | 
            
                | org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest | testCompletePrefix | Success |  | 0.051 | 
            
                | org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest | testSyncFailureNPE | Success |  | 1.025 | 
            
                | org.eclipse.jface.text.tests.contentassist.ContextInformationPresenterTest | testContextInfo_withStyledTextPresentation | Success |  | 0.176 | 
            
                | org.eclipse.jface.text.tests.contentassist.ContextInformationTest | testContextInfo | Failure | No new shell found expected:<1> but was:<0> 
                        
 java.lang.AssertionError: No new shell found expected:<1> but was:<0>
 at org.junit.Assert.fail(Assert.java:89)
 at org.junit.Assert.failNotEquals(Assert.java:835)
 at org.junit.Assert.assertEquals(Assert.java:647)
 at org.eclipse.jface.text.tests.contentassist.AbstractContentAssistTest.findNewShell(AbstractContentAssistTest.java:218)
 at org.eclipse.jface.text.tests.contentassist.ContextInformationTest.testContextInfo(ContextInformationTest.java:67)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runners.Suite.runChild(Suite.java:128)
 at org.junit.runners.Suite.runChild(Suite.java:27)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
 at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
 at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
 at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
 at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)
 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
 at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
 at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:52)
 at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:35)
 at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:43)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1435)
 at org.eclipse.core.launcher.Main.main(Main.java:44)
 
 | 1.280 | 
            
                | org.eclipse.jface.text.tests.contentassist.ContextInformationTest | testContextInfo_hide_Bug512251 | Failure | No new shell found expected:<1> but was:<0> 
                        
 java.lang.AssertionError: No new shell found expected:<1> but was:<0>
 at org.junit.Assert.fail(Assert.java:89)
 at org.junit.Assert.failNotEquals(Assert.java:835)
 at org.junit.Assert.assertEquals(Assert.java:647)
 at org.eclipse.jface.text.tests.contentassist.AbstractContentAssistTest.findNewShell(AbstractContentAssistTest.java:218)
 at org.eclipse.jface.text.tests.contentassist.ContextInformationTest.testContextInfo_hide_Bug512251(ContextInformationTest.java:81)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runners.Suite.runChild(Suite.java:128)
 at org.junit.runners.Suite.runChild(Suite.java:27)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
 at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
 at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
 at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
 at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)
 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
 at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
 at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:52)
 at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:35)
 at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:43)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1435)
 at org.eclipse.core.launcher.Main.main(Main.java:44)
 
 | 1.170 | 
            
                | org.eclipse.jface.text.tests.contentassist.ContextInformationTest | testContextInfo_hide_focusOut | Failure | No new shell found expected:<1> but was:<0> 
                        
 java.lang.AssertionError: No new shell found expected:<1> but was:<0>
 at org.junit.Assert.fail(Assert.java:89)
 at org.junit.Assert.failNotEquals(Assert.java:835)
 at org.junit.Assert.assertEquals(Assert.java:647)
 at org.eclipse.jface.text.tests.contentassist.AbstractContentAssistTest.findNewShell(AbstractContentAssistTest.java:218)
 at org.eclipse.jface.text.tests.contentassist.ContextInformationTest.testContextInfo_hide_focusOut(ContextInformationTest.java:107)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runners.Suite.runChild(Suite.java:128)
 at org.junit.runners.Suite.runChild(Suite.java:27)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
 at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
 at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
 at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
 at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)
 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
 at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
 at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:52)
 at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:35)
 at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:43)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1435)
 at org.eclipse.core.launcher.Main.main(Main.java:44)
 
 | 1.188 | 
            
                | org.eclipse.jface.text.tests.contentassist.ContextInformationTest | testContextInfo_hide_keyEsc | Failure | No new shell found expected:<1> but was:<0> 
                        
 java.lang.AssertionError: No new shell found expected:<1> but was:<0>
 at org.junit.Assert.fail(Assert.java:89)
 at org.junit.Assert.failNotEquals(Assert.java:835)
 at org.junit.Assert.assertEquals(Assert.java:647)
 at org.eclipse.jface.text.tests.contentassist.AbstractContentAssistTest.findNewShell(AbstractContentAssistTest.java:218)
 at org.eclipse.jface.text.tests.contentassist.ContextInformationTest.testContextInfo_hide_keyEsc(ContextInformationTest.java:133)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runners.Suite.runChild(Suite.java:128)
 at org.junit.runners.Suite.runChild(Suite.java:27)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
 at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
 at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
 at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
 at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)
 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
 at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
 at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:52)
 at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:35)
 at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:43)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1435)
 at org.eclipse.core.launcher.Main.main(Main.java:44)
 
 | 1.173 | 
            
                | org.eclipse.jface.text.tests.contentassist.ContextInformationTest | testContextInfo_hide_validRange | Failure | No new shell found expected:<1> but was:<0> 
                        
 java.lang.AssertionError: No new shell found expected:<1> but was:<0>
 at org.junit.Assert.fail(Assert.java:89)
 at org.junit.Assert.failNotEquals(Assert.java:835)
 at org.junit.Assert.assertEquals(Assert.java:647)
 at org.eclipse.jface.text.tests.contentassist.AbstractContentAssistTest.findNewShell(AbstractContentAssistTest.java:218)
 at org.eclipse.jface.text.tests.contentassist.ContextInformationTest.testContextInfo_hide_validRange(ContextInformationTest.java:170)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runners.Suite.runChild(Suite.java:128)
 at org.junit.runners.Suite.runChild(Suite.java:27)
 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
 at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
 at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
 at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
 at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)
 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
 at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
 at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:52)
 at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:35)
 at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:43)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1435)
 at org.eclipse.core.launcher.Main.main(Main.java:44)
 
 | 1.267 | 
            
                | org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests | testCA_WithFirstDelayedThenImmediateProposals | Success |  | 3.342 | 
            
                | org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests | testFastCompletionsNotFilteredUntilLongComplitionsCalculated | Skipped | 
                        
 
 | 0.000 | 
            
                | org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests | testFilteredCa | Success |  | 0.677 | 
            
                | org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests | testFilteredCa_AllFilteredOut | Success |  | 0.970 | 
            
                | org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests | testMultipleCaProcessors | Success |  | 3.423 | 
            
                | org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests | testProposalValidation | Success |  | 0.404 | 
            
                | org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests | testSimpleCa | Success |  | 0.355 | 
            
                | org.eclipse.jface.text.tests.contentassist.IncrementalAsyncContentAssistTests | testIncrementalComplete | Success |  | 0.376 | 
            
                | org.eclipse.jface.text.tests.contentassist.IncrementalAsyncContentAssistTests | testIncrementalComplete_async | Success |  | 0.420 | 
            
                | org.eclipse.jface.text.tests.contentassist.IncrementalAsyncContentAssistTests | testIncrementalCompleteOfSingleProposal | Success |  | 0.341 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testBoundaries | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testBug156426 | Success |  | 0.002 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testBug377417 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testCloseMatches | Success |  | 0.011 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testCloseMatches1 | Success |  | 0.012 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testIncompleteMatch | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testIncompleteMatch1 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testNesting | Success |  | 0.011 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testPartitioned | Success |  | 0.014 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testSimpleMatchDifferentMatchers | Success |  | 0.004 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testSimpleMatchSameMatcher | Success |  | 0.013 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testTestCaseReader | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testTestCaseReader1 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest | testTightPartitioned | Success |  | 0.005 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testBoundaries | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testBug156426 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testBug377417 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testCloseMatches | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testIncompleteMatch | Success |  | 0.002 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testNesting | Success |  | 0.003 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testPartitioned | Success |  | 0.003 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testSimpleMatchDifferentMatchers | Success |  | 0.009 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testSimpleMatchSameMatcher | Success |  | 0.009 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testSimpleMatchSameMatcher1 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testTestCaseReader | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testTestCaseReader1 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.DefaultPairMatcherTest2 | testTightPartitioned | Success |  | 0.003 | 
            
                | org.eclipse.jface.text.tests.DefaultTextDoubleClickStrategyTest | testUnderscoreHandling | Success |  | 0.096 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testConvertLineDelimiters | Success |  | 0.027 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testDocumentStamp | Success |  | 0.043 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testDocumentStamp2 | Success |  | 0.024 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testLoopConvertLineDelimiters | Success |  | 0.173 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testLoopRandomAccess | Success |  | 5.673 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testLoopRandomAccessAsCompound | Success |  | 0.138 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testLoopRandomAccessAsUnclosedCompound | Success |  | 0.429 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testLoopRandomAccessWithMixedCompound | Success |  | 8.943 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testRandomAccess | Success |  | 0.264 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testRandomAccessAsCompound | Success |  | 0.028 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testRandomAccessAsUnclosedCompound | Success |  | 0.038 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testRandomAccessWithMixedCompound | Success |  | 0.410 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testRepeatableAccess | Success |  | 0.268 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testRepeatableAccessAsCompound | Success |  | 0.024 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testRepeatableAccessAsUnclosedCompound | Success |  | 0.026 | 
            
                | org.eclipse.jface.text.tests.DefaultUndoManagerTest | testRepeatableAccessWithMixedAndEmptyCompound | Success |  | 0.408 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | test0 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | test1 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | test2 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | test3 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | test4 | Success |  | 0.004 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | test5 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | test6 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testBug367378 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testCombineBoldItalicStriker | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testComments | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testEntity1 | Success |  | 0.007 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testEntity2 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testStyles1 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testStyles10 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testStyles2 | Success |  | 0.002 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testStyles3 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testStyles4 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testStyles5 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testStyles6 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testStyles7 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testStyles8 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testStyles9 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.HTML2TextReaderTest | testStylesWithPre | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest | testCancellingWhenClean | Success |  | 0.182 | 
            
                | org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest | testCancellingWhenRunning | Success |  | 0.253 | 
            
                | org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest | testDirtyingWhenClean | Success |  | 0.234 | 
            
                | org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest | testDirtyingWhenRunning | Success |  | 0.371 | 
            
                | org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest | testInitialReconcile | Success |  | 0.065 | 
            
                | org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest | testReplacingDocumentWhenClean | Success |  | 0.252 | 
            
                | org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest | testReplacingDocumentWhenRunning | Success |  | 0.259 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testBug368219_1 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testBug368219_2 | Success |  | 0.002 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testBug409538_1 | Success |  | 0.002 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testBug409538_2 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testComputePartitioning | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testComputePartitioningEmptyEnd | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testComputePartitioningEmptyMiddle | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testComputePartitioningEmptyStart | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testComputePartitioningSubrangeAfterBoundaries | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testComputePartitioningSubrangeBeforeBoundaries | Success |  | 0.003 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testComputePartitioningSubrangeInBoundaries1 | Success |  | 0.002 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testComputePartitioningSubrangeInBoundaries2 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testComputePartitioningSubrangeOnBoundaries | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testComputePartitioningSubrangeOnBoundaries2 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testGetContentType | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testGetContentTypeEmptyEnd | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testGetContentTypeEmptyMiddle | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testGetContentTypeEmptyStart | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testGetPartition | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testGetPartitionEmptyEnd | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testGetPartitionEmptyMiddle | Success |  | 0.003 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testGetPartitionEmptyStart | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testPR101014 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerTest | testPR130900 | Success |  | 0.005 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testComputePartitioningSubrangeAfterBoundaries | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testComputePartitioningSubrangeBeforeBoundaries | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testComputePartitioningSubrangeInBoundaries1 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testComputePartitioningSubrangeInBoundaries2 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testComputePartitioningSubrangeOnBoundaries | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testComputePartitioningSubrangeOnBoundaries2 | Success |  | 0.002 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testComputeZeroLengthPartitioning | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testComputeZeroLengthPartitioningEmptyEnd | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testComputeZeroLengthPartitioningEmptyMiddle | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testComputeZeroLengthPartitioningEmptyStart | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testGetZeroLengthContentType | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testGetZeroLengthContentTypeEmptyEnd | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testGetZeroLengthContentTypeEmptyMiddle | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testGetZeroLengthContentTypeEmptyStart | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testGetZeroLengthPartition | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testGetZeroLengthPartitionEmptyEnd | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testGetZeroLengthPartitionEmptyMiddle | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest | testGetZeroLengthPartitionEmptyStart | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testBug368219_1 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testBug368219_2 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testBug409538_1 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testBug409538_2 | Success |  | 0.002 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testComputePartitioning | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testComputePartitioningEmptyEnd | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testComputePartitioningEmptyMiddle | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testComputePartitioningEmptyStart | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testComputePartitioningSubrangeAfterBoundaries | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testComputePartitioningSubrangeBeforeBoundaries | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testComputePartitioningSubrangeInBoundaries1 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testComputePartitioningSubrangeInBoundaries2 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testComputePartitioningSubrangeOnBoundaries | Success |  | 0.006 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testComputePartitioningSubrangeOnBoundaries2 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testGetContentType | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testGetContentTypeEmptyEnd | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testGetContentTypeEmptyMiddle | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testGetContentTypeEmptyStart | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testGetPartition | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testGetPartitionEmptyEnd | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testGetPartitionEmptyMiddle | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testGetPartitionEmptyStart | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testPR101014 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.FastPartitionerTest | testPR130900 | Success |  | 0.002 | 
            
                | org.eclipse.jface.text.tests.rules.ScannerColumnTest | testBufferedRuleBasedScannerColumnRead | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.ScannerColumnTest | testBufferedRuleBasedScannerColumnUnread | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.ScannerColumnTest | testRuleBasedScannerColumnRead | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.ScannerColumnTest | testRuleBasedScannerColumnUnread | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.WordRuleTest | testBug144355 | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.rules.WordRuleTest | testBug163116 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.rules.WordRuleTest | testBug175712_1 | Success |  | 0.003 | 
            
                | org.eclipse.jface.text.tests.rules.WordRuleTest | testBug175712_2 | Success |  | 0.001 | 
            
                | org.eclipse.jface.text.tests.source.inlined.AnnotationOnTabTest | testTextBoundsMatchPaintedArea | Success |  | 1.074 | 
            
                | org.eclipse.jface.text.tests.source.LineNumberRulerColumnTest | testRedrawAfterDispose | Success |  | 0.409 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testBackspace1 | Success |  | 0.014 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testBackspace2 | Success |  | 0.020 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testBackspace3 | Success |  | 0.016 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testBackspace4 | Success |  | 0.013 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testBackspaceInside1 | Success |  | 0.018 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testBackspaceInside2 | Success |  | 0.025 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testBackspaceInside3 | Success |  | 0.013 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testBackspaceLargeWidth1 | Success |  | 0.013 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testBackspaceLargeWidth2 | Success |  | 0.018 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testBackspaceRange1 | Success |  | 0.017 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testBackspaceRange2 | Success |  | 0.012 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testBackspaceSmallWidth | Success |  | 0.012 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDelete1 | Success |  | 0.013 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDelete2 | Success |  | 0.013 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDelete3 | Success |  | 0.014 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDelete4 | Success |  | 0.015 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDeleteAfterCollapsedRegion | Success |  | 0.023 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDeleteInside1 | Success |  | 0.016 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDeleteInside2 | Success |  | 0.013 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDeleteInside3 | Success |  | 0.013 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDeleteLargeWidth1 | Success |  | 0.013 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDeleteLargeWidth2 | Success |  | 0.013 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDeleteRange1 | Success |  | 0.012 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDeleteRange2 | Success |  | 0.017 | 
            
                | org.eclipse.jface.text.tests.TabsToSpacesConverterTest | testDeleteSmallWidth | Success |  | 0.013 | 
            
                | org.eclipse.jface.text.tests.templates.persistence.TemplatePersistenceDataTest | testEquals | Success |  | 0.003 | 
            
                | org.eclipse.jface.text.tests.TextHoverPopupTest | testSearch | Success |  | 0.000 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testApplyStyleRange1 | Success |  | 0.005 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testApplyStyleRange2 | Success |  | 0.004 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testApplyStyleRange3 | Success |  | 0.006 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testApplyStyleRange4 | Success |  | 0.005 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testApplyTextPresentation | Success |  | 0.032 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testClippedRegions1 | Success |  | 0.013 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testClippedRegions2 | Success |  | 0.005 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testEmptyPresentation | Success |  | 0.007 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testExtend | Success |  | 0.008 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testExtendUndefined | Success |  | 0.016 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testIterator | Success |  | 0.009 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testLinkMerge | Success |  | 0.007 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeAll | Success |  | 0.007 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange1 | Success |  | 0.004 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange10 | Success |  | 0.006 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange11 | Success |  | 0.005 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange12 | Success |  | 0.004 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange13 | Success |  | 0.006 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange14 | Success |  | 0.004 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange15 | Success |  | 0.004 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange16 | Success |  | 0.006 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange17 | Success |  | 0.005 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange18 | Success |  | 0.007 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange2 | Success |  | 0.017 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange22 | Success |  | 0.005 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange23 | Success |  | 0.006 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange3 | Success |  | 0.007 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange4 | Success |  | 0.005 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange5 | Success |  | 0.004 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange6 | Success |  | 0.007 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange7 | Success |  | 0.011 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange8 | Success |  | 0.005 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRange9 | Success |  | 0.006 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testMergeStyleRanges1 | Success |  | 0.007 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testReplaceStyleRange2 | Success |  | 0.004 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testReplaceStyleRanges1 | Success |  | 0.005 | 
            
                | org.eclipse.jface.text.tests.TextPresentationTest | testUnclippedRegions | Success |  | 0.004 | 
            
                | org.eclipse.jface.text.tests.TextViewerTest | testBlockSelectionAccessors | Success |  | 0.037 | 
            
                | org.eclipse.jface.text.tests.TextViewerTest | testCaretMoveChangesSelection | Success |  | 0.022 | 
            
                | org.eclipse.jface.text.tests.TextViewerTest | testCtrlEndViewportListener | Success |  | 0.073 | 
            
                | org.eclipse.jface.text.tests.TextViewerTest | testCtrlHomeViewportListener | Success |  | 1.270 | 
            
                | org.eclipse.jface.text.tests.TextViewerTest | testDefaultContentImplementation | Success |  | 0.033 | 
            
                | org.eclipse.jface.text.tests.TextViewerTest | testGetCachedSelection | Success |  | 0.030 | 
            
                | org.eclipse.jface.text.tests.TextViewerTest | testSetRedraw_Bug441827 | Success |  | 0.029 | 
            
                | org.eclipse.jface.text.tests.TextViewerTest | testShiftLeft | Success |  | 0.043 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testCanUndo | Success |  | 0.031 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testConvertLineDelimiters | Success |  | 0.023 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testDocumentStamp | Success |  | 0.044 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testDocumentStamp2 | Success |  | 0.028 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testLoopConvertLineDelimiters | Success |  | 0.076 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testLoopRandomAccess | Success |  | 0.217 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testLoopRandomAccessAsCompound | Success |  | 0.175 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testLoopRandomAccessAsUnclosedCompound | Success |  | 0.253 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testLoopRandomAccessWithMixedCompound | Success |  | 0.713 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testRandomAccess | Success |  | 0.030 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testRandomAccessAsCompound | Success |  | 0.027 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testRandomAccessAsUnclosedCompound | Success |  | 0.025 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testRandomAccessWithMixedCompound | Success |  | 0.060 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testRepeatableAccess | Success |  | 0.028 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testRepeatableAccessAsCompound | Success |  | 0.031 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testRepeatableAccessAsUnclosedCompound | Success |  | 0.030 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testRepeatableAccessWithMixedAndEmptyCompound | Success |  | 0.127 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testTransferNonUndoableNonTextOp | Success |  | 0.030 | 
            
                | org.eclipse.jface.text.tests.TextViewerUndoManagerTest | testTransferUndoableNonTextOp | Success |  | 0.035 |