[Pkg-javascript-devel] Bug#1004450: emscripten: slow tests are not really skipped

Gianfranco Costamagna locutusofborg at debian.org
Thu Jan 27 21:35:47 GMT 2022


Source: emscripten
Version: 3.1.1~dfsg+~1.39.6-5
tags: patch

Hello, now test/runner is accepting a --skip-slow and not an env variable anymore.

-TESTS_RUNNER = $(_ENV) EMTEST_SKIP_SLOW=1 EMTEST_LACKS_CLOSURE_COMPILER=1 EMTEST_SKIP_V8=1 tests/runner.py
+TESTS_RUNNER = $(_ENV) EMTEST_LACKS_CLOSURE_COMPILER=1 EMTEST_SKIP_V8=1 tests/runner.py --skip-slow

The above should fix the issue.

G.



More information about the Pkg-javascript-devel mailing list