Bug 166867
Summary: | run-jsc-stress-tests: otool error on 10.12 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Srinivasan Vijayaraghavan <webkit> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, fpizlo, lforschler, webkit |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | macOS 10.12 |
Srinivasan Vijayaraghavan
run-jsc-stress-tests uses the -S flag (among other flags) when running otool in the function 'machOArchitectureCode'. This results in an error when running on Sierra:
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: for -S functionality, use llvm-nm with -print-armap
Example of error on Sierra: https://build.webkit.org/builders/Apple%20Sierra%20Debug%20JSC%20%28Tests%29/builds/113/steps/jscore-test/logs/stdio
No error on El Capitan: https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20JSC%20%28Tests%29/builds/4829/steps/jscore-test/logs/stdio
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |