<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 5, 2018 at 2:05 PM, Dylan Baker <span dir="ltr"><<a href="mailto:dylan@pnwbakers.com" target="_blank">dylan@pnwbakers.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Quoting Marek Olšák (2018-04-04 16:37:47)<br>
<span class="">> Is this use case affected?<br>
><br>
> piglit run --deqp-mustpass-list --process-isolation 0 -p gbm -c quick cts_gl45<br>
> deqp_gles2 deqp_gles3 deqp_gles31<br>
<br>
</span>You could either run that as:<br>
<br>
piglit run --deqp-mustpass-list --process-isolation 0 -p gbm -c quick_gl<br>
quick_shader_multi glslparser cts_gl45 deqp_gles2 deqp_gles3 deqp_gles31<br>
<br>
or you cold write yourself a metaprofile that would look something like:<br>
<br>
<?xml version="1.0" encoding="utf-8"?><br>
<PiglitMetaProfile><br>
  <Profile>quick_gl</Profile><br>
  <Profile>quick_shader_multi</<wbr>Profile><br>
  <Profile>glslparser</Profile><br>
  <Profile>cts</Profile><br>
  <Profile>gl45</Profile><br>
  <Profile>deqp</Profile><br>
  ...<br>
</PiglitMetaProfile><br>
<br>
We could probably put metaprofiles for the multiple-shader at a time profiles<br>
in piglit, I just didn't want to get too over board with them.<br>
<span class=""><br>
><br>
> Yes, that is just 1 command to run all those test suites at the same time.<br>
><br>
> I use my personal "deqp" piglit branch that also disables process isolation for<br>
> glcts and deqp, and parses the deqp mustpass lists which are in txt files.<br>
><br>
> Marek<br>
<br>
</span>I have not touched the --process-isolation flag since I knew that you had that<br>
branch (and I have a branch for dEQP as well that I might try to dust off and<br>
get working again).<br></blockquote><div><br></div></div>Nicolai wrote the deqp and glcts patches removing process isolation. I've never looked at them and I probably wouldn't understand them either. Anybody is free to clean up them up and merge.<br><br></div><div class="gmail_extra">Marek<br></div></div>