Failure test cases.#35
Merged
AaronRobinsonMSFT merged 1 commit intoJul 29, 2020
Merged
Conversation
the attribute name. Add test cases for compilation failures.
scalablecory
pushed a commit
that referenced
this pull request
Sep 22, 2020
jkoritzinsky
pushed a commit
to jkoritzinsky/runtime
that referenced
this pull request
Sep 20, 2021
…e_test_case Failure test cases. Commit migrated from dotnet/runtimelab@48b8361
MichalStrehovsky
added a commit
to MichalStrehovsky/runtimelab
that referenced
this pull request
Oct 15, 2021
* Implement function pointer signatures Will be needed to trim anything touching corelib. Fixes dotnet#35. * Fix modifiers rewrite Co-authored-by: vitek-karas <vitek.karas@microsoft.com>
agocke
pushed a commit
that referenced
this pull request
Jan 31, 2026
* Gate and new Lock, also GC thread spin/rate * barrier tweaks * GetGCSafeMethodTable * Suspend SpinWait tweak * GetMemoryInfo throttling * collection heuristics * avail ram * recycler and env changes * barriers * bulk copy * gc spin tweak * TryPopWithTryEnter * small commit is back * m_helperWoken * AskForHelp * tweaks * do stacks last * only lock changes * AllocAligned * misalign TLABs * prefer concurrent in LowLat mode * worklist * spin in TryEnter * rationalizing mark chunk size * shorter card groups * a few todos * Gen0 Gen1 switches * gcTHP switch * tweak conc block time * more conservative trimming * fixes for OSX * fix for arm64 * tweak helper counts * round up * helper --> worker
agocke
pushed a commit
that referenced
this pull request
Mar 19, 2026
* Gate and new Lock, also GC thread spin/rate * barrier tweaks * GetGCSafeMethodTable * Suspend SpinWait tweak * GetMemoryInfo throttling * collection heuristics * avail ram * recycler and env changes * barriers * bulk copy * gc spin tweak * TryPopWithTryEnter * small commit is back * m_helperWoken * AskForHelp * tweaks * do stacks last * only lock changes * AllocAligned * misalign TLABs * prefer concurrent in LowLat mode * worklist * spin in TryEnter * rationalizing mark chunk size * shorter card groups * a few todos * Gen0 Gen1 switches * gcTHP switch * tweak conc block time * more conservative trimming * fixes for OSX * fix for arm64 * tweak helper counts * round up * helper --> worker
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add testing for attribute discovery in cases where the user prefixes the attribute name.
Add test cases for compilation failures.
/cc @jkoritzinsky @elinor-fung