You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of our regression tests timeout from time to time. For an example, see this macOS build. I have seen the timeouts on both macOS and Linux, but maybe this is also an issue on Windows. I strongly believe that these timeouts are caused by non-determinism in our tools (#209, #129). Instead of keeping disabling failing tests (#266), we should try to debug this.
Here is an example of two .ll files produced by bin2llvmir in two separate runs of the features.new-static-code-signatures.TestNewARM32Signatures regression test on my Linux machine. As you can see, they differ on quite a lot of places. @PeterMatula, do you have an idea what is causing these differences?
The text was updated successfully, but these errors were encountered:
Some of our regression tests timeout from time to time. For an example, see this macOS build. I have seen the timeouts on both macOS and Linux, but maybe this is also an issue on Windows. I strongly believe that these timeouts are caused by non-determinism in our tools (#209, #129). Instead of keeping disabling failing tests (#266), we should try to debug this.
Here is an example of two
.ll
files produced bybin2llvmir
in two separate runs of thefeatures.new-static-code-signatures.TestNewARM32Signatures
regression test on my Linux machine. As you can see, they differ on quite a lot of places. @PeterMatula, do you have an idea what is causing these differences?The text was updated successfully, but these errors were encountered: