Closed
Bug 761882
Opened 13 years ago
Closed 13 years ago
Hook up the WebIDL parser tests to run during make check
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
4.30 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
Because.
![]() |
Assignee | |
Updated•13 years ago
|
Blocks: ParisBindings
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Attachment #630413 -
Flags: review?(khuey)
Attachment #630413 -
Flags: review?(khuey) → review+
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Flags: in-testsuite+
Whiteboard: [need review]
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
![]() |
||
Comment 4•13 years ago
|
||
I'm getting the following build error:
How do I fix it?
make.py[6]: Entering directory 'c:\t1\hg\objdir-sm\mozilla\dom\bindings'
c:\t1\hg\comm-central\mozilla\config\rules.mk:637:0$ /c/t1/hg/objdir-sm/mozilla/_virtualenv/Scripts/
python.exe c:/t1/hg/comm-central/mozilla/config/buildlist.py ../../config/final-link-libs dombinding
s_s
c:\t1\hg\objdir-sm\mozilla\dom\bindings\Makefile:133:0$ PYTHONDONTWRITEBYTECODE=1 %pythonpath main \
-Ic:/t1/hg/comm-central/mozilla/other-licenses/ply -Ic:/t1/hg/comm-central/mozilla/dom/bindings/
parser \
c:/t1/hg/comm-central/mozilla/dom/bindings/GlobalGen.py c:/t1/hg/comm-central/mozilla/dom/bindi
ngs/Bindings.conf . \
--cachedir=_cache \
Function.webidl EventListener.webidl EventTarget.webidl XMLHttpRequest.webidl XMLHttpRequestEven
tTarget.webidl XMLHttpRequestUpload.webidl WebGLRenderingContext.webidl TestCodeGen.webidl
/usr/bin/sh: line 0: fg: no job control
c:\t1\hg\objdir-sm\mozilla\dom\bindings\Makefile:133:0: command 'PYTHONDONTWRITEBYTECODE=1 %pythonpa
th main \
-Ic:/t1/hg/comm-central/mozilla/other-licenses/ply -Ic:/t1/hg/comm-central/mozilla/dom/bindings/
parser \
c:/t1/hg/comm-central/mozilla/dom/bindings/GlobalGen.py c:/t1/hg/comm-central/mozilla/dom/bindi
ngs/Bindings.conf . \
--cachedir=_cache \
Function.webidl EventListener.webidl EventTarget.webidl XMLHttpRequest.webidl XMLHttpRequestEven
tTarget.webidl XMLHttpRequestUpload.webidl WebGLRenderingContext.webidl TestCodeGen.webidl' failed,
return code 1
<PrototypeList.h>: Found error
<RegisterBindings.h>: Found error
<FunctionBinding.h>: Found error
<EventListenerBinding.h>: Found error
<EventTargetBinding.h>: Found error
<XMLHttpRequestBinding.h>: Found error
<XMLHttpRequestEventTargetBinding.h>: Found error
<XMLHttpRequestUploadBinding.h>: Found error
<WebGLRenderingContextBinding.h>: Found error
<export>: Found error
<export>: Found error
<export>: Found error
<export>: Found error
<export>: Found error
<export>: Found error
<export>: Found error
<export>: Found error
<export>: Found error
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•