Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 4 Dec 2013 08:16:56 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: Release test framework

* ?????? <torshie@...il.com> [2013-12-04 14:22:58 +0800]:
> Extracting test result isn't easy, and creating these initramfs and kernel
> images are time consuming. qemu-user may be a better choice, I'm not sure
> about the stability of qemu-user though. The following shows qemu-user

the kernel syscall interface cannot be emulated in userspace
correctly (clone, signals) and qemu-user has other bugs on
various archs so it's not a reasonable design

it might make sense to separate out the "safe" tests
(no threads or fork, no filesystem modifications, etc)
so one can run those tests more quickly/easily

but in case of release testing you want to run all the tests
reliably anyway so there it does not make much sense

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.