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
### Rationale for this change
Due to byte_allocated size returning 0, The TestMemoryPool-only test failed.
This issue did not occur when running other tests together because the other tests use the memory pool.
### What changes are included in this PR?
Allocate a ResizableBuffer in the TestMemoryPool test.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #45455
Lead-authored-by: Hiroyuki Sato <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
../c_glib/test/run-test.sh
: 100% pass (Because another unit tests used a memory pool)../c_glib/test/run-test.sh -t "TestMemoryPool"
: failedsource: deccce1
Component(s)
GLib
The text was updated successfully, but these errors were encountered: