v8/test
antonm@chromium.org 8805509f28 Wrap external pointers more carefully.
On 32-bit platforms any pointer with 0 as LSB can be wrapped into Smi.  However, on 64-bit
platforms it's currently not the case as x64 Smis must have 0s in lower 32 bit word.
Even worse, macroassembler Move instruction will try to fetch integer value from Smi
and will shift by 32 bits to the right rendering stored pointer incorrect.

BUG=v8:1037

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6301 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-01-13 15:56:33 +00:00
..
cctest Wrap external pointers more carefully. 2011-01-13 15:56:33 +00:00
es5conform Enable sharding of individual testsuites in tools/test.py 2011-01-10 13:54:42 +00:00
message Enable sharding of individual testsuites in tools/test.py 2011-01-10 13:54:42 +00:00
mjsunit Do not allow accessors to intercept getting/setting properties on 2011-01-13 06:56:54 +00:00
mozilla Add a few more mozilla exceptions under BUG(1032). 2011-01-12 12:27:39 +00:00
sputnik Change the HGraphBuilder to dispatch on the context. 2010-12-09 12:49:53 +00:00