[Webkit-unassigned] [Bug 183343] Perl-based Test262 runner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 4 11:55:20 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=183343

--- Comment #22 from Michael Saboff <msaboff at apple.com> ---
I tried the current patch with the command line:
$ Tools/Scripts/test262-helpers/test262-runner.pl 

and it appears that the runner is not properly setting DYLD_FRAMEWORK_PATH as we get the following dld errors:

Using the following jsc path: /Volumes/Data/src/webkit/WebKitBuild/Release/jsc
dyld: Symbol not found: __ZN3JSCdyld: Symbol not found: __ZN3JSC24DOMAttributeGetterSetter6s_inf24DOMAttributeGetterSetter6s_infoE
  Referenced from: /Volumes/DoE
  Referenced from: /Volumes/Data/src/webkit/WebKitBuild/Releaata/src/webkit/WebKitBuild/Release/jsc
  Expected in: /System/Lise/jsc
  Expected in: /System/Library/Frameworks/JavaScriptCore.brary/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCframework/Versions/A/JavaScriptCore
 in /Volumes/Data/src/webkitore
 in /Volumes/Data/src/webkit/WebKitBuild/Release/jsc
/WebKitBuild/Release/jsc
dyld: Symbol not found: __ZN3JSC24DOMAttributeGetterSetter6s_infoE
  Referenced from: /Volumes/Data/src/webkit/WebKitBuild/Release/jsc
  Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
 in /Volumes/Data/src/webkit/WebKitBuild/Release/jsc

...

The runner does recognize the local build, but not the framework location.  If I start the runner with the -j option and specify the jsc in the framework, the runner appears to work.
$ Tools/Scripts/test262-helpers/test262-runner.pl -j /Volumes/Data/src/webkit/WebKitBuild/Release/JavaScriptCore.framework/Resources/jsc

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180404/26a5ff91/attachment-0002.html>


More information about the webkit-unassigned mailing list