Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd1a27e

Browse files
committed
Add documentation and ref to ReInitialize test
1 parent 2871d1b commit bd1a27e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/embed_tests/pyinitialize.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,13 @@ public static void LoadSpecificArgs()
4141
}
4242
}
4343

44+
/// <summary>
45+
/// Failing test demonstrating current issue with OverflowException (#376)
46+
/// and ArgumentException issue after that one is fixed.
47+
/// More complex version of StartAndStopTwice test
48+
/// </summary>
4449
[Test]
45-
[Ignore("System.OverflowException : Arithmetic operation resulted in an overflow")]
50+
[Ignore("GH#376: System.OverflowException : Arithmetic operation resulted in an overflow")]
4651
//[Ignore("System.ArgumentException : Cannot pass a GCHandle across AppDomains")]
4752
public void ReInitialize()
4853
{

0 commit comments

Comments
 (0)