зеркало из https://github.com/mozilla/pjs.git
Update Object.keys and Object.getOwnPropertyDescriptor tests to use reportCompare for browser jstests' sake, no bug, r=lumpy
This commit is contained in:
Родитель
e6097dba2e
Коммит
0a357c53ca
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче