v8/test
iposva@chromium.org 358591f9ea Fix issue 142:
- Removed the potential for a NULL pointer access in
  ContextSwitcher::PreemptionReceived.
- Removed a leak of the semaphore in the ContexSwitcher thread, by removing
  the need for this semaphore entirely.
- Added a regression test case which will catch accesses to the ContextSwitcher
  singleton after it has been stopped.

Review URL: http://codereview.chromium.org/14483

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@994 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-12-17 17:40:02 +00:00
..
cctest Fix issue 142: 2008-12-17 17:40:02 +00:00
message Added reporting compilation errors. 2008-12-05 08:35:52 +00:00
mjsunit Refactored the recording of source position in the generated code. The code generator now has two methods 2008-12-17 08:45:42 +00:00
mozilla Two tests in the Mozilla test suite pass due to a bug in the framework (compares numbers to NaN with !=). 2008-12-03 12:44:13 +00:00