v8/test/mjsunit/third_party
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
..
array-isarray.js Implement ES5 Array.isArray 2009-10-14 09:42:13 +00:00
array-splice-webkit.js Follow Safari and Firefox in returning empty array from array splice 2010-08-30 18:08:50 +00:00
object-keys.js Cleanup of mjsunit.js code and make assertEquals more strict. 2011-04-15 11:35:36 +00:00
regexp-pcre.js Cleanup of mjsunit.js code and make assertEquals more strict. 2011-04-15 11:35:36 +00:00
string-trim.js Fixed trim test failure. 2009-10-13 08:29:19 +00:00