Skip to content

Commit

Permalink
[tests] Remove ignore for test that has been fixed in .NET. (#14255)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Feb 26, 2022
1 parent 0c03922 commit fec9a29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/linker/ios/link sdk/Bug1820Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ public static DataUpdatesDataUpdateInfo Deserialize (string xml)
// note: this also test the linker (5.1+) ability not to remove 'unused' XML setters and .ctors used for serialization
public void Bug1820_GenericList ()
{
#if NET && (__IOS__ || __TVOS__)
TestRuntime.AssertNotDevice ("https://github.com/mono/linker/issues/2266");
#endif
string input = @"
<?xml version=""1.0"" encoding=""UTF-8""?>
<Response>
Expand Down

4 comments on commit fec9a29

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ [CI Build] Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff

API Current PR diff

ℹ️ API Diff (from PR only) (please review changes)

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff

Generator diff

Generator Diff (no change)

Packages generated

View packages

Test results

2 tests failed, 233 tests passed.

Failed tests

  • trimmode copy/Mac Catalyst [dotnet]/Debug [dotnet]: TimedOut (Execution timed out after 1200 seconds.
    No test log file was produced)
  • [NUnit] Mono Mac OS X BCL tests group 2/Mac Full/Debug: Failed (Test run failed.
    Tests run: 11943 Passed: 10499 Inconclusive: 0 Failed: 3 Ignored: 354)

Pipeline on Agent XAMMINI-068.BigSur'
[tests] Remove ignore for test that has been fixed in .NET. (#14255)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests iOS 🔥

Not enough free space in the host.

Pipeline on Agent
[tests] Remove ignore for test that has been fixed in .NET. (#14255)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests iOS (no summary found). 🔥

Result file D:\a\1\s\Reports\TestSummary-iOS64\TestSummary.md not found.

Pipeline on Agent
[tests] Remove ignore for test that has been fixed in .NET. (#14255)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Tests passed on macOS Mac Catalina (10.15) ✅

Tests passed

All tests on macOS X Mac Catalina (10.15) passed.

Pipeline on Agent
[tests] Remove ignore for test that has been fixed in .NET. (#14255)

Please sign in to comment.