[Git][ghc/ghc][master] testsuite: add WasmControlFlow test

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Fri May 26 19:28:28 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
abd9e37c by Norman Ramsey at 2023-05-26T15:28:12-04:00
testsuite: add WasmControlFlow test

This patch adds the WasmControlFlow test to test the wasm backend's
relooper component.

- - - - -


30 changed files:

- compiler/GHC/Wasm/ControlFlow/FromCmm.hs
- + testsuite/tests/wasm/should_run/control-flow/ActionsAndObservations.hs
- + testsuite/tests/wasm/should_run/control-flow/BitConsumer.hs
- + testsuite/tests/wasm/should_run/control-flow/CmmPaths.hs
- + testsuite/tests/wasm/should_run/control-flow/ControlTestMonad.hs
- + testsuite/tests/wasm/should_run/control-flow/EntropyTransducer.hs
- + testsuite/tests/wasm/should_run/control-flow/LoadCmmGroup.hs
- + testsuite/tests/wasm/should_run/control-flow/README.md
- + testsuite/tests/wasm/should_run/control-flow/RunCmm.hs
- + testsuite/tests/wasm/should_run/control-flow/RunWasm.hs
- + testsuite/tests/wasm/should_run/control-flow/WasmControlFlow.hs
- + testsuite/tests/wasm/should_run/control-flow/WasmControlFlow.stdout
- + testsuite/tests/wasm/should_run/control-flow/all.T
- + testsuite/tests/wasm/should_run/control-flow/src/Church.hs
- + testsuite/tests/wasm/should_run/control-flow/src/Closure.hs
- + testsuite/tests/wasm/should_run/control-flow/src/FailingLint.hs
- + testsuite/tests/wasm/should_run/control-flow/src/Irr.hs
- + testsuite/tests/wasm/should_run/control-flow/src/Irr2.hs
- + testsuite/tests/wasm/should_run/control-flow/src/Irr3.hs
- + testsuite/tests/wasm/should_run/control-flow/src/Irr4.hs
- + testsuite/tests/wasm/should_run/control-flow/src/Length.hs
- + testsuite/tests/wasm/should_run/control-flow/src/Map.hs
- + testsuite/tests/wasm/should_run/control-flow/src/Max.hs
- + testsuite/tests/wasm/should_run/control-flow/src/PJIf.hs
- + testsuite/tests/wasm/should_run/control-flow/src/dec.cmm
- + testsuite/tests/wasm/should_run/control-flow/src/dloop.cmm
- + testsuite/tests/wasm/should_run/control-flow/src/ex10.cmm
- + testsuite/tests/wasm/should_run/control-flow/src/ex9.cmm
- + testsuite/tests/wasm/should_run/control-flow/src/fig1b.cmm
- + testsuite/tests/wasm/should_run/control-flow/src/hardswitch.cmm


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/abd9e37ced25bd5c20d11934e937b92c00f62f6f

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/abd9e37ced25bd5c20d11934e937b92c00f62f6f
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230526/685ab0bb/attachment.html>


More information about the ghc-commits mailing list