Commit Graph

126 Commits

Author SHA1 Message Date
Pavel Krymets 194ef76432
Use IntegrationTesting.IIS (#133) 2018-07-17 08:57:18 -07:00
Chris Ross (ASP.NET) 1f5df1eb0b React to IIS Express infrastructure changes 2018-05-30 16:28:43 -07:00
Chris Ross (ASP.NET) b6fedd6ea0 Enable x86 test 2018-05-23 09:47:10 -07:00
Chris Ross (ASP.NET) b30f0d3b90 Change to a test matrix approach 2018-05-16 10:56:30 -07:00
Ryan Brandenburg 91b5fb9ebd Clean up automated commit 2018-05-08 15:39:18 -07:00
Ryan Brandenburg 75e49b00af Upgrade to netcoreapp22 2018-05-08 15:39:18 -07:00
Justin Kotalik f181bc8c1f
Adds ANCM V2 (#116) 2018-05-03 13:49:57 -07:00
Mike Harder a30faf1a30
Skip ANCM v2 in-proc chunked tests (#111)
- Started failing after dependencies.props update: 46e3c69458
- Issue to un-skip: https://github.com/aspnet/ServerTests/issues/110
2018-04-16 20:57:08 -07:00
Justin Kotalik f4493b99bd
React to ANCM current addition and organize tests (#109) 2018-04-13 17:04:56 -07:00
Chris Ross (ASP.NET) 5356456766 Simplify test TFMs #82 2018-04-05 14:51:35 -07:00
Justin Kotalik f44af6b812
Reenable IISExpress out of process tests; add ANCM in process tests. (#106) 2018-04-04 12:35:23 -07:00
Chris R 13aa0ae513 Force HTTP/1.1 2018-03-09 21:45:50 -08:00
Justin Kotalik 6a928fbe73
Disabling tests due to 400 status code issues (#101) 2018-01-04 12:38:37 -08:00
Justin Kotalik a71b3f787b
Revert "Disabling tests until file path issues are resolved. (#97)" (#99) 2017-11-16 14:48:02 -08:00
Pranav K cf64cf2c4a Update samples and tests to target netcoreapp2.1 2017-11-16 12:28:31 -08:00
Pranav K 527a6dc97a Update samples and tests to target netcoreapp2.1 2017-11-15 15:54:25 -08:00
Justin Kotalik c14ef1a7a6
Disabling tests until file path issues are resolved. (#97) 2017-11-13 11:47:28 -08:00
Nate McMaster 20837fe049 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:44:15 -07:00
Nate McMaster e155b81434 Use PackageLineup to manage PackageReference versions 2017-08-29 12:15:58 -07:00
Nate McMaster 79bc233185 Use Directory.Build.props/targets 2017-08-29 12:06:39 -07:00
Chris R a66cca5e22 Add net461 test targets 2017-05-30 10:31:29 -07:00
Hao Kung c4414c362f ServerTests => Auth 2.0 2017-05-17 13:42:11 -07:00
Nate McMaster 6cbc736f68 Remove workaround from test project 2017-05-15 12:38:26 -07:00
Nate McMaster 8ecf6874e8 Upgrade test framework versions 2017-05-12 14:12:07 -07:00
Pavel Krymets cf9ab38796 Remove unnecessary package references (#84) 2017-05-10 11:48:06 -07:00
Chris Ross (ASP.NET) eff3bf5a09 Migrate to netcoreapp2.0 2017-05-05 09:50:31 -07:00
Andrew Stanton-Nurse 463612d3a6 remove integration test logging (#76)
now that logging.testing has it
2017-04-24 16:04:36 -07:00
Andrew Stanton-Nurse bfeff186e3 react to removal of PlatformAbstractions (#75) 2017-04-20 09:31:03 -07:00
Kiran Challa b52430674f Unskipped standalone functional tests 2017-04-13 23:21:29 -07:00
Kiran Challa fb28efe4f8 Removed code supplying runtime identifier to deployers 2017-04-13 15:07:18 -07:00
Kiran Challa 1d3747c071 Skipped standalone tests temporarily 2017-04-13 13:12:18 -07:00
Kiran Challa 676f4ba3e4 Converted test projects to run on netcoreapp2.0 2017-04-13 11:15:40 -07:00
Mike Harder 710864eff7 Skip NtlmAuthenticationTests.NtlmAuthentication test
- Workaround for regression in `dotnet run` (https://github.com/dotnet/sdk/issues/1118)
2017-04-12 13:38:34 -07:00
Andrew Stanton-Nurse 50299cbac6 react to aspnet/Hosting#1005 (#68) 2017-04-06 15:19:34 -07:00
Pranav K c950e713c2 Updating versions to 2.0.0-preview1 2017-04-04 06:33:09 -07:00
Andrew Stanton-Nurse 9b598201ff react to aspnet/Hosting#996 (#67) 2017-03-31 13:22:09 -07:00
Nate McMaster a2914ab483 Replace console logger with ITestOutputHelper (#64) 2017-03-28 10:13:37 -07:00
John Luo 7228c15e28 Use FrameworkSkipCondition
Instead of the removed SkipIfCurrentRuntimeIsCoreClr
2017-03-25 21:53:59 -07:00
Chris R 095e45953f Add System.Net.Http 4.3.1 dependency to work around HttpClient issues 2017-03-23 16:21:32 -07:00
Chris R 5491ec56fd Revert "Temporarily skipping failing NTLM tests"
This reverts commit 1b5beea573.
2017-03-23 15:30:46 -07:00
Pranav K 1b5beea573 Temporarily skipping failing NTLM tests 2017-03-23 09:22:12 -07:00
Pranav K 6e1a53f1f5 Remove net451 as a cross-compile target 2017-03-22 19:21:49 -07:00
Nate McMaster 3ec8b76236 Consolidate dependency versions into one file and remove workarounds 2017-03-15 19:05:25 -07:00
Kiran Challa 5ff734bb71 [Fixes #53] Enable skipped Standalone tests 2017-03-09 15:34:34 -08:00
Doug Bunting 2773777ed1 Use .NET 4.5.2 target framework when deploying test sites
- follow-up to 0527786
- sites are also built for .NET 4.5.2 in desktop runs
2017-02-14 18:17:28 -08:00
Doug Bunting 0527786686 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-14 13:19:30 -08:00
Kiran Challa 0f27c30d90 Upgraded to VS 2017 RC 2017-02-03 09:47:10 -08:00
Pranav K 13edf7a27b Updating to 4.4 CoreFx packages 2016-12-14 14:47:31 -08:00
Chris R a3a583b910 Add a runtimes section to fix win7 2016-11-23 11:52:02 -08:00
Chris R e57ded038b #46 Test support for bin deployed aspnetcore.dll 2016-11-22 15:54:46 -08:00