From f562d561d826ac028dee9bf47e428754155756b2 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 29 Nov 2014 22:45:41 -0800 Subject: [PATCH] sodium_utils2 and sodium_utils3 cannot work in Javascript; this is expected. --- dist-build/emscripten.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist-build/emscripten.sh b/dist-build/emscripten.sh index e7921ef7..1e4c9578 100755 --- a/dist-build/emscripten.sh +++ b/dist-build/emscripten.sh @@ -16,7 +16,8 @@ emcc -O3 --closure 1 --llvm-lto 1 $LDFLAGS $JS_EXPORTS_FLAGS \ echo 'Compiling the test suite...' && \ emmake make $MAKE_FLAGS check > /dev/null 2>&1 -echo 'Running the test suite:' && \ +echo 'Running the test suite.' && \ +echo 'sodium_utils2 and sodium_utils3 are expected to fail in Javascript.' && \ ( cd test/default && \ for file in *.js; do