Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc03060

Browse files
Add some minimal GcStress coverage
Without the fix, this test quickly crashed under stress.With the fix, it passes without issue.
1 parent5f3de59 commitcc03060

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/tests/nativeaot/SmokeTests/DynamicGenerics/DynamicGenerics.csproj‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
<RdXmlFileInclude="rd.xml" />
1717
</ItemGroup>
1818

19+
<ItemGroupCondition="'$(TargetsWasm)' == 'true'">
20+
<!-- NativeAOT-LLVM: make this relatively involved test our GC stress victim.-->
21+
<IlcArgInclude="--codegenopt:JitGcStress=1" />
22+
</ItemGroup>
23+
1924
<ItemGroup>
2025
<CompileInclude="*.cs" />
2126
<CompileInclude="Internal\*.cs" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp