Re: [PATCH 5/4] tests: acpi: test short OEM_ID/OEM_TABLE_ID values in test_oem_fields()

2022-01-14 Thread Ani Sinha
On Fri, Jan 14, 2022 at 7:57 PM Igor Mammedov wrote: > Previous patch [1] added explicit whitespace padding to OEM_ID/OEM_TABLE_ID > values used in test_oem_fields() testcase to avoid false positive and > bisection issues when QEMU is switched to \0' padding. As result > testcase ceased to test v

[PATCH 5/4] tests: acpi: test short OEM_ID/OEM_TABLE_ID values in test_oem_fields()

2022-01-14 Thread Igor Mammedov
Previous patch [1] added explicit whitespace padding to OEM_ID/OEM_TABLE_ID values used in test_oem_fields() testcase to avoid false positive and bisection issues when QEMU is switched to \0' padding. As result testcase ceased to test values that were shorter than max possible length values. Updat