summaryrefslogtreecommitdiff
path: root/tests/src/dir.props
AgeCommit message (Collapse)AuthorFilesLines
2017-03-22Switch tests to use OSX.10.12 RID (#10394)Gaurav Khanna1-1/+1
2017-03-13Pick up new CoreFX packages and abandon old oneswtgodbe1-1/+6
2017-01-24Add support for running CoreCLR Tests in Helixwtgodbe1-9/+2
2016-11-02Specify .NETCoreApp,Version=v1.1 for test projects (#7937)Davis Goodin1-0/+3
2016-09-15Enable Building Libraries for ilprojRama Krishnan Raghupathy1-1/+0
2016-09-01Upgrade xunit version to avoid specialized restoreDavis Goodin1-0/+9
Upgrade xunit from 2.1.0 to 2.2.0-beta2-build3300. Restore xunit.runner.msbuild during normal test build. Remove unused reference to xunit 2.1.0. Replace "2.1.0" with "$(XunitPackageVersion)" for direct path to files. Upgrade xunit used by GCPerfTestFramework and fix helix path. Upgrade Microsoft.DotNet.xunit.performance and Microsoft.DotNet.xunit.performance.metrics to 1.0.0-alpha-build0040. Upgrade XunitPerformanceDependency packages to 1.0.0-alpha-build0040. Include scripts project.json in validation, update them. Don't use helix.targets in generated xunit wrappers. Copy TestTFM defaulting logic from CoreFX dir.props. Tweak default wrapper TFM per platform, and use real RID instead of relying on fallthrough.
2016-08-23 Infra changes to unify the tests to be built against a common project.json.Rama Krishnan Raghupathy1-1/+5
1. tests\src\Common\test_dependencies\project.json - To consume corefx and other nuget feeds 2. tests\src\Common\empty\project.json - To build against the mscorlib facade,to use this just Add <ReferenceLocalMscorlib>true</ReferenceLocalMscorlib> to your project
2016-05-19Initial Ready-to-Run tests for genericsJohn Chen (CLR)1-0/+5
* Added some generics tests intended for testing Ready-to-Run feature. * Added capability to set ZapRequire=1, to ensure methods are pre-compiled. * Fix spelling of environment variables for case-sensitive platforms.
2016-04-05Remove hardcoded versions from runtests.proj.Davis Goodin1-0/+2
Put project.json for Xunit test wrappers in file system instead of generating. This lets dependency validation check the versions and reduces the number of project.json files to restore because all csproj's point to a single project.json and lockfile. Adds XunitPackageVersion property that is used to always generate a valid project.json for xunit.runner.msbuild.
2016-03-04add TargetsWindows property required by cloudtest.targets in buildtools packageRahul Kumar1-0/+44
2015-11-05Add some targeted by-value struct passing tests.Pat Gavlin1-0/+9
These tests target the SysV AMD64 ABI in particular, which relies on field types to decide how to pass by-value structs.
2015-10-22Changes required to enable crossgen on the tests.Bryan Arant1-0/+1
2015-10-15Changes to Test InfrastructureKoundinya Veluri1-0/+1
The following changes are being submitted in order to prepare for a large collection of tests to be ported from the internal legacy test tree. - Adds "build kinds" to the test tree. - Adds some documentation for the test tree - Adds a Test Priority feature (see documentation Documentation/project-docs/tests.md for more information. - Dropped the cs_template.csproj types and converted to individual CSProject files.
2015-09-15Handle pre- and post-commands gracefully in bash execution scripts.Aditya Mandaleeka1-5/+0
Existing tests can specify pre- or post-commands that are injected into the execution scripts. However, today these are all using Windows syntax so they break the bash scripts. We will handle that by skipping any tests that are using pre- or post-commands unless they specify the bash-specific equivalent. The scripts will continue to run and just exit with an exit code that indicates a skip, so that the skipped tests are tracked and not just hidden. Also, this change moves the global pre-command that was being added for running __TestEnv into the bash/batch targets rather than in the dir.props file that is used for all platforms.
2015-07-09Move CoreCLR to the modern build tools and dnxMatt Mitchell1-0/+3
This changes moves coreclr onto DNX (same version as corefx). Theoretically, this should allow these tests to target the desktop CLR. All of the old package.config files are gone and replaced with corresponding project.json files. The up front restore behavior is retained. Tests are now buildable individually, though not runnable in a similar fashion.
2015-03-04Add Support for Custom Test Environment SettingsSwaroop Sridhar1-1/+1
RunTest.Cmd had limited suport for setting test environment (ex: Specifying use of alternate Jit) This change generalizes this support so that the clients can specify a test environment script that will be run to set custom settings in the test-environment. Usage is: Runtest TestEnv <test-env-script> ...
2015-02-22Allow alternative JIT configurable.Bengu Li1-2/+2
2015-02-22Change alternative JIT name to LLILCBengu Li1-2/+2
2015-02-12Expand the availability of MSILC JIT to all testsBengu Li1-1/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+13
[tfs-changeset: 1407945]