Skip to content

Fix TestReadFixture on non 4K page size arches

TestReadFixture checks fixtures/14804/stat RSS which is a number of page and compares it to hardcoded expected value 0x7b1000 (= 1969 * 4096). Instead of using a 4k expected value, use system's pagesize like it's done in proc_stat.go .

Merge request reports

Loading