Skip to content

Commit 6b1ce6e

Browse files
committed
Enable async feature/tests
1 parent a7a7368 commit 6b1ce6e

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
@@ -715,7 +715,7 @@ RETAIL_CONFIG_DWORD_INFO(EXTERNAL_EnableRiscV64Zbb, W("EnableRiscV64
715715
#endif
716716

717717
// Runtime-async
718-
RETAIL_CONFIG_DWORD_INFO(UNSUPPORTED_RuntimeAsync, W("RuntimeAsync"), 0, "Enables runtime async method support")
718+
RETAIL_CONFIG_DWORD_INFO(UNSUPPORTED_RuntimeAsync, W("RuntimeAsync"), 1, "Enables runtime async method support")
719719

720720
///
721721
/// Uncategorized

src/tests/async/Directory.Build.targets

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,5 @@
44
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'mono' or '$(TestBuildMode)' == 'nativeaot' or '$(TargetArchitecture)' == 'wasm'">true</DisableProjectBuild>
55
</PropertyGroup>
66

7-
<PropertyGroup>
8-
<!-- runtime async testing in main repo NYI -->
9-
<DisableProjectBuild>true</DisableProjectBuild>
10-
</PropertyGroup>
11-
127
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets, $(MSBuildThisFileDirectory)..))" />
138
</Project>

0 commit comments

Comments
 (0)