Closed SingleAccretion closed 1 year ago
The code was assuming that if a handler has no "catchret"s, the associated filter(s) will always return "true", which is not true.
With this fix, all System.Collections tests run to completion (in Release).
System.Collections
Recommended to review with the "hide whitespaces" option.
@dotnet/nativeaot-llvm
The code was assuming that if a handler has no "catchret"s, the associated filter(s) will always return "true", which is not true.
With this fix, all
System.Collections
tests run to completion (in Release).Recommended to review with the "hide whitespaces" option.