Skip to content

Conversation

@daxian-dbw
Copy link
Member

Some class related parser tests may cause Travis build to hang if they are running with CrossGen'ed assemblies. This is an issue to the CrossGen utility, and it's tracked by https://github.com/dotnet/coreclr/issues/9745.

To work around the issue, we made the following changes to our build:

  1. For pull request and push commit, build without '-CrossGen' and run the parsing tests
  2. For daily build, build with '-CrossGen' but don't run the parsing tests

The recent [Feature] tag support allows us to run the full build in PR or Commit-Push CI builds. The parser tests should run in those [Feature] tag builds, so we need to make sure the [Feature] tag builds don't use -CrossGen before running the tests.

Two other changes:

  1. Skip inheritance tests during daily build.
  2. Update badge only in daily build.

Copy link
Member

@adityapatwardhan adityapatwardhan left a comment

Choose a reason for hiding this comment

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

LGTM

@daxian-dbw
Copy link
Member Author

The failures in AppVeyor are all *-PSSessionConfiguration related, not caused by this PR.

@adityapatwardhan adityapatwardhan merged commit 5d53bd3 into PowerShell:master Aug 9, 2017
@daxian-dbw daxian-dbw deleted the hangtest branch August 9, 2017 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants