Closed
Bug 576295
Opened 15 years ago
Closed 15 years ago
jstests.py doesn't work on Windows
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jorendorff, Assigned: jorendorff)
Details
(Whiteboard: [fixed-in-tracemonkey])
Attachments
(1 file)
1.09 KB,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
Exception in thread Thread-36:
Traceback (most recent call last):
File "d:\mozilla-build\python25\lib\threading.py", line 460, in __bootstrap
self.run()
File "d:\mozilla-build\python25\lib\threading.py", line 440, in run
self.__target(*self.__args, **self.__kwargs)
File "d:\dev\tracemonkey\js\src\tests\tests.py", line 28, in th_run_cmd
p = Popen(cmd, stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=close_fds, pr
eexec_fn=set_limits)
File "d:\mozilla-build\python25\lib\subprocess.py", line 548, in __init__
raise ValueError("preexec_fn is not supported on Windows "
ValueError: preexec_fn is not supported on Windows platforms
and so forth. Easy fix forthcoming.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: general → jorendorff
Attachment #455460 -
Flags: review?(dmandelin)
Comment 2•15 years ago
|
||
Comment on attachment 455460 [details] [diff] [review]
v1
Weird, I applied and tested (or at least tried to) the patch that broke this. Anyway, thanks for fixing.
Attachment #455460 -
Flags: review?(dmandelin) → review+
Assignee | ||
Updated•15 years ago
|
Whiteboard: [fixed-in-tracemonkey]
Assignee | ||
Comment 3•15 years ago
|
||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•