Re: [Piglit] [PATCH] framework: Propagate crash to subtest.

2018-01-22 Thread Dylan Baker
Quoting Fabian Bieler (2018-01-20 05:38:45) > If a subtest crashed it and all following subtests have the result notrun. > Only the test as a whole has the result crash. > This commit propagates the crash to the correct subtest. > > Note that if the crash happened after the last subtest it is sile

[Piglit] [PATCH] framework: Propagate crash to subtest.

2018-01-20 Thread Fabian Bieler
If a subtest crashed it and all following subtests have the result notrun. Only the test as a whole has the result crash. This commit propagates the crash to the correct subtest. Note that if the crash happened after the last subtest it is silently ignored. --- I like this approach. Personally, I