projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3367b35
)
Re-enable throwinnestedtrycatch_il_r test (#72901)
author
Kunal Pathak
<Kunal.Pathak@microsoft.com>
Wed, 27 Jul 2022 14:51:28 +0000
(07:51 -0700)
committer
GitHub
<noreply@github.com>
Wed, 27 Jul 2022 14:51:28 +0000
(07:51 -0700)
src/tests/issues.targets
patch
|
blob
|
history
diff --git
a/src/tests/issues.targets
b/src/tests/issues.targets
index
af8d905
..
0352b6b
100644
(file)
--- a/
src/tests/issues.targets
+++ b/
src/tests/issues.targets
@@
-190,9
+190,6
@@
<ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/**">
<Issue>https://github.com/dotnet/runtime/issues/60154</Issue>
</ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_il_r/*">
- <Issue>https://github.com/dotnet/runtime/issues/66327</Issue>
- </ExcludeList>
</ItemGroup>
<!-- Arm64 All OS -->