question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MakeTransparent_GrayscalePixelFormat_ThrowsArgumentException failed in CI on desktop

See original GitHub issue

https://ci3.dot.net/job/dotnet_corefx/job/master/job/windows-TGroup_netfx+CGroup_Release+AGroup_x86+TestOuter_false_prtest/793/consoleText

ystem.Drawing.Tests.BitmapTests.MakeTransparent_GrayscalePixelFormat_ThrowsArgumentException [FAIL]
        Assert.Throws() Failure
        Expected: typeof(System.Runtime.InteropServices.ExternalException)
        Actual:   (No exception was thrown)
        Stack Trace:
          D:\j\workspace\windows-TGrou---2a8f9c29\src\System.Drawing.Common\tests\BitmapTests.cs(0,0): at System.Drawing.Tests.BitmapTests.MakeTransparent_GrayscalePixelFormat_ThrowsArgumentException()

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
stephentoubcommented, Jan 23, 2020

the test was never disabled

@safern, the test is currently disabled on both netcoreapp and netfx:

        [ActiveIssue("https://github.com/dotnet/corefx/issues/20884", TestPlatforms.AnyUnix)]
        [ActiveIssue("https://github.com/dotnet/corefx/issues/21886", TargetFrameworkMonikers.NetFramework)]
        [ActiveIssue("https://github.com/dotnet/corefx/issues/29858", TestPlatforms.Windows)]

(with the netfx one against this issue).

I’m going to re-open this issue, if for nothing else than to remove the ActiveIssue against this issue and reconfigure the test appropriately (or delete it since it’s not being run anywhere).

0reactions
JeremyKuhnecommented, Apr 14, 2023

Test is no longer disabled.

Read more comments on GitHub >

github_iconTop Results From Across the Web

GitHub Desktop "Failed ___" Errors · Issue #15031
I've tried to remove the repo folders from Github Desktop. It's not that easy for me to re-install software as I am working...
Read more >
Unity Unit Tests fail, but GitLab CI pipeline job passes ...
I downloaded the Gitlab CI Runner and registered my desktop PC as a specific runner to my project. I set the executor to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found