[Pkg-javascript-devel] Bug#963061: nodejs breaks node-grunt-contrib-nodeunit autopkgtest: 1/24 assertions failed

2020-07-14 Thread Olivier Tilloy
This failure is caused by an unidentified change in upstream Node.js which
results in a test's output not being wrapped as expected. Simply modifying
that test to add some more data so that its output is wrapped does the
trick:

https://salsa.debian.org/js-team/node-grunt-contrib-nodeunit/-/merge_requests/1
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#963063: nodejs breaks node-diff autopkgtest: Failed test: 41

2020-07-10 Thread Olivier Tilloy
The failure is caused by this change in v8, which was imported in the new
Node.js:

https://chromium-review.googlesource.com/c/v8/v8/+/1433776

The message of the error that is thrown when attempting to convert a
structure with circular references to JSON has been enhanced to include the
constructors and keys involved in the circle, and as a consequence the
exact match on "Converting circular structure to JSON" doesn't work any
longer.

I am attaching a debdiff that fixes the problem.


node-diff.debdiff
Description: Binary data
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel