Skip to content

Commit

Permalink
[System.Drawing]: Disable more broken tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Baulig committed May 24, 2013
1 parent 01c8c99 commit 7d92f46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2002,24 +2002,28 @@ private void Save (PixelFormat original, PixelFormat expected, bool colorCheck)
}

[Test]
[Category ("NotWorking")]
public void Save_24bppRgb ()
{
Save (PixelFormat.Format24bppRgb, PixelFormat.Format24bppRgb, true);
}

[Test]
[Category ("NotWorking")]
public void Save_32bppRgb ()
{
Save (PixelFormat.Format32bppRgb, PixelFormat.Format32bppArgb, true);
}

[Test]
[Category ("NotWorking")]
public void Save_32bppArgb ()
{
Save (PixelFormat.Format32bppArgb, PixelFormat.Format32bppArgb, true);
}

[Test]
[Category ("NotWorking")]
public void Save_32bppPArgb ()
{
Save (PixelFormat.Format32bppPArgb, PixelFormat.Format32bppArgb, true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2082,6 +2082,7 @@ public void MeasureString_Bug76664 ()
}

[Test]
[Category ("NotWorking")]
public void MeasureString_Bug80680 ()
{
if (font == null)
Expand Down

0 comments on commit 7d92f46

Please sign in to comment.