Re: [PATCH] usb: Fix test failure with multiple partitions

2024-11-04 Thread Tom Rini
On Tue, 15 Oct 2024 13:19:16 +0100, Andrew Goodbody wrote: > When test_usb_load finds multiple partitions of the same type then > it will cause a test failure. The call to write the test file will > write a different test file to each partition but only return the > name and size of the last one w

Re: [PATCH] usb: Fix test failure with multiple partitions

2024-10-31 Thread Andrew Goodbody
On 16/10/2024 11:14, Kumar, Love wrote: On 15/10/24, 10:25 PM, Marek Vasut wrote: On 10/15/24 2:19 PM, Andrew Goodbody wrote: When test_usb_load finds multiple partitions of the same type then it will cause a test failure. The call to write the test file will write a different test file to eac

Re: [PATCH] usb: Fix test failure with multiple partitions

2024-10-16 Thread Kumar, Love
On 15/10/24, 10:25 PM, Marek Vasut wrote: On 10/15/24 2:19 PM, Andrew Goodbody wrote: > When test_usb_load finds multiple partitions of the same type then > it will cause a test failure. The call to write the test file will > write a different test file to each partition but only return the > n

Re: [PATCH] usb: Fix test failure with multiple partitions

2024-10-15 Thread Marek Vasut
On 10/15/24 2:19 PM, Andrew Goodbody wrote: When test_usb_load finds multiple partitions of the same type then it will cause a test failure. The call to write the test file will write a different test file to each partition but only return the name and size of the last one written. So the test th

[PATCH] usb: Fix test failure with multiple partitions

2024-10-15 Thread Andrew Goodbody
When test_usb_load finds multiple partitions of the same type then it will cause a test failure. The call to write the test file will write a different test file to each partition but only return the name and size of the last one written. So the test then fails to load the test file from the first