On Nov 12, 2012, at 9:32 AM, Wei Mi <w...@google.com> wrote: > Using setjmp/longjmp to do multiple tests in a single testfile, the > test statements in the front could affect the tests in the back. gtest > will fork a new process for every test statement.
Some targets don't have fork. :-( Ah.