[cecil-tests] Enable previously disabled tests. (#14587)

Looks like these might be fixed now.

Fixes https://github.com/xamarin/maccore/issues/2547.
This commit is contained in:
Rolf Bjarne Kvinge 2022-04-01 07:22:27 +02:00 коммит произвёл GitHub
Родитель 7b16e71349
Коммит 0887599ccb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 0 добавлений и 14 удалений

Просмотреть файл

@ -225,9 +225,6 @@ namespace Cecil.Tests {
return method.IsPublic;
}
#if NET
[Ignore ("To be fixed after the move to an outside bot: https://github.com/xamarin/maccore/issues/2547.")]
#endif
[Test]
[TestCase (ApplePlatform.iOS)]
[TestCase (ApplePlatform.TVOS)]
@ -368,9 +365,6 @@ namespace Cecil.Tests {
return false;
}
#if NET
[Ignore ("To be fixed after the move to an outside bot: https://github.com/xamarin/maccore/issues/2547.")]
#endif
[Test]
[TestCase (ApplePlatform.iOS)]
[TestCase (ApplePlatform.TVOS)]

Просмотреть файл

@ -13,10 +13,6 @@ namespace Cecil.Tests {
[TestFixture]
public class ObsoleteTest {
#if NET
[Ignore ("To be fixed after the move to an outside bot: https://github.com/xamarin/maccore/issues/2547.")]
#endif
[TestCaseSource (typeof (Helper), nameof (Helper.NetPlatformImplementationAssemblies))] // call this method with every .net6 library
public void GetAllObsoletedThings (string assemblyPath)
{

Просмотреть файл

@ -10,10 +10,6 @@ using Mono.Cecil;
namespace Cecil.Tests {
[TestFixture]
public class OpenTKTest {
#if NET
[Ignore ("To be fixed after the move to an outside bot: https://github.com/xamarin/maccore/issues/2547.")]
#endif
[TestCaseSource (typeof (Helper), nameof (Helper.NetPlatformAssemblies))]
// https://github.com/xamarin/xamarin-macios/issues/9724
public void BeGone (string assemblyPath)