v8/test/mjsunit/tools
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
..
codemap.js Cleanup of mjsunit.js code and make assertEquals more strict. 2011-04-15 11:35:36 +00:00
consarray.js TickProcessor script reimplemented in JavaScript. 2009-04-27 13:50:42 +00:00
csvparser.js Shorten constructor names in JS tickprocessor. 2011-02-10 07:47:28 +00:00
profile_view.js Shorten constructor names in JS tickprocessor. 2011-02-10 07:47:28 +00:00
profile.js Shorten constructor names in JS tickprocessor. 2011-02-10 07:47:28 +00:00
splaytree.js Cleanup of mjsunit.js code and make assertEquals more strict. 2011-04-15 11:35:36 +00:00
tickprocessor-test-func-info.log Change the way sampler / profiler handle external callbacks. 2011-03-21 18:13:27 +00:00
tickprocessor-test.default TickProcessor: more accurate mapping of statically compiled code on Linux. 2009-07-14 09:47:44 +00:00
tickprocessor-test.func-info Fix issue 553: function frame is skipped in profile when compare stub is called. 2010-01-21 16:42:41 +00:00
tickprocessor-test.gc-state Add automatic tests for Tick Processor, take two. 2009-07-09 06:39:38 +00:00
tickprocessor-test.ignore-unknown TickProcessor: more accurate mapping of statically compiled code on Linux. 2009-07-14 09:47:44 +00:00
tickprocessor-test.log Change the way sampler / profiler handle external callbacks. 2011-03-21 18:13:27 +00:00
tickprocessor-test.separate-ic TickProcessor: more accurate mapping of statically compiled code on Linux. 2009-07-14 09:47:44 +00:00
tickprocessor.js Fix tests after r3811. 2010-02-08 08:55:01 +00:00