Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passshould not throw for [Unscopable] with property in @@unscopables
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/do_member_unscopable_asserts.html:23:9)
Pass
assert_equals("object", "object", "A.prototype[Symbol.unscopables].x must exist")
    at IdlInterface.do_member_unscopable_asserts ( /resources/idlharness.js:2325:5)
Pass
assert_false(false, "A.prototype[Symbol.unscopables].x must have no getter")
    at IdlInterface.do_member_unscopable_asserts ( /resources/idlharness.js:2327:5)
Pass
assert_false(false, "A.prototype[Symbol.unscopables].x must have no setter")
    at IdlInterface.do_member_unscopable_asserts ( /resources/idlharness.js:2329:5)
Pass
assert_true(true, "A.prototype[Symbol.unscopables].x must be writable")
    at IdlInterface.do_member_unscopable_asserts ( /resources/idlharness.js:2331:5)
Pass
assert_true(true, "A.prototype[Symbol.unscopables].x must be enumerable")
    at IdlInterface.do_member_unscopable_asserts ( /resources/idlharness.js:2333:5)
Pass
assert_true(true, "A.prototype[Symbol.unscopables].x must be configurable")
    at IdlInterface.do_member_unscopable_asserts ( /resources/idlharness.js:2335:5)
Pass
assert_equals(true, true, "A.prototype[Symbol.unscopables].x must have the value `true`")
    at IdlInterface.do_member_unscopable_asserts ( /resources/idlharness.js:2337:5)
Passshould throw for [Unscopable] with property missing from @@unscopables
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/do_member_unscopable_asserts.html:31:9)
Fail
assert_equals("undefined", "object", "A.prototype[Symbol.unscopables].x must exist")
    at IdlInterface.do_member_unscopable_asserts ( /resources/idlharness.js:2325:5)
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/do_member_unscopable_asserts.html:37:13)
Passshould not throw if [Unscopable] is used but property is in @@unscopables
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/do_member_unscopable_asserts.html:50:9)