summaryrefslogtreecommitdiff
path: root/tests/src/baseservices
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Davis Goodin45-630/+630
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 Goodin45-720/+765
2016-03-02Remove all lockfiles from source control.Davis Goodin45-156600/+0
2016-02-26Fix license header for test filesSean Gillespie222-0/+666
2016-01-20Changed tests that were causing build failure from pri 1 to pri 2William Godbe103-103/+103
2016-01-20Fix typo outter → outerJon Hanna1-1/+1
Some comments, a test's logged statement, and a macro parameter name.
2015-11-24Update auto-generated project.lock.jsonJan Kotas45-15255/+84690
2015-11-16Replace Unicode symbols with escape sequence in test source filesAlexander Köplinger1-1/+1
Those files don't have a BOM and can be misinterpreted.
2015-10-30Fixed failing test 'InnerFinally'William Godbe1-1/+1
2015-10-18Managed Test Portdotnet-bot674-0/+132591
This is a collection of managed runtime tests from an internal legacy test tree.