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
Oboe version: 1.8.1 and earlier
App name used for testing: OboeTester
Short description
Jiabin found an error in isMMapEnabled().
It returns a true if MMAP policy is set for MMAP on.
But if the policy is UNSPECIFIED then it returns false, even if MMAP is enabled in the system.
Steps to reproduce
I added logging to OboeTester and then ran this test before setMMapEnabled(f) was called.
print isMMapSupported()
print isMMapEnabled()
Expected behavior
If MMspSupported() then MMapEnabled() should also be true.
Actual behavior
isMMapEnabled() is false.
The text was updated successfully, but these errors were encountered:
Oboe version: 1.8.1 and earlier
App name used for testing: OboeTester
Short description
Jiabin found an error in isMMapEnabled().
It returns a true if MMAP policy is set for MMAP on.
But if the policy is UNSPECIFIED then it returns false, even if MMAP is enabled in the system.
Steps to reproduce
I added logging to OboeTester and then ran this test before setMMapEnabled(f) was called.
Expected behavior
If MMspSupported() then MMapEnabled() should also be true.
Actual behavior
isMMapEnabled() is false.
The text was updated successfully, but these errors were encountered: