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 (Collapse)Author
2017-05-25This is no longer neededWes Haggard
We only ever used this for nano which we don't any longer so deleting.
2017-03-16Fix path referenced in run-test.cmdEric Mellino
2017-02-05Fix run-tests.bat (#15811)Dan Moseley
2016-10-08Fix _echo to be uniform (_echo just needs to be defined for it to be on). ↵Vance Morrison
(#12475)
2016-07-11Check for RunTest.cmd before running test on Nano.Lakshmi Priya Sekar
2016-05-25Back out change made in 0eb598b in favor of a different solution.Joel Hendrix
After some discussion we have decided to back out the change made in commit 0eb598b and disable the offending tests with multiple target groups. A long-term fix will be submitted later.
2016-05-25Update tests to use NETCoreApp1.0 monikerEric St. John
Requires https://github.com/dotnet/buildtools/pull/751 This makes all the tests resolve using NETCoreApp1.0 instead of DNXCore50. I've removed the netstandard1.6 import since that is no longer needed. I've also removed the workarounds from tests that were targeting netcoreapp1.0 on their own. For restore compat I've added an DNXCore50 import to every test project. These can be removed once test-runtime packages are updated to target NETCoreApp1.0. I've updated all the test scripts which were assuming DNXCore50 as well as docs which referred to this path.
2016-05-24Move tests that don't specify a target group their own directory.Joel Hendrix
Today when a test that specifies a target group is built it will place the output for that target group in a subdirectory of the build with an empty target group; this leads to a race condition in the build when ArchiveTests is set to true. Instead, place each test build in its own directory; and in cases where TargetGroup is empty use netstandard as the subdirectory name. Update the test runner scripts with the new default directory. Pick up latest build tools for some fixes for the official build.
2016-05-05Update run-tests.[sh|cmd] for universal runnersMatt Ellis
The build now generates a script that actually finishes layout out the tests and invokes CoreRun, so we need to invoke that instead of calling it ourselves.
2016-04-19Update netci and run-test to use the IgnoreForCI trait in JenkinsIan Hays
pdates the netci.groovy and runtest.sh files to pass -notrait Category=IgnoreForCI to build.cmd and run-test.sh in Jenkins so that we can disable tests from running when they're being run in Jenkins.
2016-04-14Run only dnxcore50 tests on nano.Lakshmi Priya Sekar
2016-03-25Make "@echo off" configurable.Joel Hendrix
Echo is unconditionally turned off in batch files making it hard to debug issues. This change provides a way to leave echo on by setting the _echo environment var to on.
2016-03-04Excluded outerloop tests from nano run till running elevation is figured out.Lakshmi Priya Sekar
2016-03-04Exclude perf tests from nano runs.Lakshmi Priya Sekar
2016-02-26Add Windows Nano Server outerloop job to Jenkins.Lakshmi Priya Sekar