v8/test
lrn@chromium.org 7aec228dbb Cleanup of mjsunit.js code and make assertEquals more strict.
Encapsulate the helper functions in mjsunit.js.
Now only exposes the exception class and the assertXXX functions.

Make assertEquals use === instead of ==.
This prevents a lot of possiblefalse positives in tests, and avoids
having to do assertTrue(expected === actual) when you need it.

Fixed some tests that were either buggy or assuming == test.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7628 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-04-15 11:35:36 +00:00
..
benchmarks Change cctests to use variant flags as part of the name for the serilization file. 2011-03-21 12:57:25 +00:00
cctest ARM: Set expectations for failing deserializations tests to turn the bot green 2011-04-12 12:30:13 +00:00
es5conform Change cctests to use variant flags as part of the name for the serilization file. 2011-03-21 12:57:25 +00:00
message Change cctests to use variant flags as part of the name for the serilization file. 2011-03-21 12:57:25 +00:00
mjsunit Cleanup of mjsunit.js code and make assertEquals more strict. 2011-04-15 11:35:36 +00:00
mozilla Change cctests to use variant flags as part of the name for the serilization file. 2011-03-21 12:57:25 +00:00
preparser Reapply changelist r7436. 2011-03-31 08:12:17 +00:00
sputnik Reapply 7581, Fix tools/test.py to allow CTRL+C to work correctly again. 2011-04-15 09:41:09 +00:00
test262 Bring test262 expectations up-to-date. 2011-04-11 13:54:30 +00:00