Bug 67903

Summary: ARM and MIPS assemblers still refer to executable pools.
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ossy, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch none

Description Filip Pizlo 2011-09-10 23:54:09 PDT
There are still references to executable pools in some assemblers.  Executable pools no longer exist.
Comment 1 Filip Pizlo 2011-09-10 23:58:59 PDT
Created attachment 107002 [details]
the patch
Comment 2 WebKit Review Bot 2011-09-11 00:03:36 PDT
Comment on attachment 107002 [details]
the patch

Rejecting attachment 107002 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1

Last 500 characters of output:
cripts/webkitpy/common/system/executive.py", line 420, in run_command
    close_fds=self._should_close_fds())
  File "/mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/common/system/executive.py", line 476, in popen
    return subprocess.Popen(*args, **kwargs)
  File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
    errread, errwrite)
  File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
    raise child_exception
TypeError: execv() arg 2 must contain only strings

Full output: http://queues.webkit.org/results/9635408
Comment 3 Csaba Osztrogonác 2011-09-11 00:07:28 PDT
Comment on attachment 107002 [details]
the patch

Clearing flags on attachment: 107002

Committed r94922: <http://trac.webkit.org/changeset/94922>
Comment 4 Csaba Osztrogonác 2011-09-11 00:07:35 PDT
All reviewed patches have been landed.  Closing bug.