From b3bdf504b4a174d2aa4f219eb0c4f237685743ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Sat, 20 Aug 2022 16:57:41 +0200 Subject: [PATCH] [mono] Disable JIT/Methodical/Coverage/copy_prop_byref_to_native_int on all configs (#74265) It was only disabled on interpreter but it fails on other configs too. Closes https://github.com/dotnet/runtime/issues/74049 --- src/tests/issues.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tests/issues.targets b/src/tests/issues.targets index 2525eba4e1c6b..47c56ff63092d 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -1866,6 +1866,9 @@ needs triage + + https://github.com/dotnet/runtime/issues/69832 + needs triage @@ -2470,9 +2473,6 @@ needs triage - - https://github.com/dotnet/runtime/issues/69832 - https://github.com/dotnet/runtime/issues/54393