Skip to content

Commit fe01440

Browse files
committed
Enable async feature/tests
1 parent e1a5627 commit fe01440

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/coreclr/inc/clrconfigvalues.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ RETAIL_CONFIG_DWORD_INFO(EXTERNAL_EnableRiscV64Zbb, W("EnableRiscV64
710710
#endif
711711

712712
// Runtime-async
713-
RETAIL_CONFIG_DWORD_INFO(UNSUPPORTED_RuntimeAsync, W("RuntimeAsync"), 0, "Enables runtime async method support")
713+
RETAIL_CONFIG_DWORD_INFO(UNSUPPORTED_RuntimeAsync, W("RuntimeAsync"), 1, "Enables runtime async method support")
714714

715715
///
716716
/// Uncategorized

src/tests/async/Directory.Build.targets

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,5 @@
1212
<DisableProjectBuild Condition="'$(TestBuildMode)' == 'nativeaot' and '$(TargetArchitecture)' == 'arm64'">true</DisableProjectBuild>
1313
</PropertyGroup>
1414

15-
<PropertyGroup>
16-
<!-- runtime async testing in main repo NYI -->
17-
<DisableProjectBuild Condition="'$(TestBuildMode)' != 'nativeaot'">true</DisableProjectBuild>
18-
</PropertyGroup>
19-
2015
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets, $(MSBuildThisFileDirectory)..))" />
2116
</Project>

0 commit comments

Comments
 (0)