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
1) Failure:
StackProfTest#test_gc [/home/runner/work/stackprof/stackprof/test/test_stackprof.rb:248]:
Expected 18446744073709551615 to be <= 25.
Since this value is computed via subtraction, it looks like it is subtracting a larger subtrahend than minuend with a storage class that does not support negatives, and thus it appears as this massive positive integer approximately equal to max int, rather than a small positive value as expected.
The text was updated successfully, but these errors were encountered:
Since this value is computed via subtraction, it looks like it is subtracting a larger subtrahend than minuend with a storage class that does not support negatives, and thus it appears as this massive positive integer approximately equal to max int, rather than a small positive value as expected.
The text was updated successfully, but these errors were encountered: