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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-28[Mono.Runtime.Tests] Remove duplicate file in .sourcesAlexander Köplinger
2019-03-01[android] Fix Mono.Debugger.Soft tests with Android SDKs (#13218)Ludovic Henry
* [android] Fix Mono.Debugger.Soft tests with Android SDKs * [android] Fix connecting with LLDB * [android] Add scaffolding to run profiler tests * [android] Fix some corlib tests * [android] Fix Mono.DebuggerTests.ExceptionFilter2 * [csproj] Update project files
2019-02-27[ci] Add new mode of execution for nunit tests on Android (#13098)Ludovic Henry
* [ci] Add new mode of execution for nunit tests on Android This makes it possible to run the `nunit-lite-console.exe` on the host, while the tests still run on the device. This makes it transparent wherever the tests are running, giving us a seamless integration with the existing infrastructure based around nunit. * [android] Fix System.Net.Http test suite * [android] Fix System.ServiceModel.Web test suite * [android] Fix Mono.Security test suite * fixup! [ci] Add new mode of execution for nunit tests on Android * [ci] Disable failing tests * [csproj] Update project files
2018-02-15Revert "[jit] Make some JIT regression test files compile in the mobile ↵Zoltan Varga
profile (#7059)" (#7069) This reverts commit e2874db5227649ad9b005a5c1d30742bb896a670. Revert this as it breaks the SDK tests.
2018-02-15[jit] Make some JIT regression test files compile in the mobile profile (#7059)Zoltan Varga
Remove tests from Mono.Runtime.Tests which depend on assemblies not in the mobile profile.
2017-11-16[bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT ↵Zoltan Varga
regression tests using nunit. (#6015)