Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-10-22Bug 506367 - EditorsTestSuite is leaking state between testsY20161027-1250Y20161027-1000Y20161024-2045Y20161024-1300Y20161024-0700I20161027-0700I20161027-0200I20161026-2000I20161026-1100I20161026-0800I20161025-2000I20161024-2000I20161024-1000I20161024-0410I20161023-2000Stefan Xenos8-77/+114
Wait for the job manager and SWT event queue to be idle before advancing to the next test. Change-Id: I8647ce00680e168d69785ba5d2e3988ac07abaaf Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2016-09-23Bug 482354 - SVN checkout deadlocks EclipseAndrey Loskutov4-3/+399
FileDocumentProvider.refreshFile(IFile) is called from UI thread but in worst case (if the IFile is out-of-sync with file system state) it acquires workspace lock for refreshing the resource state. If at same time any workspace job holding a lock on a parent project will try to use IOConsoleOutputStream.write(String) to report lot of data (> 160000 characters) to the console, the IOConsolePartitioner.streamAppended() call will block forever waiting for queue processed by the (locked) UI thread. Proposed solution: FileDocumentProvider.refreshFile(IFile) should run DocumentProviderOperation in providers runnable context to avoid such deadlocks. In the case the resource tree is locked, a "User Operation is Waiting" progress dialog will be shown, giving the user a chance to resolve the deadlock situation by canceling one of the affected tasks. To be consistent with existing API and to allow clients override the supplied refresh rule, new API is introduced in FileDocumentProvider: protected ISchedulingRule.getRefreshRule(Object element). Default implementation in FileDocumentProvider uses ResourceRuleFactory.refreshRule for given file. Change-Id: Id742d98403cc546fad4a21d25eb18ab7bef48776 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-08-25Bug 499802 - Necessary bundle version updatesY20160908-1000Y20160901-1000Y20160825-1000I20160906-0800I20160830-0800Lars Vogel2-2/+2
Change-Id: Icf70b010a8e0c6bc877a55b101e12e4a783a7255 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-08-25Bug 499802 - Remove unnecessary dependency inLars Vogel1-2/+1
org.eclipse.ui.editors.tests to org.eclipse.test.performance Change-Id: I7b3f5a0306695e38c6af42f4e95a45e5961599e5 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-07-08Bug 497588 - Remove trailing whitespace fromLars Vogel7-27/+103
org.eclipse.ui.editors.tests Change-Id: I488687a56771a9f3d626fccde0b08477312d8369 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-06-28Bug 496465: Prep for 4.7 (Oxygen) buildsMarkus Keller1-1/+1
2016-05-03Bug 492875 - Remove the "strictly compatible JRE" per-project overrideI20160504-0035I20160503-2000Lars Vogel1-2/+0
in eclipse.platform.ui project Change-Id: Ifd4b4399d620c32f3ca9e52627f7b940c58557e8 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-04-04Bug 487095: Move test bundles to JUnit 4Y20160407-1000I20160405-0800Markus Keller2-9/+9
- implement JUnitSourceSetup as ExternalResource - clean up test suites - update manifests - use @Rule TestName to access test method names FindReplaceDialogTest: - fix test order - fix wrong @Before tearDown() Change-Id: Ibae60f592ea81dbbf2fab0db8daf64f92301dcdd
2016-02-05Bug 487152: ZoomTest leaks open editorMarkus Keller1-2/+2
2016-02-05Bug 487152 - ZoomTest leaks open editorMickael Istria1-0/+7
Change-Id: I8301639372e26959bf3a6cc9059a84c5ba83071a Signed-off-by: Mickael Istria <mistria@redhat.com>
2016-02-03Bug 487095 - Move test bundles to JUnit 4Sopot Cela7-120/+82
Change-Id: I1c249f6ccc23850c0cf3e992ff7f5805f44b7585 Signed-off-by: Sopot Cela <scela@redhat.com>
2016-01-20Bug 484157: Fix computation of fonts to propage zoom actionMickael Istria3-2/+129
Change-Id: I058fff5a7bf3df89b646a15696b8ab79f8eb632d Signed-off-by: Mickael Istria <mistria@redhat.com>
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller2-6/+6
2015-12-01Bug 478673: remove unused castsMarkus Keller2-3/+3
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller5-18/+14
2015-12-01Bug 478673: Move platform text to Java 1.8 BREEMarkus Keller7-30/+103
2015-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150707-0800Markus Keller1-1/+1
2015-04-28Bug 465684: Allow initial visible region of 0, 0I20150504-2000I20150503-2000I20150502-1500I20150501-2000I20150430-1445I20150429-2000I20150429-1330I20150429-1230I20150429-1030I20150429-0800I20150428-2000Jonah Graham1-1/+37
Change-Id: I8f79dbf19a4ee9994f545865c499974f0644bd5a Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2015-03-23- remove unnecessary dependencies for tycho-surefire-pluginI20150428-0800I20150428-0100I20150427-2000I20150427-0800I20150426-2000I20150422-1000I20150421-0800I20150414-1400I20150414-0800I20150408-1100I20150407-0800I20150331-0800I20150324-0800Markus Keller1-5/+1
- Bug 462862: [Metadata] Missing explicit dependency on org.eclipse.equinox.event kills tycho-surefire-plugin tests (Gerrit builds) Change-Id: I7220099e5ce1867d73b130e4c78d6dd7fe25af21
2015-03-22Enable tests for TychoDani Megert1-1/+30
2015-02-09Remove unnecessary activator bundleI20150210-0800Dani Megert3-49/+9
2015-01-14Bug 454488: Test failure due to conflicting marker updaters from ↵Sarika Sinha2-25/+42
EditorTestPlugin Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
2014-11-19Added missing single quotesI20150106-0800I20141230-0800I20141223-0800I20141216-0800I20141210-2000I20141210-0800I20141209-2000I20141209-1115I20141209-0800I20141208-2000I20141208-0800I20141207-2000I20141202-0800I20141125-0800Dani Megert1-2/+2
2014-11-18Fixed bug 440952: Basic Marker Updater should be executed before other ↵Sarika Sinha5-2/+198
contributed markers Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
2014-09-01Fixed bug 442533: We should not have empty performance targetsI20140903-1100I20140902-1330I20140902-0800Dani Megert1-1/+3
2014-09-01Increased bundle version for MarsDani Megert2-3/+3
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140708-0800I20140701-0800Paul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-01-28Bug 419531: Get rid of nested jarsI20140218-0800I20140211-1100I20140211-0800I20140209-1458I20140204-0800Mickael Istria2-4/+4
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419531 Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: I1316e72a4d058735c4fff892dfe985fed0f7b31e
2013-09-04Increased bundle version for LunaDani Megert2-2/+2
2013-08-26Introduced test pom that uses eclipe-parent pom property to set ignored warningsDani Megert1-1/+2
2013-06-26Fixed bug 411168: Update parent POMs for LunaI20130717-1600I20130716-0800I20130709-0800I20130702-1230I20130702-1000I20130702-0800Dani Megert1-1/+1
2013-03-27Fixed bug 403969: Update Platform Text with the new parent versionI20130402-0800Paul Webster1-4/+2
- excluded addition of forceQualifierUpdate.txt
2013-02-25updated plug-in versionsv20130225-182451I20130227-2000I20130227-0112I20130226-2200I20130226-2100I20130226-2000I20130226-0912I20130226-0800I20130225-2315I20130225-2230Markus Keller2-2/+2
2013-02-25converted line delimiters to Unixv20130225-182143Markus Keller2-367/+367
2013-02-25Bug 399451: Some projects have incorrect encoding setMarkus Keller1-0/+2
2013-02-25Fixed bug 397850: [CBI] use the correct group IDs for all artifactsDani Megert1-2/+2
2012-11-08Bug 393353: Test failure in EncodingChangeTests on the Hudson Macv20121108-103624Markus Keller1-5/+7
2012-07-05Improved switch statement checkingv20120705-111822I20120725-1800I20120724-0800I20120717-0800I20120710-0800Dani Megert1-2/+4
2012-05-30Fixed bug 380968: Pull request to bump versions in pom files in Platformv20120530-1528I20120530-2100I20120530-1900Thanh Ha1-1/+1
2012-05-23Add poms for Tycho buildv20120523-1310Igor Fedorenko1-0/+25
2012-05-23Fixed bug 379730: Include Eclipse-BundleShape in test plugin MANIFEST.MFIgor Fedorenko1-1/+2
2011-12-15Report incompatible environment as 'Error'v20111215-1439Dani Megert1-1/+1
2011-10-07Changed 'New text file line delimiter' to 'Unix'.Dani Megert1-0/+2
2011-09-28Fixed .gitignoreDani Megert1-1/+0
2010-11-01Bug 327842: Key bindings broken in editor when showing statusv20101102-0800Markus Keller1-2/+2
2010-10-30Bug 327842: Key bindings broken in editor when showing statusMarkus Keller1-3/+3
2009-11-26Updated bundle version.Dani Megert1-1/+1
2009-11-25remove upper bound of org.junit dependency forMarkus Keller1-2/+2
bug 153429: JUnit4 in Eclipse Testing Framework
2009-01-08Never join lines in code.Dani Megert1-0/+2
2008-12-31copyright updatesDani Megert4-4/+4

Back to the top