Closed
Bug 761882
Opened 12 years ago
Closed 12 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•12 years ago
|
Blocks: ParisBindings
![]() |
Assignee | |
Comment 1•12 years ago
|
||
Attachment #630413 -
Flags: review?(khuey)
Attachment #630413 -
Flags: review?(khuey) → review+
![]() |
Assignee | |
Comment 2•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/df0e2f449221
Flags: in-testsuite+
Whiteboard: [need review]
Comment 3•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/df0e2f449221
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
![]() |
||
Comment 4•12 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•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•