8.10
3.7.3.8 Version 8 Test Suites
(require cpsc411/test-suite/public/v8) | |
package: cpsc411-lib |
procedure
(v8-public-test-suite pass-list interp-list) → test-suite? pass-list : (listof (-> any/c any/c)) interp-list : (listof (or/c #f (-> any/c any/c)))
The test suite for the v8 compiler passes.
Reuses all test suites from v7-public-test-suite where possible.
pass-list is expected to be a list of passes that compile from exprs-lang-v8? to x64, compatible with current-pass-list.
See v1-public-test-suite for details about the interpretation of pass-list and interp-list.