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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-26Add EventCounter to Microsoft.Diagnostics.Tracing.EventSource.Redist (#24893)Brian Robbins
2017-10-26Share EventSource tests with Microsoft.Diagnostics.Tracing.EventSource.Redist...Brian Robbins
2017-09-19Disable Test_Write_Metric_eventListener on UWP. (#24127)Brian Robbins
2017-08-30Merge pull request #23611 from ericstj/removeNetFxSupportLibsEric StJohn
2017-08-30String literal spelling corrections - A through Z (#23674)Brian Chavez
2017-08-30Disable BasicEventSourceTests.TestEventCounter.Test_Write_Metric_EventListene...Eric St. John
2017-08-29Merge pull request #23553 from vancem/EventCounterRobustness.8-25-17Vance Morrison
2017-08-29Update VS configurationsEric St. John
2017-08-29Remove NetFx support libsEric St. John
2017-08-29Remove debugging codeVance Morrison
2017-08-29Fix accidental updateVance Morrison
2017-08-29Change so it only logs on failure. Improve the logsVance Morrison
2017-08-26Suppress unused field warnings introduced with new CSCEric St. John
2017-08-25Make EventCounter test more robustVance Morrison
2017-08-22Remove invalid "bold" syntax in EventCounter docs (#23482)Andrew Stanton-Nurse
2017-08-17Some style fixes (#21837)Maira Wenzel
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-09This fixes a sporatic failure of EventCounter.LogMultiple.Vance Morrison
2017-08-08Merge pull request #22701 from vancem/AddEventCounterDispose.7-26-17Vance Morrison
2017-08-08Fix break on UWP and NetFX associated with new Dispose APIVance Morrison
2017-08-08Fix several typos (#23048)John Doe
2017-08-08Add diagnostics to help understand issueVance Morrison
2017-07-28Fix typoVance Morrison
2017-07-28Added clarifying commentVance Morrison
2017-07-26Enable the Dispose() method to EventCounterVance Morrison
2017-07-26Review feedback (nits)Vance Morrison
2017-07-25Avoid division by 0 when no samples are presentVance Morrison
2017-07-25Make tests very resiliant to timer skew.Vance Morrison
2017-07-25Add logging to help failure diagnosisVance Morrison
2017-07-25Add Timing informationVance Morrison
2017-07-25Fix testsVance Morrison
2017-07-25Fixed races in EventCounters. Preped to add Dispose() methodVance Morrison
2017-07-11Re-enable FuzzyTests. (#22058)Brian Robbins
2017-07-07Fix System.Diagnostic.Tracing Tests Running on UWP (#21745)Brian Robbins
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-21Fix leftover HTML entities &lt;Karel Zikmund
2017-06-21Convert docs to mrkdownKarel Zikmund
2017-06-20Add Corefx.Private.Test.Utilities solution (#21254)Hugh Bellamy
2017-06-18Fixup instances of [ThreadStatic] in test codeHugh Bellamy
2017-06-09Disable Tracing test whihc use private reflection.tijoytk
2017-06-08Merge pull request #20785 from vancem/AddDocsVance Morrison
2017-06-08Fix typo in file nameVance Morrison
2017-06-08Fixed typoVance Morrison
2017-06-08Added tutorial documentation (previousy generated)Vance Morrison
2017-06-07Let event tracing lifetime test fail.Tijoy Tom Kalathiparambil
2017-06-06Fixing System.Diagnostics.Tracing tests on uap-aotTijoy Tom Kalathiparambil
2017-05-31InteropEventProvider is built in provider in UAPAOTTijoy Tom Kalathiparambil
2017-05-26Update buildtools and extensions and do tests cleanup for new attributes beha...Santiago Fernandez Madero