summaryrefslogtreecommitdiff
path: root/tests/src/baseservices/threading/generics
AgeCommit message (Collapse)AuthorFilesLines
2018-01-04Change monitor test (#15727)Koundinya Veluri10-20/+23
Relevant to https://github.com/dotnet/coreclr/issues/15592: - Not sure what is actually happening, guessing there is an exception during TryEnter() and the exception from Exit() from the finally block is hiding the actual exception - Moved TryEnter() to before the try block - Fixed pass/fail condition for some similar monitor tests
2017-11-27Remove excessive console output in debug builds in a set of monitor tests ↵Koundinya Veluri1-6/+0
(#15071)
2017-11-06Shorten delay in some monitor tests to avoid timeout (#14852)Koundinya Veluri1-72/+96
Shorten delay in some monitor tests to avoid timeout
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas140-700/+0
Deleted a few other irrelevant properties as well while I was on it. Fixes #7711
2016-08-23Moving baseservices tests to use uber project.jsonRama Krishnan Raghupathy147-779/+0
2016-07-29Using full versions, update CoreFX dependencies to beta-24328-05.Davis Goodin5-150/+170
To fix tests, change dnxcore50 -> netcoreapp1.0 and add test_runtime.
2016-05-22Update tests to build against rc3-24117-00 (#5154)Jan Kotas5-126/+130
2016-04-14Updating BuildToolsJose Perez Rodriguez5-0/+45
2016-03-10Add System.Threading.Thread to tests to restore missing types.Davis Goodin5-89/+94
Upgrade System.Runtime dependency for JIT tests to get GCHandle. Change system.runtime 4.0.20 to 4.1.0 rc2 dependency to try to copy the runtimes to CORE_ROOT. Fix new project.json files. Fix hardcoded Microsoft.DotNet.xunit.performance version. Upgrade System.Runtime.InteropServices to prerelease level to avoid type conflicts with System.Runtime.
2016-03-10Update dependencies on packages that don't exist.Davis Goodin2-2/+2
First checks to see if a stable version of that dependency was restored, and if not, found the stable.minor.patch version with the prerelease spec of the dependency.
2016-03-10Update all versions to validate.Davis Goodin2-24/+24
2016-03-04Change priority of tests in baseservices/threading to 1.Aditya Mandaleeka80-80/+80
2016-03-03Remove needless references to test library.Aditya Mandaleeka77-231/+0
2016-03-03Add license headers to ported threading tests.Aditya Mandaleeka81-0/+243
2016-03-03Remove Monitor/EnterExit15.Aditya Mandaleeka2-141/+0
2016-03-03Open source tests from baseservices/threading.Aditya Mandaleeka166-0/+13374
2016-03-02Change all dependency versions to match what was actually restored in the ↵Davis Goodin2-28/+28
checked-in lockfiles. Used a tool to look at lockfiles: when a dependency did not have a corresponding downloaded package, found the latest version that was downloaded and changed the project.json to match. This fixes any packages that don't exist (such as some beta-23302) and floating dependencies (*).
2016-03-02Use tooling to add Platforms dependencies and imports where necessary.Davis Goodin2-32/+34
2016-03-02Remove all lockfiles from source control.Davis Goodin2-6960/+0
2016-02-26Fix license header for test filesSean Gillespie60-0/+180
2015-11-24Update auto-generated project.lock.jsonJan Kotas2-678/+3764
2015-10-18Managed Test Portdotnet-bot126-0/+12579
This is a collection of managed runtime tests from an internal legacy test tree.