Re: [Piglit] Log crashed subtest V2

2018-01-30 Thread Dylan Baker
for the series: Reviewed-by: Dylan Baker Quoting Fabian Bieler (2018-01-28 16:22:10) > The idea is to convert tests with subtests to either use > piglit_run_selected_subtests or call piglit_register_subtests at the start of > the test. Either approach enumerates all all

[Piglit] [PATCH] arb_internalformat_query2: don't get enum string for numerical values

2018-01-30 Thread Alejandro PiƱeiro
When printing the failing case we were printing the real value, and trying to get the enum string. That doesn't make sense for pnames that returns a numerical value, like SAMPLE_COUNTS, leading get a "unrecognized enum" or worse, a totally unrelated enum string. --- This patch could be fancy for