2011/4/8 Søren Gjesse <[email protected]> > I am afraid that from the isolates merge > (r7271<http://code.google.com/p/v8/source/detail?r=7271>) > building the sample shell using shared libraries does no longer work. This > is due to the sample shell not using APIs internal to v8 which is not > exported through include/v8.h. For testing isolates we needed thread support > for running tests, and currently the developer shell d8 is not suited for > running tests threads where added to the sample shell using internal V8 > thread support. We have issue > 1272<http://code.google.com/p/v8/issues/detail?id=1272>open on this. > > It is still possible to build the process sample using V8 in a shared > library. >
Thank you. Can the tests be run with the process sample instead of the shell sample? I just need the shell to run tests. This is for a Linux distribution, so V8 is built as a shared library. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
