Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-07Bug 512180: Ensure previous launch is fully terminatedJonah Graham1-1/+1
2017-03-06Use line tags in MIExpressionsTest.testUpdateOfPointerSimon Marchi2-13/+31
2017-03-06Make MIExpressionsTest.testUpdateOfPointer use SyncUtilSimon Marchi2-228/+58
2017-03-04Bug 512180 and Bug 501906: Minimize unstable testsJonah Graham2-1/+17
2017-02-17Revert "Bug 512303 - [tests] job debug-tests-master-all-gdb-versions has issues"Marc Dumais2-10/+0
2017-02-16Bug 512303 - [tests] job debug-tests-master-all-gdb-versions has issuesMarc Dumais2-0/+10
2017-02-15Add a default file to enable/disable tracing for the debug testsAlvaro Sanchez-Leon2-0/+2
2017-02-15Bug 511243 - Tests validating program-interrupt using CLI or MIAlvaro Sanchez-Leon7-2/+465
2017-02-15Allow tests to use GDBs with versions of the form 7.12.50.201702140Marc Khouzam1-3/+5
2017-02-14Validate GDB version in debug testsMarc Khouzam2-3/+54
2017-02-13Add printouts to debug unit testsMarc Khouzam1-3/+17
2017-01-27Add JUnit test to verify a query is answered as expected.Marc Khouzam3-24/+234
2017-01-23Adding GDB 7.12.1 to the download-build-gdb.sh scriptMarc Dumais1-1/+1
2016-12-04Fixup for "[dsf-gdb] debug tests: Use line tags where possible"Simon Marchi3-3/+17
2016-12-03[dsf-gdb] debug tests: Use line tags where possibleSimon Marchi11-60/+109
2016-12-03MIBreakpointsTest: Factor out breakpoint validationSimon Marchi1-148/+164
2016-12-03MIBreakpointsTest: Replace AsyncCompletionWaitor with queriesSimon Marchi1-251/+241
2016-11-22gdb build script: Make the script work with non-absolute base pathsSimon Marchi1-1/+3
2016-11-18Reverse order of versions in gdb build scriptMarc Khouzam1-1/+1
2016-11-17gdb build script: Add missing local variable in check_supportedSimon Marchi1-1/+2
2016-11-16Update version to 9.3.0Marc Khouzam1-1/+1
2016-11-15Bug 494246: prepare command line arguments properly for Windows GDBJonah Graham3-110/+248
2016-11-15Update version to 9.2.0Marc Khouzam1-1/+1
2016-11-10bug 498782 - [debug] synchronize selection between the DV and GDBMarc Dumais2-0/+558
2016-10-12Update dsf-gdb test suite to run GDB 7.12Alvaro Sanchez-Leon2-2/+4
2016-10-11Adding GDB 7.12 to the download-build-gdb.sh scriptAlvaro Sanchez-Leon1-1/+1
2016-09-21Bug 499784 - A lot of timeouts in dsf-gdb tests are too optimisticAlvaro Sanchez-Leon9-292/+270
2016-08-17Update version to 9.1.0Marc Khouzam1-1/+1
2016-07-30Bug 498882: Add test for UI deadlock on terminating multiple launchesJonah Graham1-0/+69
2016-07-28Bug 494650: Refactor BaseTestCase to allow multiple launches per testJonah Graham2-81/+251
2016-06-01Adding GDB 7.11.1 to the download-build-gdb.sh scriptAlvaro Sanchez-Leon1-1/+1
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-1/+1
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-5/+5
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt4-14/+15
2016-04-13Bug 472765: Restore test comments post refactoringJonah Graham1-39/+76
2016-04-07Replace hard-coded versions with constantsMarc Khouzam13-47/+57
2016-04-07Provide Supported and Unsupported lists of GDB versionsMarc Khouzam4-19/+38
2016-03-22Don't require gdbserver to be present for local tests to passMarc Khouzam1-15/+71
2016-03-20Bug 489777 - [API] Replace thread id type from int to StringAlvaro Sanchez-Leon3-27/+27
2016-03-19Bug 472765: use Strings for backend path in Map EntriesJonah Graham1-12/+31
2016-03-19Bug 489683 - Change the breakpoint "number" from an int to a StringMarc Dumais5-66/+66
2016-03-19Support -Dcdt.tests.dsf.gdb.versions=all for gdb testsAlena Laskavaia1-1/+6
2016-03-19Fix version range check in SourceLookupTestJonah Graham1-4/+2
2016-03-18Flattening rest of gdb testsAlena Laskavaia345-11537/+1786
2016-03-18Bug 472765: Add extra sourceLookup testMarc Khouzam1-0/+38
2016-03-17gdb catchpoints registers tests cleanupAlena Laskavaia67-834/+207
2016-03-17Bug 472765: Use gdb's "set substitute-path from to"Jonah Graham1-53/+300
2016-03-16parameterized tests gdb testsAlena Laskavaia56-1796/+1296
2016-03-15adding repeater to some intermittent testsAlena Laskavaia2-7/+29
2016-03-14InterimittentRule generic junit ruleAlena Laskavaia2-0/+95

Back to the top