Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

TemporaryTestHost for CoreFX on FreeBSD #300

Closed
ghost opened this issue Oct 3, 2015 · 2 comments
Closed

TemporaryTestHost for CoreFX on FreeBSD #300

ghost opened this issue Oct 3, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 3, 2015

Currently to run the tests on FreeBSD, one of the stoppers is TemporaryTestHost. We tried building with Linux test-host, but it fails all the tests as discussed here https://github.com/dotnet/coreclr/issues/1633#issuecomment-143669303. The error message when using linux temporary host is:

./run-test.sh: line 172:  3844 Abort trap              (core dumped) ./corerun xunit.console.netcore.exe $testDllName -x
ml testResults.xml -notrait category=failing -notrait category=OuterLoop -notrait category=$xunitOSCategory

Please make the buildtools available for FreeBSD at:
https://www.myget.org/F/dotnet-buildtools/api/v2/package/Microsoft.DotNet.CoreFx.FreeBSD.TemporaryTestHost/0.0.2-prerelease

which is required at corefx/run-test.sh#L100-L104, so we can further our progress.

/cc @mmitche, @akoeplinger, @josteink

@ellismg
Copy link

ellismg commented Oct 8, 2015

After my run-tests.sh work, this is no longer needed.

@ellismg ellismg closed this as completed Oct 8, 2015
@ghost
Copy link
Author

ghost commented Oct 8, 2015

Thanks @ellismg ! 👍
Forgot to close this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant