Skip to content

Conversation

pakrym
Copy link

@pakrym pakrym commented Apr 20, 2018

No description provided.

Tratcher and others added 30 commits October 30, 2015 10:21
This fixes a build error related to missing 'BindingFlags' and 'GetMethod'
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
- use Ubuntu 14.04 (Trusty)
  - Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
Link to xUnit's docs for version guidance
- #193
- previously relied on `OperatingSystem` string which can have many values
  - some xplat tests e.g. MVC repo on Mac are currently failing due to this bug
- add `TestPlatformHelperTest`

nits:
- remove unused variable from `[OSSkipCondition]`
- clean up some long lines
- move `OSSkipConditionAttributeTest` to correct namespace
- move `OSSkipConditionFacts` to correct project, fix its namespace and rename class
@pakrym pakrym requested review from pranavkm and natemcmaster April 20, 2018 21:54
@natemcmaster
Copy link

Can we wait to discuss in eng triage first? We need to consider the broader impact of merging repos, e.g. servicing, CI, automation, etc.

@pakrym pakrym changed the title Move Testing code [WIP] Move Testing code Apr 20, 2018
@pakrym pakrym closed this Apr 20, 2018
@muratg
Copy link

muratg commented May 1, 2018

Let's bring this back and do it.

@muratg muratg reopened this May 1, 2018
@pakrym pakrym force-pushed the pakrym/Merge-testing branch from 81f4363 to dff249a Compare May 3, 2018 16:30
@pakrym pakrym force-pushed the pakrym/Merge-testing branch from dff249a to 43a6d7b Compare May 3, 2018 16:32
@pakrym pakrym changed the title [WIP] Move Testing code Move Testing code May 3, 2018
@pakrym
Copy link
Author

pakrym commented May 3, 2018

Builds and tests, ready for review.

Copy link

@muratg muratg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@pakrym pakrym merged commit a88cbfc into dev May 3, 2018
@natemcmaster natemcmaster deleted the pakrym/Merge-testing branch October 25, 2018 00:25
@ghost ghost locked as resolved and limited conversation to collaborators May 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.