bgamari / ghc-debug

Moved to Haskell.org GitLab.
https://gitlab.haskell.org/ghc/ghc-debug
62 stars 10 forks source link

System tests #36

Closed supersven closed 4 years ago

supersven commented 4 years ago

The tests run a Debuggee, make requests and call GHC.Debug.Client functions. To guard the tests against GHC changes, they make very little assumptions.

I'd like to propose this nomenclature for tests in this project:

This PR implements system tests. They make sure that Debugger and Debuggee can talk to each other.

Refers to #2

(Sorry, I had to close the previous PR because I mixed up GitLab WIP branches with GitHub Draft PRs.)