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-10-26[wasm] WASM work. (#11314)Zoltan Varga
2018-04-05[wasm] Fix the CI build and disable some corlib tests that require multiple t...Rodrigo Kumpera
2016-10-29[corlib] Disable a test that is incompatible with how nunitlite runs testsAlexander Köplinger
2016-08-23[mcs] Remove NET_4_5 ifdef from the source filesAlexander Köplinger
2016-01-23[mobile_static] Disable task test described to fail on Touch.Unit and clearly...Alexander Kyte
2015-06-01[corlib] Update failing testMarek Safar
2015-05-29[corlib] Fixes commit f0bea6966af0d1f18b8467a06b3f8ee01574fd81Marek Safar
2015-05-29[corlib] Add timeout to NestedLeakingSynchronizationContextMarek Safar
2015-05-27[corlib] Improve SynchronizationContext test dependencyMarek Safar
2015-05-22[corlib] ExecutionContext and other contexts from reference sources. Fixes #2...Marek Safar
2014-09-23Fix warnings in mscorlib's Test suite + bring a couple more tests + fix threa...Miguel de Icaza
2014-07-09[corlib] Fix incorrect assertMarek Safar
2014-07-09[corlib] Make CompletionOnDifferentCustomSynchronizationContext test more rel...Marek Safar
2014-06-26[corlib] Update racy testMarek Safar
2014-06-24[corlib] Fix racy testMarek Safar
2014-04-25[corlib] Fix extra await context switch when custom SynchronizationContext do...Marek Safar
2014-02-23[Test] Cleaned up how a bunch of tests were ignoredAlexander Köplinger
2014-02-19[corlib] Remove unreliable test checkMarek Safar
2013-12-11[tests] Fix some corlib unit tests to run successfully on iOSSebastien Pouliot
2013-12-07[corlib] Better handling of awaiter continuation on finished taskMarek Safar
2013-12-06Improve test failure checkMarek Safar
2013-12-05[Test] Ignore a test case if executed on the main threadSebastien Pouliot
2013-12-05[corlib] Implement task awaiters running on custom task scheduler. Fixes #16587Marek Safar
2013-08-26Add test for #12745Marek Safar
2013-06-27Block task awaiter until task completes. Fixes #12745Marek Safar
2013-02-12Fix more mobile testsMarek Safar
2011-09-20Add more task awaiters and optimize existing ones by using new overloadsMarek Safar
2011-09-19Move some async types to corlibMarek Safar