Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-03-08 13:45:16 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2021-03-09 13:45:51 +0300
commitfdf57e77442b94c38ac1d4f33e8be752351a8db5 (patch)
treec0b405e48fc010f049c2635a9b4f43a06311a9d4
parent8c552e98bd60bcbc47f8cafbc8c34a9433516ac8 (diff)
Disable DebuggerTests.Crash since it fails on Linux i386 in CImono-6.12.0.126
See https://github.com/mono/mono/issues/20905 (cherry picked from commit 7eb63051a8b49d9174dd65a319b6b08f98385ad9)
-rw-r--r--mcs/class/Mono.Debugger.Soft/Test/dtest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
index 8c953f6fe3d..0fbe87421db 100644
--- a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
+++ b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
@@ -2475,6 +2475,7 @@ public class DebuggerTests
[Test]
[Category("NotOnWindows")]
[Category ("AndroidSdksNotWorking")]
+ [Ignore("https://github.com/mono/mono/issues/20905")] // fails on Linux i386 on CI
public void Crash () {
string [] existingCrashFileEntries = Directory.GetFiles (".", "mono_crash*.json");