On 09/20/2018 12:19 PM, Heinrich Schuchardt wrote:
Spawn.exept has a try block without 'except'.
When the py test is running it is connected via pipes to the U-Boot
process. If the U-Boot process ends prematurely, e.g. due to a
segmentation fault, the pipes are broken. Trying to read from a brok
On 09/19/2018 10:45 AM, Heinrich Schuchardt wrote:
On 09/19/2018 05:24 PM, Stephen Warren wrote:
On 09/18/2018 06:43 PM, Heinrich Schuchardt wrote:
On 09/18/2018 07:23 PM, Stephen Warren wrote:
On 09/18/2018 11:21 AM, Heinrich Schuchardt wrote:
Spawn.exept has a try block without 'except'.
I
Spawn.exept has a try block without 'except'.
When the py test is running it is connected via pipes to the U-Boot
process. If the U-Boot process ends prematurely, e.g. due to a
segmentation fault, the pipes are broken. Trying to read from a broken
pipe results in an OSError. Catch the exception an
On 09/19/2018 05:24 PM, Stephen Warren wrote:
> On 09/18/2018 06:43 PM, Heinrich Schuchardt wrote:
>> On 09/18/2018 07:23 PM, Stephen Warren wrote:
>>> On 09/18/2018 11:21 AM, Heinrich Schuchardt wrote:
Spawn.exept has a try block without 'except'.
If no output is available an OSErro
Hi Heinrich,
On 18 September 2018 at 18:43, Heinrich Schuchardt wrote:
> On 09/18/2018 07:23 PM, Stephen Warren wrote:
>> On 09/18/2018 11:21 AM, Heinrich Schuchardt wrote:
>>> Spawn.exept has a try block without 'except'.
>>>
>>> If no output is available an OSError may arise. Catch this excepti
On 09/18/2018 06:43 PM, Heinrich Schuchardt wrote:
On 09/18/2018 07:23 PM, Stephen Warren wrote:
On 09/18/2018 11:21 AM, Heinrich Schuchardt wrote:
Spawn.exept has a try block without 'except'.
If no output is available an OSError may arise. Catch this exception and
continue testing.
Signed-o
On 09/18/2018 07:23 PM, Stephen Warren wrote:
> On 09/18/2018 11:21 AM, Heinrich Schuchardt wrote:
>> Spawn.exept has a try block without 'except'.
>>
>> If no output is available an OSError may arise. Catch this exception and
>> continue testing.
>>
>> Signed-off-by: Heinrich Schuchardt
>> Review
On 18.09.18 10:21, Heinrich Schuchardt wrote:
> Spawn.exept has a try block without 'except'.
>
> If no output is available an OSError may arise. Catch this exception and
> continue testing.
I agree with Stephen that the actual error this is trying to fix is not
obvious from the description. Co
On 09/18/2018 11:21 AM, Heinrich Schuchardt wrote:
Spawn.exept has a try block without 'except'.
If no output is available an OSError may arise. Catch this exception and
continue testing.
Signed-off-by: Heinrich Schuchardt
Reviewed-by: Simon Glass
---
I suggest that Alex takes the patch becau
Spawn.exept has a try block without 'except'.
If no output is available an OSError may arise. Catch this exception and
continue testing.
Signed-off-by: Heinrich Schuchardt
Reviewed-by: Simon Glass
---
I suggest that Alex takes the patch because we need it when working on the
efi-next branch.
v
10 matches
Mail list logo