Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Added JavaDoc for BaseTestCase.INDEXER_TIMEOUT_SEC.Sergey Prigogin1-3/+8
2013-10-09Bug 392416: make BuiltinSpecsDetectorTest.java run on non-windowsLiviu Ionescu1-1/+2
2013-09-30Cosmetics.Sergey Prigogin1-26/+26
2013-09-09Obey indexer.timeout property.Sergey Prigogin1-0/+2
2013-09-06Bug 411196 - Type traits that evaluate to a typeNathan Ridge2-3/+11
2013-07-29Bug 45203. Produce include staements for macros. Don't generate includeSergey Prigogin1-1/+14
2013-06-15Cosmetics.Sergey Prigogin2-8/+8
2013-03-30Cosmetics.Sergey Prigogin2-8/+5
2013-03-22Bug 45203. Added support for IWYU export pragmas.Sergey Prigogin2-4/+4
2013-03-22Cosmetics.Sergey Prigogin2-8/+10
2013-02-03Cosmetics.Sergey Prigogin1-9/+9
2012-11-30Obtain indexer timeout for tests from indexer.timeout system property.Sergey Prigogin1-1/+4
2012-11-30Cosmetics.Sergey Prigogin1-2/+2
2012-10-16Added OneSourceMultipleHeadersTestCase class.Sergey Prigogin3-25/+177
2012-09-25Removed test exclusions for various tests recently fixed by Markus.John Cortell1-6/+0
2012-09-14Fix intermittent test failures.Markus Schorn2-1/+14
2012-08-24Revert "Revert "Allow unreliable tests to be avoided""Sergey Prigogin1-1/+11
2012-08-24Revert "Allow unreliable tests to be avoided"Sergey Prigogin1-11/+1
2012-08-24bug 387730: Better failure message in the unit testAndrew Gvozdev1-1/+1
2012-08-22Pushed INDEXER_TIMEOUT_SEC constant up the test class hierarchy.Sergey Prigogin1-2/+3
2012-08-21Allow unreliable tests to be avoidedJohn Cortell1-1/+11
2012-08-20Simpler and more robust implementation of PDOMManager.joinIndexerSergey Prigogin1-4/+8
2012-06-19bug 348884: ConcurrentModificationException in StorableCdtVariablesVeaceslav Bacu1-0/+2
2012-04-15Fix for java.util.ConcurrentModificationExceptionAndrew Gvozdev1-34/+36
2012-04-10Cosmetics.Sergey Prigogin1-9/+9
2012-03-13bug 364733: Internal Builder does not work with Cygwin toolchainAndrew Gvozdev1-36/+3
2012-02-24Bug 356519 - ELF header reader makeShort() bugJohn Cortell1-0/+2
2012-02-11Fixed few failing Codan tests.Sergey Prigogin1-2/+4
2012-01-28bug 290631: Introduced WeakHashSetSynchronizedAndrew Gvozdev1-2/+4
2012-01-26bug 290631: Added New Scanner Discovery core functionality from branchAndrew Gvozdev2-14/+547
2012-01-19New Eclipse-friendly framework for refactoring tests. ConvertedSergey Prigogin2-11/+15
2012-01-09Use ArrayList instead of Vector.Sergey Prigogin2-14/+12
2012-01-08@Override annotations and redundant casts.Sergey Prigogin14-2/+62
2012-01-04Fixed breakage of lrparser and xlc tests.Sergey Prigogin1-0/+13
2012-01-04Fixed reporting of "Test data not found" errors.Sergey Prigogin1-50/+57
2012-01-03Bug 367753: Correct propagating of internal modifications to the macro dictio...Markus Schorn1-3/+7
2011-12-23Moved template engine tests to org.eclipse.cdt.ui.tests plug-in sinceSergey Prigogin1-7/+3
2011-11-03Bug 197989: Remove option to parse files up front from UI.Markus Schorn1-2/+2
2011-09-30Tests for headers included in multiple variants.Sergey Prigogin1-3/+4
2011-09-28Cosmetics.Sergey Prigogin1-28/+27
2011-09-21Copy of branch bug_197989.Markus Schorn2-6/+17
2011-09-14bug 357660: JUnit failure: cdt.core testSharedDefaultsAndrew Gvozdev1-2/+2
2011-09-08Bug 356955: Lookup for overloaded operator.Markus Schorn1-2/+2
2011-08-08Use StringBuilder instead of StringBuffer.Sergey Prigogin1-13/+10
2011-06-02isSymbolicLinkSupported() extractedAndrew Gvozdev1-2/+14
2011-06-01extracted createSymbolicLink(IPath linkPath, IPath realPath)Andrew Gvozdev1-16/+34
2011-04-29Bug 133881 - Make refreshing after building optionalChris Recoskie1-0/+3
2010-09-29bug 308042: Spawner messages are too cryptic to be useful to a userAndrew Gvozdev1-0/+2
2010-09-28Clarified commentsAndrew Gvozdev1-2/+2
2010-09-28bug 237448: Added the test to the test suite.Andrew Gvozdev1-15/+18

Back to the top