v8/test/sputnik
kmillikin@chromium.org a695d0731e Change the HGraphBuilder to dispatch on the context.
Before, expressions didn't take advantage of knowing their context in
the AST.  Now, we use the context to decide what to do with a value at
the end of visiting an expression.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5954 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-12-09 12:49:53 +00:00
..
README Change the HGraphBuilder to dispatch on the context. 2010-12-09 12:49:53 +00:00
sputnik.status Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
testcfg.py Refactor the tools/test.py script and related testcfg.py files. 2010-08-24 13:34:59 +00:00

To run the sputniktests you must check out the test suite from
googlecode.com.  The test expectations are currently relative to
version 28.  To get the tests run the following command within
v8/test/sputnik/

  svn co http://sputniktests.googlecode.com/svn/trunk/ -r28 sputniktests