[Webkit-unassigned] [Bug 161595] New: run-bindings-tests fails since r205422
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 4 23:39:55 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161595
Bug ID: 161595
Summary: run-bindings-tests fails since r205422
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Bindings
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
CC: cdumez at apple.com
> 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)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160905/77c4ee83/attachment.html>
More information about the webkit-unassigned
mailing list