Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-14Remove test sources (moved to debugger-libs)Artem Bukhonov
2017-01-10Eval tests for generic invocationsArtem Bukhonov
2017-01-09Added test for evaluationArtem Bukhonov
2016-03-29[DebuggerUnitTests] Bump debugger-libs and add unit tests for ExplicitInterfa...David Karlaš
2016-01-27Remove outdated docs and ChangeLogsMichael Hutchinson
2015-07-19debugger-libs bump and more unit tests around invoking correct properties/met...David Karlaš
2015-07-03[DebuggerTests] Added unit tests for invoking hidden members inside typeDavid Karlaš
2015-07-01[Debugger] Added tests for implicit casting of method and constructor paramet...David Karlaš
2015-06-30bump debugger-libs and add unit tests for casting primitive to class via impl...David Karlaš
2015-05-05[DebuggerTests] Added unit test for ignoring exception outside user codeDavid Karlaš
2015-05-05bump debugger-libs and add debugger array unit testsDavid Karlaš
2015-02-27[DebuggerTests] Added AdvancedEvaluation testsDavid Karlaš
2015-02-20[DebuggerTests] Test if compiler generated nested types are hiddenDavid Karlaš
2015-01-26[Debugger] Added unit tests for bug #26423Jeffrey Stedfast
2015-01-20[DebuggerTests] Added new DebuggerStepperBoundary test based on Bug 21510David Karlaš
2015-01-19Merge pull request #715 from mono/debugReleaseMarius Ungureanu
2015-01-17Add pdbonly to release configurations.Marius Ungureanu
2015-01-16[DebuggerTests] Few more testsDavid Karlaš
2015-01-06[DebuggerTests] DebuggerDisplayMethodTest addedDavid Karlaš
2014-12-16[DebuggerTests] Added unit test for OneLineEventHandler and added StepOverPro...David Karlaš
2014-06-08[CorDebugger] Fixed evaluating of protected properties & unit testsDavid Karlaš
2014-06-03[DebuggerUnitTest] Adding unit test to check returned type of null byte arrayDavid Karlaš
2014-05-24[DebuggerUnitTest] Added test for GetAllChildren on objectDavid Karlaš
2014-05-14Merge pull request #543 from DavidKarlas/appOutputErrorAndDebugColorsJeffrey Stedfast
2014-05-14[DebuggerTest] Unit test to evaluate method parametersDavid Karlaš
2014-05-10[Debugger] "Application Output" pad error text is now red and Debug.Write(); ...David Karlaš
2014-05-10[DebuggerTest] Adding test for invoking interface implementation of methodDavid Karlaš
2014-05-08[DebuggerTest] Added test for evaluating dynamic objects currently ignoredDavid Karlaš
2014-05-07[Debugger] Added unit tests for binary operator overridesJeffrey Stedfast
2014-05-05[UnitTest] Adding more generic types resolvingDavid Karlaš
2014-05-05[Win32] Fixing Bug13401 evaluating variables in method with asyncDavid Karlaš
2014-05-05Merge pull request #527 from DavidKarlas/conditionalBPsUnitTestsJeffrey Stedfast
2014-05-05Merge pull request #528 from DavidKarlas/objCreateAndEnumCompareJeffrey Stedfast
2014-05-05[UnitTest] Debugger eval compare enumsDavid Karlaš
2014-05-05[UnitTest] Conditional Breakpoint and Breakpoint HitCountDavid Karlaš
2014-05-03[UnitTests] Unit tests for evaluating listsDavid Karlaš
2014-04-27[UniTests] Debugger evaluation accesses NestedClassesDavid Karlaš
2014-04-25Merge pull request #53 from DavidKarlas/moreDebuggerTestsUngureanu Marius
2014-04-25[UnitTests] Catchpoints, RunToCursor and SetNextStatemntDavid Karlaš
2014-04-22Debugger UnitTests for evaluation and Win32 debugger evaluation fixesDavid Karlaš
2014-04-21Breakpoint and steping unit tests and Win32 stepping bug fixesDavid Karlaš
2014-02-26Flush MSBuild serializer noiseMichael Hutchinson
2013-10-24[Tests] Debugger tests now run on Windows!Therzok
2013-10-24[Debugger] Source analysis cleanup on debugger tests.Therzok
2013-08-27Revert "Upgrade core and addins to 4.5 runtime"Michael Hutchinson
2013-08-12Suppress warnings about missing doc commentsMichael Hutchinson
2013-08-11Upgrade core and addins to 4.5 runtimeMichael Hutchinson
2012-06-20Bools in projects are not using pascal casingLluis Sanchez
2012-06-06[Tests] Enable the SDB debugger testsAlan McGovern
2012-04-02Revert "[Build] Change the build system to use xbuild instead of makefiles"Alan McGovern