Bug 142335 - run-jsc-stress-tests should determine the architecture from ELF binaries
Summary: run-jsc-stress-tests should determine the architecture from ELF binaries
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-05 03:25 PST by Csaba Osztrogonác
Modified: 2015-03-06 01:19 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.35 KB, patch)
2015-03-05 03:28 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-03-05 03:25:06 PST
Now run-jsc-stress-tests can determine the architecture from 
Mach-O (Apple) binaries, but not from ELF (Linux) binaries.

Architecture is used for skipping tests based on architecture. Now 
there isn't any skipped tests on Linux based on architecture, but 
maybe it will be necessary in the future to paint ARM bots green.
(At least for the brand new Aarch64 Linux tester bot which will be 
introduced in the near future.)
Comment 1 Csaba Osztrogonác 2015-03-05 03:28:04 PST
Created attachment 247941 [details]
Patch
Comment 2 WebKit Commit Bot 2015-03-06 01:19:23 PST
Comment on attachment 247941 [details]
Patch

Clearing flags on attachment: 247941

Committed r181143: <http://trac.webkit.org/changeset/181143>
Comment 3 WebKit Commit Bot 2015-03-06 01:19:28 PST
All reviewed patches have been landed.  Closing bug.