Skip to content

Commit c0f1f66

Browse files
[tests] run InnerExceptionIsSet on CoreCLR (#10163)
Context: #10069 Context: #10100 I believe `ExceptionTest.InnerExceptionIsSet()` was fixed in dc07800 for CoreCLR.
1 parent 66814e6 commit c0f1f66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Mono.Android-Tests/Mono.Android-Tests/System/ExceptionTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ static Java.Lang.Throwable CreateJavaProxyThrowable (Exception e)
2929
}
3030

3131
[Test]
32-
[Category ("CoreCLRIgnore")] //TODO: https://github.com/dotnet/android/issues/10069
3332
[Category ("NativeAOTIgnore")] // NativeAOT has very limited stack traces
3433
[RequiresUnreferencedCode ("Tests trimming unsafe features")]
3534
public void InnerExceptionIsSet ()

0 commit comments

Comments
 (0)