Update Object.keys and Object.getOwnPropertyDescriptor tests to use reportCompare for browser jstests' sake, no bug, r=lumpy

This commit is contained in:
Jeff Walden 2009-09-28 13:09:56 -07:00
Родитель e6097dba2e
Коммит 0a357c53ca
3 изменённых файлов: 6 добавлений и 2 удалений

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

@ -88,4 +88,6 @@ if (typeof Namespace !== "undefined" && typeof QName !== "undefined")
/******************************************************************************/
reportCompare(actual, expect, "Object.keys");
printStatus("All tests passed!");

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

@ -338,4 +338,6 @@ expectDescriptor(pd, expected);
/******************************************************************************/
reportCompare(expect, actual, "Object.getOwnPropertyDescriptor");
printStatus("All tests passed");

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

@ -1,3 +1,3 @@
url-prefix ../../jsreftest.html?test=ecma_5/Object/
skip script 15.2.3.3-01.js # does not use reportCompare
skip script 15.2.3.14-01.js # does not use reportCompare
script 15.2.3.3-01.js # does not use reportCompare
script 15.2.3.14-01.js # does not use reportCompare