Re: [WebIDL-tests] Test [[HasInstance]] and legacy callback interface objects (#5762)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/228092220)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 1adf86862e76f477ddaad0ce2624929b07e91c94
Using browser at version BuildID 20170501100238; SourceStamp 076a7a66096f9e8d102548397254be32eb26bc3d
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>2 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5762/WebIDL/ecmascript-binding/has-instance.html">/WebIDL/ecmascript-binding/has-instance.html</a></summary>


|                                    Subtest                                    | Results |                 Messages                |
|-------------------------------------------------------------------------------|---------|-----------------------------------------|
|                                                                               | OK      |                                         |
| `Manually-constructed prototype chains are correctly handled by instanceof`   | PASS    |                                         |
| `instanceof must return false across different globals, for platform objects` | FAIL    | `assert_false: expected false got true` |
| `platform objects do not have Symbol.hasInstance installed`                   | FAIL    | `assert_false: expected false got true` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5762/WebIDL/ecmascript-binding/legacy-callback-interface-object.html">/WebIDL/ecmascript-binding/legacy-callback-interface-object.html</a></summary>


|                                            Subtest                                            | Results | Messages |
|-----------------------------------------------------------------------------------------------|---------|----------|
|                                                                                               | OK      |          |
| `Must be a function according to typeof`                                                      | PASS    |          |
| `Must have the correct [[Prototype]]`                                                         | PASS    |          |
| `Must have the correct property descriptor`                                                   | PASS    |          |
| `Must throw a TypeError when called or constructed`                                           | PASS    |          |
| `Must not have a .prototype property`                                                         | PASS    |          |
| `Must have an own name property equal to the interface name and with the correct descriptors` | PASS    |          |
| `Must have an own length property with value zero and the correct descriptors`                | PASS    |          |
| `instanceof must throw but only when we don't bail out early`                                 | PASS    |          |

</details>
</details>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5762#issuecomment-298749985

Received on Tuesday, 2 May 2017 20:23:22 UTC