aspnet / ServerTests

[Archived] Tests for Helios, WebListener and Kestrel. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
21 stars 13 forks source link

ServerTests only target net451 #34

Closed pranavkm closed 8 years ago

pranavkm commented 8 years ago

Consequently we run none of these tests in cross plat

cc @BrennanConroy

BrennanConroy commented 8 years ago

Need to check other repos for similar issues

Tratcher commented 8 years ago

oh... The tests are like this because some of the infrastructure requires net451 (like IIS). Core CLR tests are still run on Windows because the target framework is selected inside the test and it launches a sub process.

Needs work for x-plat.

BrennanConroy commented 8 years ago

Fixed in https://github.com/aspnet/ServerTests/commit/b8422416f58895289645384bf9350ed68c5379cd