<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - run-bindings-tests fails since r205422"
href="https://bugs.webkit.org/show_bug.cgi?id=161595">161595</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>run-bindings-tests fails since r205422
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Nightly Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>OS</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>Bindings
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>Hironori.Fujii@sony.com
</td>
</tr>
<tr>
<th>CC</th>
<td>cdumez@apple.com
</td>
</tr></table>
<p>
<div>
<pre><span class="quote">> FAIL: (JS) JSTestClassWithJSBuiltinConstructor.h
> --- WebCore/bindings/scripts/test/JS/JSTestClassWithJSBuiltinConstructor.h        2016-06-27 13:08:07.537464007 -0700
> +++ /tmp/tmpIsGJea/JSTestClassWithJSBuiltinConstructor.h        2016-09-04 23:35:01.119239257 -0700
> @@ -84,5 +84,8 @@
> JSC::JSValue toJSNewlyCreated(JSC::ExecState*, JSDOMGlobalObject*, Ref<TestClassWithJSBuiltinConstructor>&&);
> inline JSC::JSValue toJSNewlyCreated(JSC::ExecState* state, JSDOMGlobalObject* globalObject, RefPtr<TestClassWithJSBuiltinConstructor>&& impl) { return impl ? toJSNewlyCreated(state, globalObject, impl.releaseNonNull()) : JSC::jsNull(); }
>
> +template<> struct JSDOMWrapperConverterTraits<TestClassWithJSBuiltinConstructor> {
> + using WrapperClass = JSTestClassWithJSBuiltinConstructor;
> +};
>
> } // namespace WebCore
>
> FAIL: (JS) JSTestClassWithJSBuiltinConstructor.cpp
> --- WebCore/bindings/scripts/test/JS/JSTestClassWithJSBuiltinConstructor.cpp        2016-09-01 05:31:58.238514962 -0700
> +++ /tmp/tmpIsGJea/JSTestClassWithJSBuiltinConstructor.cpp        2016-09-04 23:35:01.119239257 -0700
> @@ -201,7 +201,7 @@
> // by adding the SkipVTableValidation attribute to the interface IDL definition
> RELEASE_ASSERT(actualVTablePointer == expectedVTablePointer);
> #endif
> - return createWrapper<JSTestClassWithJSBuiltinConstructor, TestClassWithJSBuiltinConstructor>(globalObject, WTFMove(impl));
> + return createWrapper<TestClassWithJSBuiltinConstructor>(globalObject, WTFMove(impl));
> }
>
> JSC::JSValue toJS(JSC::ExecState* state, JSDOMGlobalObject* globalObject, TestClassWithJSBuiltinConstructor& impl)</span ></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>