| Name | Status | Type | Time(s) | 
| testAddFileAndChangeCharset | Success |  | 0.697 | 
| testAddFileAndCopy | Success |  | 0.085 | 
| testAddFileAndDelete | Success |  | 0.221 | 
| testAddFileAndDeleteFolder | Success |  | 0.243 | 
| testAddFileAndMove | Success |  | 0.088 | 
| testAddFileWithNonExistingURL | Error | Cann't delete file /tmp/test.txt
org.eclipse.core.runtime.CoreException: Cann't delete file /tmp/test.txt 	at org.eclipse.core.resources.semantic.test.TestsDefaultContentProvider$14.run(TestsDefaultContentProvider.java:786) 	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313) 	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2295) 	at org.eclipse.core.resources.semantic.test.TestsDefaultContentProvider.testAddFileWithNonExistingURL(TestsDefaultContentProvider.java:792) 	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376) 	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209) 	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3514) 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3163) 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) 	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) 	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) 	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) 	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) 	at org.eclipse.equinox.launcher.Main.run(Main.java:1410) 	at org.eclipse.equinox.launcher.Main.main(Main.java:1386) 	at org.eclipse.core.launcher.Main.main(Main.java:34) Caused by: java.io.IOException: Cann't delete file /tmp/test.txt 	at org.eclipse.core.resources.semantic.test.TestsDefaultContentProvider$14.run(TestsDefaultContentProvider.java:774) 
 | 0.058 | 
| testAddFileWithURL | Success |  | 0.075 | 
| testAddFileWithWrongURL | Success |  | 0.068 | 
| testFailRemoteMethods | Success |  | 0.061 | 
| testFileStoreBehaviorAfterRemove | Success |  | 0.104 | 
| testFileStoreBehaviorAfterRemove2 | Success |  | 0.057 | 
| testImplicitFolderCreation | Success |  | 0.062 | 
| testMoveProject | Success |  | 0.047 | 
| testRuleFactory | Success |  | 0.039 | 
| testSynchronize | Error | Wrong content expected:<[test]> but was:<[]>
junit.framework.ComparisonFailure: Wrong content expected:<[test]> but was:<[]> 	at org.eclipse.core.resources.semantic.test.TestsContentProviderUtil.assertContentsEqual(TestsContentProviderUtil.java:231) 	at org.eclipse.core.resources.semantic.test.TestsDefaultContentProvider$15.run(TestsDefaultContentProvider.java:818) 	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313) 	at org.eclipse.core.resources.semantic.test.TestsDefaultContentProvider.testSynchronize(TestsDefaultContentProvider.java:861) 	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376) 	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209) 	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3514) 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3163) 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) 	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) 	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) 	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) 	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) 	at org.eclipse.equinox.launcher.Main.run(Main.java:1410) 	at org.eclipse.equinox.launcher.Main.main(Main.java:1386) 	at org.eclipse.core.launcher.Main.main(Main.java:34) 
 | 0.050 | 
| testTemplateMapping | Success |  | 0.060 | 
| testChangeFileContentLocalAndRevert | Success |  | 0.046 | 
| testAddFileAndHandleProperties | Success |  | 0.072 | 
| testAddFileAndImplicitFolderLocalFlag | Success |  | 0.050 | 
| testAddFileFromRemoteAndDeleteFolder | Success |  | 0.063 | 
| testAddFolderFromRemote | Success |  | 0.053 | 
| testAddResourceFromRemoteAndAddMarker | Success |  | 0.060 | 
| testChangeFileContentRemote | Success |  | 0.107 | 
| testChangeFileStateRemote | Success |  | 0.070 | 
| testConcurrentStoreCreation | Success |  | 0.043 | 
| testCreateAndDeleteRemote | Success |  | 0.066 | 
| testExistence | Success |  | 0.045 | 
| testLockAndUnlock | Success |  | 0.055 | 
| testSemanticFileStoreToUri | Success |  | 0.047 | 
| testSetReadOnly | Success |  | 0.055 | 
| testSetTimestamp | Success |  | 0.062 | 
| testTemplateProperties | Success |  | 0.043 | 
| testTimestamp | Success |  | 0.065 | 
| testValidateEdit | Success |  | 0.064 | 
| testValidateRemoteDelete | Success |  | 0.056 | 
| testValidateSave | Success |  | 0.061 | 
| testAddFileFromRemoteDeleteAndAddAgain | Success |  | 0.087 | 
| testAppendContentsToOpenFile | Success |  | 0.188 | 
| testLocalFileSupport | Success |  | 0.077 | 
| testParallelReadAndWrite | Success |  | 0.076 | 
| testWriteThrough | Success |  | 0.328 | 
| testChangeFileContentLocalAndRevert | Success |  | 0.195 | 
| testAddFileAndHandleProperties | Success |  | 0.080 | 
| testAddFileAndImplicitFolderLocalFlag | Success |  | 0.059 | 
| testAddFileFromRemoteAndDeleteFolder | Success |  | 0.075 | 
| testAddFolderFromRemote | Success |  | 0.048 | 
| testAddResourceFromRemoteAndAddMarker | Success |  | 0.059 | 
| testChangeFileContentRemote | Success |  | 0.118 | 
| testChangeFileStateRemote | Success |  | 0.070 | 
| testConcurrentStoreCreation | Success |  | 0.054 | 
| testCreateAndDeleteRemote | Success |  | 0.064 | 
| testExistence | Success |  | 0.040 | 
| testLockAndUnlock | Success |  | 0.057 | 
| testSemanticFileStoreToUri | Success |  | 0.038 | 
| testSetReadOnly | Success |  | 0.050 | 
| testSetTimestamp | Success |  | 0.062 | 
| testTemplateProperties | Success |  | 0.039 | 
| testTimestamp | Success |  | 0.083 | 
| testValidateEdit | Success |  | 0.052 | 
| testValidateRemoteDelete | Success |  | 0.050 | 
| testValidateSave | Success |  | 0.058 | 
| testFederationAndImplicitLocalFlag | Success |  | 0.977 | 
| testFederationAndInvalidContentProviderID | Success |  | 0.047 | 
| testFederationAndInvalidContentProviderID2 | Success |  | 0.240 | 
| testFederationAndImplicitLocalFlag | Success |  | 0.119 | 
| testFederationAndInvalidContentProviderID | Success |  | 0.114 | 
| testFederationAndInvalidContentProviderID2 | Success |  | 0.042 | 
| testRecursiveFederation | Success |  | 0.047 | 
| testRecursiveFederation2 | Success |  | 0.054 | 
| testNonLockingNonLocal | Success |  | 0.046 | 
| testCacheService | Success |  | 0.016 | 
| testConcurrentAccess | Success |  | 0.025 | 
| testContentDeletion | Error | null
junit.framework.AssertionFailedError: null 	at org.eclipse.core.resources.semantic.test.TestCacheService.testContentDeletion(TestCacheService.java:140) 	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376) 	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209) 	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3514) 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3163) 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) 	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) 	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) 	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) 	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) 	at org.eclipse.equinox.launcher.Main.run(Main.java:1410) 	at org.eclipse.equinox.launcher.Main.main(Main.java:1386) 	at org.eclipse.core.launcher.Main.main(Main.java:34) 
 | 0.003 | 
| testFileSystemCompaction | Error | null
junit.framework.AssertionFailedError: null 	at org.eclipse.core.resources.semantic.test.TestCacheService.testFileSystemCompaction(TestCacheService.java:100) 	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376) 	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209) 	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3514) 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3163) 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) 	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) 	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) 	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) 	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) 	at org.eclipse.equinox.launcher.Main.run(Main.java:1410) 	at org.eclipse.equinox.launcher.Main.main(Main.java:1386) 	at org.eclipse.core.launcher.Main.main(Main.java:34) 
 | 0.004 | 
| testRecursiveContentDeletion | Success |  | 0.043 | 
| testRecursiveContentDeletion2 | Error | null
junit.framework.AssertionFailedError: null 	at org.eclipse.core.resources.semantic.test.TestCacheService.testRecursiveContentDeletion2(TestCacheService.java:221) 	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376) 	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209) 	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3514) 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3163) 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) 	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) 	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) 	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) 	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) 	at org.eclipse.equinox.launcher.Main.run(Main.java:1410) 	at org.eclipse.equinox.launcher.Main.main(Main.java:1386) 	at org.eclipse.core.launcher.Main.main(Main.java:34) 
 | 0.017 | 
| testRecursiveContentDeletion3 | Success |  | 0.001 | 
| testRecursiveContentDeletion4 | Success |  | 0.000 | 
| testRuleFactory | Success |  | 0.050 | 
| testAddAndRemoveFile | Success |  | 0.060 | 
| testAddFileLinkWithURL2ToSFS | Success |  | 0.040 | 
| testAddFileLinkWithURLToSFS | Success |  | 0.145 | 
| testAddLinkToSFS | Success |  | 0.037 | 
| testAddQueryLinkWithProviderToSFS | Success |  | 0.040 | 
| testAddQueryLinkWithURLToSFS | Success |  | 0.033 |