ocamllabs / ocaml-effects

*DEPRECATED: See ocaml-multicore/ocaml-multicore* OCaml effects handlers
Other
27 stars 4 forks source link

Fix broken tests #5

Open kayceesrk opened 8 years ago

kayceesrk commented 8 years ago

Here are the currently failing tests:

The failing tests can be put into 3 broad classes

  1. asmcomp -- These tests just need to be updated to reflect the changes to the native backend
  2. threads -- Fix sys-threads and vm-threads
  3. backtrace -- Fix the backtrace support
kayceesrk commented 8 years ago

Threads tests have been fixed by https://github.com/ocamllabs/ocaml-effects/commit/47a2fcbcefe21e2e73929acf5beb9a91780940ef.