-
Notifications
You must be signed in to change notification settings - Fork 5.3k
src/tests tree test xunit-based source generated runner #60846
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
Merged
jkoritzinsky
merged 39 commits into
dotnet:main
from
jkoritzinsky:xunit-runner-generator
Nov 17, 2021
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
1bbfc9c
Add a basic xunit runner generator that generates a top-level-stateme…
jkoritzinsky 6523a11
Fix some bugs in the generator. Convert the Interop/PInvoke/Vector2_3…
jkoritzinsky 6143a48
Implement support for [Fact] methods that are instance methods on IDi…
jkoritzinsky 9b9ae95
Import enum sources from XUnitExtensions and hook up support for some…
jkoritzinsky 54e93eb
Add one more newline
jkoritzinsky 14ca067
Add preliminary support for building an IL test runner using the sour…
jkoritzinsky 149ffe2
Rename to make the logic clearer.
jkoritzinsky 23b7975
Update src/tests/Common/XUnitWrapperGenerator/XUnitWrapperGenerator.cs
jkoritzinsky 623cc48
Add support for extern-alias with references (to handle conflicting n…
jkoritzinsky a20864e
Apply suggestions from code review
jkoritzinsky 4a7ebe9
Merge branch 'main' of github.com:dotnet/runtime into xunit-runner-ge…
jkoritzinsky f5009c8
Update src/tests/Common/XUnitWrapperGenerator/XUnitWrapperGenerator.cs
jkoritzinsky 59960aa
Add the XUnit wrapper generator to the list of ambient project depend…
trylek 191ac42
Fix nullability bug in XUnitWrapperGenerator
trylek a2bdb78
Merge branch 'main' of github.com:dotnet/runtime into xunit-runner-ge…
jkoritzinsky e597fec
Merge branch 'main' of github.com:dotnet/runtime into xunit-runner-ge…
jkoritzinsky e783f9e
Write out the exception that caused the test to fail to the console.
jkoritzinsky c978193
Convert the Castable test to use the generator
jkoritzinsky 270144b
Support running the xunit wrapper generator in "standalone" mode for …
jkoritzinsky 4c73d6f
Add first draft of result reporting infrastructure.
jkoritzinsky e81deda
Fix IL .assembly directive to be the assembly name that can be resolv…
jkoritzinsky 4f9dcbb
Add test reporting for "merged test runner" assemblies.
jkoritzinsky d5961f6
Add Microsoft.DotNet.XUnitExtensions to the targetting pack.
jkoritzinsky 4d412d0
Add support for the rest of ActiveIssueAttribute
jkoritzinsky 377b8a0
Add support for more attributes and clean up code.
jkoritzinsky 835f56d
Add support for SkipOnCoreClrAttribute.
jkoritzinsky c84c5d1
Merge branch 'main' of github.com:dotnet/runtime into xunit-runner-ge…
jkoritzinsky b7fb243
Support running tests with the [Fact] attribute that return 100 for s…
jkoritzinsky d49c1f4
Fix failures and update comment
jkoritzinsky 1b19bed
Update src/tests/Common/XUnitWrapperGenerator/ITestInfo.cs
jkoritzinsky 040877c
Fix handling of SkipOnCoreClrAttribute and SkipOnMonoAttribute with R…
jkoritzinsky d736995
Add support for running tests marked with <RequiresProcessIsolation>t…
jkoritzinsky a77d13c
Merge branch 'main' into xunit-runner-generator
jkoritzinsky 04650fd
Add support for substring-based test filtering and add infrastructure…
jkoritzinsky 8ef73bd
Integrate work from #61224 with some modifications based on offline d…
jkoritzinsky 5881fa1
Fix Castable.csproj and fix SkipOnMono/SkipOnCoreCLR attribute support.
jkoritzinsky eccf29a
Work around tests that hit compiler limits. Move tests that used Xuni…
jkoritzinsky ccd08a2
Rewrite how superpmicollect sets up its testing to make it more frien…
jkoritzinsky db68ce4
Add back the _BuildSpmiTestProjectScripts target since I'm not sure w…
jkoritzinsky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add test reporting for "merged test runner" assemblies.
- Loading branch information
commit 4f9dcbbe4d2c3cef3ec08fc0b0574cab1fd0ac38
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.