emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27448: closed ([PATCH] gnu: node: Update to 8.1.2.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27448: closed ([PATCH] gnu: node: Update to 8.1.2.)
Date: Thu, 29 Jun 2017 12:51:01 +0000

Your message dated Thu, 29 Jun 2017 14:49:58 +0200
with message-id <address@hidden>
and subject line Re: [bug#27448] [PATCH] gnu: node: Update to 8.1.2.
has caused the debbugs.gnu.org bug report #27448,
regarding [PATCH] gnu: node: Update to 8.1.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27448: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27448
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: node: Update to 8.1.2. Date: Thu, 22 Jun 2017 15:04:55 +0200
* gnu/packages/node.scm (node): Update to 8.1.2.
(node)[arguments]: Disabled more tests.
---
 gnu/packages/node.scm | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 69bd92883..d4415fc50 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -40,14 +40,14 @@
 (define-public node
   (package
     (name "node")
-    (version "7.10.0")
+    (version "8.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://nodejs.org/dist/v"; version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "00vdmb0z8b2sd547bkksgy9dfq5gi5xfd9b3f0rc4ngvpzl3z164"))
+                "0l92gar1pivzaiwffiiiz2f2m5k39sl5fphlfnvy0ml9hrjb65yp"))
               ;; https://github.com/nodejs/node/pull/9077
               (patches (search-patches "node-9077.patch"))))
     (build-system gnu-build-system)
@@ -83,10 +83,18 @@
                (("     \\$\\(MAKE\\) jslint") "")
                (("     \\$\\(MAKE\\) cpplint\n") ""))
 
+             ;; FIXME: This test seems to depends on files that are not
+             ;; available in the bundled v8. See
+             ;; https://github.com/nodejs/node/issues/13344
+             (for-each delete-file
+                       '("test/addons-napi/test_general/testInstanceOf.js"))
              ;; FIXME: These tests fail in the build container, but they don't
              ;; seem to be indicative of real problems in practice.
              (for-each delete-file
-                       '("test/parallel/test-dgram-membership.js"
+                       '("test/async-hooks/test-ttywrap.readstream.js"
+                         "test/parallel/test-util-inspect.js"
+                         "test/parallel/test-v8-serdes.js"
+                         "test/parallel/test-dgram-membership.js"
                          "test/parallel/test-cluster-master-error.js"
                          "test/parallel/test-cluster-master-kill.js"
                          "test/parallel/test-npm-install.js"
-- 
2.13.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#27448] [PATCH] gnu: node: Update to 8.1.2. Date: Thu, 29 Jun 2017 14:49:58 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
Jelle Licht <address@hidden> skribis:

> If someone could push this, that'd be great :-).

My bad, committed, thanks!

I was assuming you already had commit rights.  We should probably just
do that, no?

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]