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 (Expand)Author
2018-11-12Add common "test" target for precompiling test assemblies (#11622)Alexander Köplinger
2018-09-12[ci] do not hardcode CPU count (#10560)Bernhard Urban
2018-09-05[tests] Bump timeout for System.Numerics with interpreterVlad Brezae
2018-08-15[interp] Fix missing InvalidProgramException (#10095)Vlad Brezae
2018-08-03[interp] Run tests for entire bcl (#9648)Vlad Brezae
2018-06-09[runtime] Store the interpreter method invoked by the delegate in MonoDelegat...Zoltan Varga
2018-04-26[interp] enable mcs tests on armv7 (#8455)Bernhard Urban
2018-04-26[ci] Check CI_TAGS instead of ghprbPullIdAlexander Köplinger
2018-04-24[interp] add System tests to CI (#8370)Bernhard Urban
2018-04-23[interp] add System.Core tests to CI (#8371)Bernhard Urban
2018-02-06[runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to e...Zoltan Varga
2018-02-05[ci] Consistently use CI_TAGS instead of label (#6782)Alexander Köplinger
2018-01-31[ci] update ARM label for ignored interpreter tests (#6738)Bernhard Urban
2018-01-23[interp] Disable mixed mode testsVlad Brezae
2017-11-06[mcs tests] clean up interp targetBernhard Urban
2017-11-06[interp] enable Mono.Debugger.Soft tests on CIBernhard Urban
2017-11-06[mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses...Bernhard Urban
2017-10-30[interp] Enable more runtime tests for interpreterLudovic Henry
2017-10-17[interp] do not run mcs/tests on ARM on CIBernhard Urban
2017-10-17[mcs/tests] add interp targetBernhard Urban
2017-03-30Add beginnings of mixed code execution support (#4613)Zoltan Varga
2017-03-13[ci] add more steps to interpBernhard Urban
2017-01-10[ci] add interpreterBernhard Urban