WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
204869
run-javascriptcore-tests is failing to run testmasm of 64bit AppleWin on Buildbot
https://bugs.webkit.org/show_bug.cgi?id=204869
Summary
run-javascriptcore-tests is failing to run testmasm of 64bit AppleWin on Buil...
Fujii Hironori
Reported
2019-12-04 18:38:27 PST
run-javascriptcore-tests is failing to run testmasm of 64bit AppleWin on Buildbot
https://build.webkit.org/builders/Apple%20Win%2010%20Release%20%28Tests%29/builds/4291
> perl ./Tools/Scripts/run-javascriptcore-tests --no-build --no-fail-fast --json-output=jsc_results.json --release --builder-name 'Apple Win 10 Release (Tests)' --build-number 4291 --buildbot-worker bot546 --buildbot-master build.webkit.org --report
https://results.webkit.org
> in dir /home/buildbot/worker/win10-release-tests/build (timeout 1200 secs) > watching logfiles {'json': 'jsc_results.json'} > argv: ['perl', './Tools/Scripts/run-javascriptcore-tests', '--no-build', '--no-fail-fast', '--json-output=jsc_results.json', '--release', '--builder-name', 'Apple Win 10 Release (Tests)', '--build-number', '4291', '--buildbot-worker', 'bot546', '--buildbot-master', 'build.webkit.org', '--report', '
https://results.webkit.org
'] > using PTY: False > Use of uninitialized value in concatenation (.) or string at ./Tools/Scripts/run-javascriptcore-tests line 427. > Failed to run C:/cygwin/home/buildbot/worker/win10-release-tests/build/WebKitBuild/Release/bin64/testmasm at ./Tools/Scripts/run-javascriptcore-tests line 526. > program finished with exit code 2 > elapsedTime=11.391830
testmasm is built if DEVELOPER_MODE is enabled. AppleWin doesn't enable DEVELOPER_MODE. run-javascriptcore-tests was given --no-testmasm switch for 32bit builds on Buildbot.
Attachments
Patch
(1.60 KB, patch)
2019-12-04 18:51 PST
,
Fujii Hironori
no flags
Details
Formatted Diff
Diff
Patch for landing
(1.66 KB, patch)
2019-12-04 21:00 PST
,
Fujii Hironori
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2019-12-04 18:51:43 PST
Created
attachment 384872
[details]
Patch
Per Arne Vollan
Comment 2
2019-12-04 20:05:02 PST
Comment on
attachment 384872
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=384872&action=review
> Tools/Scripts/webkitdirs.pm:2276 > - push @args, "-DDEVELOPER_MODE=ON" if isFTW() || isGtk() || isJSCOnly() || isWPE() || isWinCairo(); > + push @args, "-DDEVELOPER_MODE=ON" if isJSCOnly() || isWPE() || isWin64();
Did you forget to keep isGtk()?
Fujii Hironori
Comment 3
2019-12-04 20:58:21 PST
Comment on
attachment 384872
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=384872&action=review
>> Tools/Scripts/webkitdirs.pm:2276 >> + push @args, "-DDEVELOPER_MODE=ON" if isJSCOnly() || isWPE() || isWin64(); > > Did you forget to keep isGtk()?
Yes! Thank you.
Fujii Hironori
Comment 4
2019-12-04 21:00:47 PST
Created
attachment 384879
[details]
Patch for landing
Fujii Hironori
Comment 5
2019-12-04 21:04:01 PST
Committed
r253142
: <
https://trac.webkit.org/changeset/253142
>
Radar WebKit Bug Importer
Comment 6
2019-12-04 21:04:27 PST
<
rdar://problem/57652630
>
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