Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Fix broken tests #5

Open
2 of 23 tasks
kayceesrk opened this issue Feb 9, 2016 · 1 comment
Open
2 of 23 tasks

Fix broken tests #5

kayceesrk opened this issue Feb 9, 2016 · 1 comment

Comments

@kayceesrk
Copy link
Member

Here are the currently failing tests:

  • tests/asmcomp/fib
  • tests/asmcomp/tak
  • tests/asmcomp/quicksort
  • tests/asmcomp/quicksort2
  • tests/asmcomp/soli
  • tests/asmcomp/tagged-fib
  • tests/asmcomp/tagged-integr
  • tests/asmcomp/tagged-quicksort
  • tests/asmcomp/tagged-tak
  • tests/backtrace/backtrace.ml
  • tests/backtrace/backtrace.ml
  • tests/backtrace/backtrace.ml
  • tests/backtrace/backtrace.ml
  • tests/backtrace/backtrace2.ml
  • tests/backtrace/raw_backtrace.ml
  • tests/backtrace/backtrace_deprecated.ml
  • tests/backtrace/backtrace_slots.ml
  • tests/lib-threads/testsieve.ml
  • tests/lib-threads/torture.ml
  • tests/runtime-errors/stackoverflow.native
  • tests/tool-debugger/basic/
  • tests/tool-debugger/no_debug_event/
  • tests/typing-extensions/extensions.ml.reference

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
Copy link
Member Author

Threads tests have been fixed by 47a2fcb.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant