Bug 204869

Summary: run-javascriptcore-tests is failing to run testmasm of 64bit AppleWin on Buildbot
Product: WebKit Reporter: Fujii Hironori <fujii.hironori>
Component: Tools / TestsAssignee: Fujii Hironori <fujii.hironori>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, ap, bfulgham, dbates, don.olmstead, ews-watchlist, jbedard, pvollan, ross.kirsling, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

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
Patch for landing (1.66 KB, patch)
2019-12-04 21:00 PST, Fujii Hironori
no flags
Fujii Hironori
Comment 1 2019-12-04 18:51:43 PST
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
Radar WebKit Bug Importer
Comment 6 2019-12-04 21:04:27 PST
Note You need to log in before you can comment on or make changes to this bug.