The Wayback Machine - https://web.archive.org/web/20201212190136/https://github.com/dotnet/corefx/pull/7535
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing #7455 to re-enable test filtering #7535

Merged
merged 1 commit into from Apr 6, 2016
Merged

Conversation

@jonmill
Copy link
Contributor

@jonmill jonmill commented Apr 6, 2016

Re-enabling binary filter for the test binaries where only the binaries for the platform specified will be built.

/cc @weshaggard - FYI that the $(TargetsUnix) part did not work for some reason, not sure why
/fyi @mellinoe

@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>

This comment has been minimized.

@weshaggard

weshaggard Apr 6, 2016
Member

Why are you removing these defaults? What happens now if you build one of these csproj's without passing in a configuration or osgroup?

This comment has been minimized.

@jonmill

jonmill Apr 6, 2016
Author Contributor

The System.Data.SqlClient csproj files do not have any OS-Specific includes so the Debug default will be fine. The Runtime.PInvoke csproj also does not have any OS-Specific includes but also has a default include in a later PropertyGroup, so the Windows Specific one was actually incorrect

This comment has been minimized.

@weshaggard

weshaggard Apr 6, 2016
Member

Even though System.Data.SqlClient might not have any OS-specific stuff the test project here does have a configuration section for the OS-specific stuff. If it isn't OS specific then we should also clean-up the configurations.

@weshaggard
Copy link
Member

@weshaggard weshaggard commented Apr 6, 2016

LGTM after green CI.

@mellinoe mellinoe merged commit b02e7e8 into dotnet:master Apr 6, 2016
8 checks passed
8 checks passed
Innerloop CentOS7.1 Debug Build and Test Build finished. No test results found.
Details
Innerloop CentOS7.1 Release Build and Test Build finished. No test results found.
Details
Innerloop OSX Debug Build and Test Build finished. No test results found.
Details
Innerloop OSX Release Build and Test Build finished. No test results found.
Details
Innerloop Ubuntu Debug Build and Test Build finished. No test results found.
Details
Innerloop Ubuntu Release Build and Test Build finished. No test results found.
Details
Innerloop Windows_NT Debug Build and Test Build finished. 143499 tests run, 42 skipped, 0 failed.
Details
Innerloop Windows_NT Release Build and Test Build finished. 143496 tests run, 42 skipped, 0 failed.
Details
@jonmill jonmill deleted the jonmill:builds branch Apr 6, 2016
@karelz karelz modified the milestone: 1.0.0-rtm Dec 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.