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
2017-09-22[acceptance-tests] ms-test-suite: move systemruntimebringup tests to NUnit ↵Alexander Köplinger
and add System.Linq.Expressions tests (#5624) This gets rid of compiling ~300 executables which significantly cuts down build time. Also added the System.Linq.Expressions which were not run before. Changes: https://github.com/xamarin/ms-test-suite/compare/73c155f76b55839f26ba707d6d40091060e4f5d8...25f495326e141163d59e52ef499227a2f38fe036 (private repo)
2016-11-28[build] Roslyn switchMarek Safar
2016-11-16[acceptance-tests] Add dependency on nunitlite.dllAlexander Köplinger
nunitlite.dll is not built anymore with a normal Mono build so we need to depend on it explicitly.
2016-11-16[acceptance-tests] Specify nunitlite pathMarek Safar
2016-11-13[bcl] Deprecate old NUnit 2.4 framework shipped with MonoAlexander Köplinger
Print a message when running nunit-console about the deprecation. Additionally, throw a compilation error if compiling against the TestFixtureAttribute from old NUnit. Needed changes in ms-test-suite as well since it was still using NUnit.
2016-08-10[acceptance-tests] Run ms-test-suite with debug symbolsAlexander Köplinger
So we get line numbers in stack traces.
2016-03-17[acceptance-test] Ensure the exit code of the main test script is usedAlexander Köplinger
Due to our usage of chained commands it'd use the exit code of the last command, which is not what we want. We use chaining because e.g. in the ms-test-suite case we still want to run the systemruntimebringup suite even if the conformance suite had a failing test.
2016-03-09[acceptance-tests] Split the test suites out of Makefile.am into own filesAlexander Köplinger