piglit/framework$ diff -c profile.py.orig profile.py *** profile.py.orig 2018-05-07 19:11:37.649994643 +0300 --- profile.py 2018-05-07 19:11:46.880994608 +0300 *************** *** 584,591 **** # more code, and adding side-effects test_list = (x for x in test_list if filterby(x))
! pool.imap(lambda pair: test(pair[0], pair[1], profile, pool), ! test_list, chunksize) def run_profile(profile, test_list): """Run an individual profile.""" --- 584,591 ---- # more code, and adding side-effects test_list = (x for x in test_list if filterby(x)) ! pool.map(lambda pair: test(pair[0], pair[1], profile, pool), ! test_list, chunksize) def run_profile(profile, test_list): """Run an individual profile.""" This doesn't resolve my problem. On Mon, May 7, 2018 at 5:24 PM Juan A. Suarez Romero <jasua...@igalia.com> wrote: > On Mon, 2018-05-07 at 13:20 +0000, Illia Iorin wrote: > > ping > > > > This is being covered in > https://lists.freedesktop.org/archives/piglit/2018-May/ > 024233.html > <https://lists.freedesktop.org/archives/piglit/2018-May/024233.html> > > > J.A. > > > On Sun, May 6, 2018 at 12:46 PM Alejandro Piñeiro <apinhe...@igalia.com> > wrote: > > > Recently I have started to have the same issue. With a small amount of > tests, this problem happens now and then. With a big amount of tests, this > happens most of the times. Didn't have time to take a look though. > > > > > > On 05/05/18 13:40, Illia Iorin wrote: > > > > I clone and make deqp. And when i run necessary bin file from > console all is ok. But when i try edit piglit conf file i got that output. > ./piglit run -f piglit.conf.example deqp_gles3 reuslt/all > > > > [00000/46232] > > > > Traceback (most recent call last): > > > > File "./piglit", line 178, in <module> > > > > main() > > > > File "./piglit", line 174, in main > > > > sys.exit(runner(args)) > > > > File "/home/skif/piglit/framework/exceptions.py", line 51, in > _inner > > > > func(*args, **kwargs) > > > > File "/home/skif/piglit/framework/programs/run.py", line 370, in > run > > > > backend.finalize({'time_elapsed': time_elapsed.to_json()}) > > > > File "/home/skif/piglit/framework/backends/json.py", line 163, in > finalize > > > > assert data['tests'] > > > > AssertionError > > > > i provide my piglit.conf file. > > > > > > > > > > > > _______________________________________________ > > > > Piglit mailing list > > > > Piglit@lists.freedesktop.org > > > > https://lists.freedesktop.org/mailman/listinfo/piglit > > > > > > > _______________________________________________ > > Piglit mailing list > > Piglit@lists.freedesktop.org > > https://lists.freedesktop.org/mailman/listinfo/piglit >
_______________________________________________ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit