From cc25d52e0f65d54c052908c7d91d5946342ab88a Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Thu, 10 Feb 2022 08:24:24 +0000 Subject: Add Javascript backend Add JS backend adapted from the GHCJS project by Luite Stegeman. Some features haven't been ported or implemented yet. Tests for these features have been disabled with an associated gitlab ticket. Bump array submodule Work funded by IOG. Co-authored-by: Jeffrey Young Co-authored-by: Luite Stegeman Co-authored-by: Josh Meredith --- testsuite/tests/utils/should_run/all.T | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuite/tests/utils') diff --git a/testsuite/tests/utils/should_run/all.T b/testsuite/tests/utils/should_run/all.T index d3607e6590..765daf9823 100644 --- a/testsuite/tests/utils/should_run/all.T +++ b/testsuite/tests/utils/should_run/all.T @@ -1,2 +1 @@ -test('T15953', [ignore_stdout], makefile_test, []) - +test('T15953', [ignore_stdout, js_skip], makefile_test, []) -- cgit v1.2.1