JavaScript tests - fix incorrect TestCase signature, remove tests from slow-n.tests

This commit is contained in:
bclary@bclary.com 2007-05-29 18:13:13 -07:00
Родитель 2f40451308
Коммит 7c960779a2
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -127,6 +127,7 @@ test();
function addTestCase()
{
new TestCase(
gTestfile,
status,
expect,
actual);

Просмотреть файл

@ -6,8 +6,6 @@ e4x/XML/regress-324688.js
ecma_3/Array/regress-322135-02.js
ecma_3/Array/regress-322135-03.js
ecma_3/Array/regress-322135-04.js
ecma_3/Date/15.9.5.5.js
ecma_3/Date/15.9.5.6.js
ecma_3/RegExp/regress-307456.js
ecma_3/RegExp/regress-330684.js
js1_5/Array/regress-330812.js