[Webkit-unassigned] [Bug 230218] New: [JSC] run-javascriptcore-tests script fails on linux
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 13 07:17:32 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230218
Bug ID: 230218
Summary: [JSC] run-javascriptcore-tests script fails on linux
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Trivial
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: pmates at igalia.com
Created attachment 438038
--> https://bugs.webkit.org/attachment.cgi?id=438038&action=review
fix for the bug
When I run
```
$ Tools/Scripts/run-javascriptcore-tests --jsc-only --debug
```
I see one warning:
```
Can't exec "xcodebuild": No such file or directory at /home/mates/igalia/WebKit/Tools/Scripts/webkitdirs.pm line 634.
```
and one error:
```
Unrecognized option `--64-bit'
```
adding `--no-build` allows me to run the tests, so it seems that `run-javascriptcore-tests`, has issues when dispatching to the `build-jsc` command.
Attached is a fix for this issue though keep in mind that I'm very new to the build tooling.
I also removed the `determineIsWin64FromArchitecture` function, which is unused as far as I can tell from grepping the codebase and right below some code other code I changed in the patch
--
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/20210913/f64f1191/attachment.htm>
More information about the webkit-unassigned
mailing list