WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 215077
run-jsc-stress-test: Set DYLD_FRAMEWORK_PATH to "$(cd ../.vm; pwd)" because it escape shell words
https://bugs.webkit.org/show_bug.cgi?id=215077
Summary
run-jsc-stress-test: Set DYLD_FRAMEWORK_PATH to "$(cd ../.vm; pwd)" because i...
Zhifei Fang
Reported
2020-08-03 01:30:53 PDT
run-jsc-stress-test: Set DYLD_FRAMEWORK_PATH to "$(cd ../.vm; pwd)" because it escape shell words
Attachments
Patch
(1.84 KB, patch)
2020-08-03 01:31 PDT
,
Zhifei Fang
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Zhifei Fang
Comment 1
2020-08-03 01:31:18 PDT
Created
attachment 405819
[details]
Patch
Zhifei Fang
Comment 2
2020-08-03 01:31:51 PDT
rdar://66451802
Zhifei Fang
Comment 3
2020-08-03 01:32:50 PDT
break by this change:
https://bugs.webkit.org/show_bug.cgi?id=214356
Zhifei Fang
Comment 4
2020-08-03 01:34:19 PDT
Hi, Angelos Any special reason to escape the DYLD_FRAMEWORK_PATH ?
EWS
Comment 5
2020-08-03 10:30:58 PDT
Committed
r265204
: <
https://trac.webkit.org/changeset/265204
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 405819
[details]
.
Radar WebKit Bug Importer
Comment 6
2020-08-03 13:37:44 PDT
<
rdar://problem/66489295
>
Caio Lima
Comment 7
2020-08-05 04:15:43 PDT
(In reply to Zhifei Fang from
comment #4
)
> Hi, Angelos > > Any special reason to escape the DYLD_FRAMEWORK_PATH ?
Hi Zhifei. Angelos is on holidays now and he couldn't answer it on time. This change caused some issues to gnu-parallel-runner configuration (It is possible to see it on EWS ARMv7 and MIPS run): ``` /bin/bash: -c: line 0: syntax error near unexpected token `(' /bin/bash: -c: line 0: `cd jsc-stress-results/.runner && export DYLD_FRAMEWORK_PATH=\$(cd ../.vm; pwd) && export LD_LIBRARY_PATH=\$(pwd)/jsc-stress-results/.vm/JavaScriptCore.framework/Helpers &&export JSCTEST_timeout=1200 && export JSCTEST_hardTimeout=300 && export JSCTEST_memoryLimit=838860800 && export TZ=US/Pacific && sh ./test_script_25617' ``` IIUC, this change was necessary to allow Make runner work again for remote devices, right? I'm not very familiar with this part of the code and with pearl, so I don't want to make too much assumptions there. In the meantime, I changed configuration of those bots to use Make runner instead of gnu-parallel, so we can process EWS and post-commit bots queues.
Angelos Oikonomopoulos
Comment 8
2020-08-27 08:33:36 PDT
(In reply to Zhifei Fang from
comment #4
)
> Hi, Angelos > > Any special reason to escape the DYLD_FRAMEWORK_PATH ?
Hi Zhifei, the reason was I was using different kind of quoting when invoking GNU parallel. See
https://bugs.webkit.org/show_bug.cgi?id=215887
for a suggested fix.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug