On Fri, Mar 7, 2014 at 12:43 AM, Tapani Pälli <[email protected]> wrote: > Hello; > > I'm seeing errors when running piglit tests without "--no-concurrency" > almost all the time. Below is the error log, I wonder if anyone else is > seeing these? I've tested on 2 different systems (both running fc20) and I'm > getting these errors on both. > > --- 8< --- > [tpalli@localhost piglit]$ ./piglit-run.py tests/quick.tests > results/quick.results > close failed in file object destructor:ss: 4096, skip: 2104, warn: 1 Running > Test(s): 05328 07320 07464 07473 07481 07482 07484 07485 07486 > IOError: [Errno 9] Bad file descriptorass: 4097, skip: 2104, warn: 1 Running
Bad file descriptor was the error we were seeing when running with concurrency under Python 2.7.4 and 2.7.5. The solution was to use 2.7.3 or 2.7.6. _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
