mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Issue #1257 - Part 3: Remove/update tests.
This removes a ton of tests that are no longer relevant with (un)watch removed (e.g. testing stability/bugs in the watchpoint system itself which has never been the most stable), and updates others that would previously rely on watch/unwatch, so that they don't unexpectedly fail.
This commit is contained in:
parent
ca9e376e55
commit
3d8d9f95df
141 changed files with 34 additions and 2940 deletions
|
|
@ -182,8 +182,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=933681
|
|||
"toGMTString", Symbol.toPrimitive];
|
||||
gConstructorProperties['Date'] = constructorProps(["UTC", "parse", "now"]);
|
||||
gPrototypeProperties['Object'] =
|
||||
["constructor", "toSource", "toString", "toLocaleString", "valueOf", "watch",
|
||||
"unwatch", "hasOwnProperty", "isPrototypeOf", "propertyIsEnumerable",
|
||||
["constructor", "toSource", "toString", "toLocaleString", "valueOf",
|
||||
"hasOwnProperty", "isPrototypeOf", "propertyIsEnumerable",
|
||||
"__defineGetter__", "__defineSetter__", "__lookupGetter__", "__lookupSetter__",
|
||||
"__proto__"];
|
||||
gConstructorProperties['Object'] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue