Skip to content

Commit 4c20945

Browse files
authored
[xharness] monotouch-test + interpreter + release is working now.
1 parent a4d45cc commit 4c20945

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/xharness/Jenkins/TestVariationsFactory.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ IEnumerable<TestData> GetTestData (RunTestTask test)
111111
yield return new TestData { Variation = "Release (NativeAOT, x64)", Debug = false, PublishAot = true, Ignored = ignore, RuntimeIdentifier = x64_sim_runtime_identifier, LinkMode = "Full" };
112112
if (supports_interpreter) {
113113
yield return new TestData { Variation = "Debug (interpreter)", TestVariation = "interpreter", Debug = true, Profiling = false, Ignored = ignore };
114-
// interpreter+release fails due to https://github.com/dotnet/runtime/issues/110649.
115-
// yield return new TestData { Variation = "Release (interpreter)", TestVariation = "interpreter", Debug = false, Profiling = false, Ignored = ignore, UseLlvm = false };
114+
yield return new TestData { Variation = "Release (interpreter)", TestVariation = "interpreter", Debug = false, Profiling = false, Ignored = ignore, UseLlvm = false };
116115
}
117116
break;
118117
case "introspection":

0 commit comments

Comments
 (0)