Enable mandelbrot-7 (#69915)
authorFan Yang <52458914+fanyang-mono@users.noreply.github.com>
Wed, 1 Jun 2022 15:16:04 +0000 (11:16 -0400)
committerGitHub <noreply@github.com>
Wed, 1 Jun 2022 15:16:04 +0000 (11:16 -0400)
eng/pipelines/runtime-extra-platforms-other.yml
src/tests/issues.targets

index 51aa593..dd8a6e0 100644 (file)
@@ -488,13 +488,11 @@ jobs:
           eq(dependencies.evaluate_paths.outputs['SetPathVars_runtimetests.containsChange'], true),
           eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
           eq(variables['isRollingBuild'], true))
-      # NOTE: Per PR test execution is not recommended for runtime tests 
-      ${{ if eq(variables['isRollingBuild'], true) }}:
-        # extra steps, run tests
-        extraStepsTemplate: /eng/pipelines/common/templates/runtimes/android-runtime-and-send-to-helix.yml
-        extraStepsParameters:
-          creator: dotnet-bot
-          testRunNamePrefixSuffix: Mono_$(_BuildConfig)
+      # extra steps, run tests
+      extraStepsTemplate: /eng/pipelines/common/templates/runtimes/android-runtime-and-send-to-helix.yml
+      extraStepsParameters:
+        creator: dotnet-bot
+        testRunNamePrefixSuffix: Mono_$(_BuildConfig)
 
 #
 # Mono CoreCLR runtime Test executions using live libraries in jit mode
index 47fb27b..dc23d91 100644 (file)
         </ExcludeList>
     </ItemGroup>
 
-    <ItemGroup Condition=" $(TargetOS) == 'Android' And '$(RuntimeVariant)' == 'monointerpreter' " >
-        <ExcludeList Include = "$(XunitTestBinBase)/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7/**">
-            <Issue>https://github.com/dotnet/runtime/issues/55528</Issue>
-        </ExcludeList>
-    </ItemGroup>
-
     <ItemGroup Condition=" $(TargetOS) == 'iOSSimulator' " >
         <ExcludeList Include = "$(XunitTestBinBase)/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest/**">
             <Issue>missing assembly</Issue>