Reviewers: Vitaly,
Description:
Move a test around so it doesn't fail in debug.
The test-thread-termination.cc contains one test that uses Locker. Once
Locker
is activated, all subsequent tests have to use Locker, even if they are
single-threaded.
As a result, the following sequence of commands fails:
tools/test.py --mode=debug --build-only
obj/test/debug/cctest test-thread-termination
The cctest goes from the last test to the first, so moving the only test in
that
file that uses Locker into the beginning of the file fixes this issue.
Please review this at http://codereview.chromium.org/2101012/show
Affected files:
M test/cctest/test-thread-termination.cc
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev