Re: [PATCH] test/py: memtest: Fix test for non-trivial parameters

2025-04-10 Thread Tom Rini
On Fri, 28 Mar 2025 16:30:37 +, Andrew Goodbody wrote: > When using non-trivial values for parameters for this test it > will cause a spurious failure as the test passes a decimal value > to the mtest command which will interpret it as hexadecimal and > result in failure as below. > > test/py

Re: [PATCH] test/py: memtest: Fix test for non-trivial parameters

2025-03-30 Thread Love Kumar
On 28/03/25 10:00 pm, Andrew Goodbody wrote: When using non-trivial values for parameters for this test it will cause a spurious failure as the test passes a decimal value to the mtest command which will interpret it as hexadecimal and result in failure as below. test/py/tests/test_memtest.py

[PATCH] test/py: memtest: Fix test for non-trivial parameters

2025-03-28 Thread Andrew Goodbody
When using non-trivial values for parameters for this test it will cause a spurious failure as the test passes a decimal value to the mtest command which will interpret it as hexadecimal and result in failure as below. test/py/tests/test_memtest.py:66: in test_memtest_ddr assert expected_respo