Skip to content

Conversation

@tmat
Copy link
Member

@tmat tmat commented Feb 19, 2019

Adds TestRuntimeAdditionalArguments property that allows to specify additional command line arguments passed to the test runtime (i.e. dotnet or mono). Applicable only when TestRuntime is Core or Mono.

Replaces MonoToolArgs.

@tmat
Copy link
Member Author

tmat commented Feb 19, 2019

@nguerrera @chsienki

@chsienki I'm wondering... should we pass --debug to mono by default when running tests? Seems like we would always want to get stack traces with line numbers when running tests on Mono, no?

@tmat tmat merged commit bac8524 into dotnet:master Feb 19, 2019
@tmat tmat deleted the TestRuntimeAddArgs branch February 19, 2019 23:44
@chsienki
Copy link
Member

@tmat I hadn't updated Roslyn yet, so no worries, I'll do so when this makes it into the rolsyn repo.

The mono folks seemed to think it was fairly harmless to always pass --debug, but it does make it slightly slower. Given that we've got the flag now to to let arcade consumers do so, maybe lets keep it off for now, and we can re-consider if we find lots of people needing to set it.

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.

2 participants