Skip to content

Commit

Permalink
deletes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky committed Apr 28, 2021
1 parent 11f139f commit 09dbd42
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion eng/Subsets.props
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<PropertyGroup>
<DefaultCoreClrSubsets>clr.native+linuxdac+clr.corelib+clr.tools+clr.nativecorelib+clr.packages</DefaultCoreClrSubsets>

<DefaultNativeAotSubsets>clr.alljits+nativeaot.tools+nativeaot.libs</DefaultNativeAotSubsets>
<DefaultNativeAotSubsets>clr.jit+nativeaot.tools+nativeaot.libs</DefaultNativeAotSubsets>

<DefaultMonoSubsets Condition="'$(MonoEnableLLVM)' == 'true' and '$(MonoLLVMDir)' == ''">mono.llvm+</DefaultMonoSubsets>
<DefaultMonoSubsets Condition="'$(MonoAOTEnableLLVM)' == 'true' and '$(MonoAOTLLVMDir)' == ''">mono.llvm+</DefaultMonoSubsets>
Expand Down
1 change: 0 additions & 1 deletion eng/testing/RunnerTemplate.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ popd
echo ----- end %DATE% %TIME% ----- exit code %ERRORLEVEL% ----------------------------------------------------------
:: The helix work item should not exit with non-zero if tests ran and produced results
:: The special console runner for runtime returns 1 when tests fail
echo HELIX_WORKITEM_PAYLOAD is %HELIX_WORKITEM_PAYLOAD%
if %ERRORLEVEL%==1 (
if not "%HELIX_WORKITEM_PAYLOAD%"=="" (
exit /b 0
Expand Down
3 changes: 0 additions & 3 deletions eng/testing/tests.singlefile.targets
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@

<!-- xunit calls MakeGenericType to check if something is IEquatable -->
<IlcArg Include="--feature:System.Reflection.IsTypeConstructionEagerlyValidated=false" />

<!-- Disable background GC because we have issues with it - https://github.com/dotnet/runtimelab/issues/940 -->
<IlcArg Include="--runtimeopt:RH_DisableBGC=1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions src/libraries/System.Runtime/tests/System/GCTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,6 @@ long CallGetTotalAllocatedBytes(long previous)
}
}

[ActiveIssue("https://github.com/dotnet/runtimelab/issues/939" /* NativeAot */)]
[Fact]
[OuterLoop]
private static void AllocateUninitializedArray()
Expand Down Expand Up @@ -969,7 +968,6 @@ private static void AllocateUninitializedArray()
}
}

[ActiveIssue("https://github.com/dotnet/runtimelab/issues/939" /* NativeAot */)]
[Fact]
[OuterLoop]
private static void AllocateArray()
Expand Down

0 comments on commit 09dbd42

Please sign in to comment.