Bug 133223 - REGRESSION (r169241) Crash running run-jsc-stress-tests on EFL ARM
Summary: REGRESSION (r169241) Crash running run-jsc-stress-tests on EFL ARM
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 133191
  Show dependency treegraph
 
Reported: 2014-05-23 10:09 PDT by Michael Saboff
Modified: 2014-05-23 11:06 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.31 KB, patch)
2014-05-23 10:14 PDT, Michael Saboff
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2014-05-23 10:09:44 PDT
r169241 broke the jsc-stress-tests on the EFL ARM testers:

Tools/Scripts/run-jsc-stress-tests:1240:in `popen': can't convert Array into String (TypeError)
    from Tools/Scripts/run-jsc-stress-tests:1240:in `runAndMonitorTestRunnerCommand'
    from Tools/Scripts/run-jsc-stress-tests:1324:in `runMakeTestRunner'
    from Tools/Scripts/run-jsc-stress-tests:1321:in `chdir'
    from Tools/Scripts/run-jsc-stress-tests:1321:in `runMakeTestRunner'
    from Tools/Scripts/run-jsc-stress-tests:1210:in `runTestRunner'
    from Tools/Scripts/run-jsc-stress-tests:1382:in `runNormal'
    from Tools/Scripts/run-jsc-stress-tests:1412

ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
(Stock Ruby on Ubuntu 12.04)
Comment 1 Michael Saboff 2014-05-23 10:14:32 PDT
Created attachment 231971 [details]
Patch
Comment 2 Geoffrey Garen 2014-05-23 10:49:49 PDT
Comment on attachment 231971 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-05-23 11:06:32 PDT
Committed r169265: <http://trac.webkit.org/changeset/169265>