summaryrefslogtreecommitdiff
path: root/tests/src/baseservices
AgeCommit message (Expand)AuthorFilesLines
2017-06-28Reduce excessive loop count in interlocked tests (#12222)Steve MacLean2-4/+4
2017-05-29Make linux test build workedRoman Artemev155-214/+214
2017-05-26ISerializable cleanup (#11873)Morgan Brown1-18/+3
2017-04-19Add test coverage for Rank 1 multidimensional arrays (#11034)Michal Strehovský2-0/+191
2017-04-04Removed Unused Local Random Instances (#10696)Rion Williams1-3/+0
2017-03-27Add heuristic to trigger GC to finalize dead threads and clean up han… (#10...Koundinya Veluri2-0/+75
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas609-2806/+0
2017-03-13Pick up new CoreFX packages and abandon old oneswtgodbe2-2/+2
2016-11-09Inliner: support inlining of methods with pinned localsAndy Ayers1-0/+1
2016-09-19test FixedAddressValueType and RuntimeWrappedExceptionRama Krishnan Raghupathy6-0/+291
2016-09-16Exposing ExecuteCodeWithGuaranteedCleanup in mscorlibRama Krishnan Raghupathy2-0/+104
2016-09-16Exposing RunModuleConstructor in mscorlibRama Krishnan Raghupathy4-0/+233
2016-08-23 Infra changes to unify the tests to be built against a common project.json.Rama Krishnan Raghupathy1-2/+0
2016-08-23Moving baseservices tests to use uber project.jsonRama Krishnan Raghupathy780-9161/+0
2016-08-08Fix compiler warningsRahul Kumar1-13/+14
2016-07-29Using full versions, update CoreFX dependencies to beta-24328-05.Davis Goodin93-2731/+3103
2016-06-13Keep mutex alive to avoid race condition in openmutexpos4 testwtgodbe1-14/+15
2016-05-22Update tests to build against rc3-24117-00 (#5154)Jan Kotas93-1894/+1910
2016-05-20Merge pull request #5124 from gkhanna79/Fix4940Gaurav Khanna4-0/+226
2016-05-20Throw InvalidProgramException when a method with varargs is encountered.Gaurav Khanna4-0/+226
2016-05-19Revert "Change to reject varag methods"Gaurav Khanna4-226/+0
2016-05-19Merge pull request #5075 from gkhanna79/Fix4940Gaurav Khanna4-0/+226
2016-05-19Removing ' from bash command lineRama Krishnan Raghupathy2-2/+2
2016-05-19Throw InvalidProgramException when a method with varargs is encountered.Gaurav Khanna4-0/+226
2016-05-17Fix for issue# 3651Rahul Kumar1-0/+2
2016-05-13Removing Redundant Projects that are BuildOnly :Rama krishnan Raghupathy57-1604/+54
2016-05-07Fixes multidim array Get Accessor for enum datatype (#4808)Rahul Kumar4-0/+145
2016-05-03Add test for Begin/EndInvoke throwing PlatformNotSupportedException.Aditya Mandaleeka3-0/+145
2016-04-14Updating BuildToolsJose Perez Rodriguez92-33/+861
2016-03-23Fix some tests in the EHPatternTests on UnixJan Vorlicek1-1/+1
2016-03-21Disable OutOfMemoryException test in HardwareEh testwtgodbe1-3/+3
2016-03-19Move all new tests to Pri 1.Aditya Mandaleeka163-0/+163
2016-03-19Delete tests that rely on Thread Abort functionalityAditya Mandaleeka28-1693/+0
2016-03-19Update project.json files.Aditya Mandaleeka34-837/+909
2016-03-19Open source more threading tests.Aditya Mandaleeka422-483/+24944
2016-03-10Add new dependencies to tests where package upgrade moved types.Davis Goodin2-0/+2
2016-03-10Fix arm64 build breakRahul Kumar1-2/+1
2016-03-10Fix the centralized GC test project.jsons and other new project.jsons from me...Davis Goodin5-76/+81
2016-03-10Add System.Threading.Thread to tests to restore missing types.Davis Goodin59-381/+440
2016-03-10Update dependencies on packages that don't exist.Davis Goodin49-49/+49
2016-03-10Update all versions to validate.Davis Goodin49-588/+588
2016-03-09Port EH tests.Rahul Kumar151-89/+11812
2016-03-07Fix race condition in Pri 2 tests, and revert those tests to Pri 1William Godbe103-180/+103
2016-03-04Change priority of tests in baseservices/threading to 1.Aditya Mandaleeka105-105/+105
2016-03-03Remove needless references to test library.Aditya Mandaleeka94-282/+0
2016-03-03Add license headers to ported threading tests.Aditya Mandaleeka109-2/+329
2016-03-03Remove Monitor/EnterExit15.Aditya Mandaleeka2-141/+0
2016-03-03Open source tests from baseservices/threading.Aditya Mandaleeka228-0/+16836
2016-03-02Change all dependency versions to match what was actually restored in the che...Davis Goodin45-630/+630
2016-03-02Use tooling to add Platforms dependencies and imports where necessary.Davis Goodin45-720/+765