File: REAME.md

package info (click to toggle)
js-of-ocaml 6.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 37,932 kB
  • sloc: ml: 135,957; javascript: 58,364; ansic: 437; makefile: 422; sh: 12; perl: 4
file content (16 lines) | stat: -rw-r--r-- 670 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Testsuite from the OCaml compiler distribution

This directory contains a subset of the tests available in
https://github.com/ocaml/ocaml under the testsuite/tests/
directory.

The tests have been updated to accommodate wasoo and jsoo but we should
aim at keeping diffs as small as possible to simplify (re-)synchronisation.

- `*.reference` files in the ocaml repo are renamed to `*.expected` here.
- expect test are not suppot yet.

## Tooling
`tools/sync_testsuite.exe` is a small tool that helps visualizing the diff between the ocaml testsuite and this directory.

`dune exe tools/sync_testsuite.exe -- <PATH_TO_OCAML_REPO>/testsuite/tests/ compiler/tests-ocaml/`