mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Marked benchmarks that fail to compile
This commit is contained in:
parent
ad94e0eed9
commit
dc77270d8f
1 changed files with 14 additions and 15 deletions
29
TODO
29
TODO
|
@ -9,9 +9,8 @@ Tier 1:
|
||||||
- array1.scm
|
- array1.scm
|
||||||
- browse.scm
|
- browse.scm
|
||||||
- bv2string.scm
|
- bv2string.scm
|
||||||
- cat.scm
|
- cat.scm - Fails, unable to open outputs/cat.output. Seems opening a file in a directory that does not exist is failing. Is that behavior specified?
|
||||||
- common.scm
|
- compiler.scm - No complex library
|
||||||
- compiler.scm
|
|
||||||
- conform.scm
|
- conform.scm
|
||||||
- cpstak.scm
|
- cpstak.scm
|
||||||
- ctak.scm
|
- ctak.scm
|
||||||
|
@ -19,26 +18,26 @@ Tier 1:
|
||||||
- destruc.scm
|
- destruc.scm
|
||||||
- diviter.scm
|
- diviter.scm
|
||||||
- divrec.scm
|
- divrec.scm
|
||||||
- dynamic.scm
|
- dynamic.scm - Unhandled number of function arguments: 234
|
||||||
- earley.scm
|
- earley.scm
|
||||||
- equal.scm
|
- equal.scm
|
||||||
- fft.scm
|
- fft.scm
|
||||||
- fibc.scm
|
- fibc.scm
|
||||||
- fibfp.scm
|
- fibfp.scm
|
||||||
- fib.scm
|
- fib.scm
|
||||||
- gcbench.scm
|
- gcbench.scm - Needed to manually import (srfi 9)
|
||||||
- graphs.scm
|
- graphs.scm
|
||||||
- lattice.scm
|
- lattice.scm - Error: run: unanticipated problem size 44. may be a problem with numbers and (case)
|
||||||
- matrix.scm
|
- matrix.scm
|
||||||
- mazefun.scm
|
- mazefun.scm
|
||||||
- maze.scm
|
- maze.scm - There is a problem reading the input file
|
||||||
- mbrot.scm
|
- mbrot.scm
|
||||||
- mbrotZ.scm
|
- mbrotZ.scm - No complex library
|
||||||
- mperm.scm
|
- mperm.scm
|
||||||
- nboyer.scm
|
- nboyer.scm
|
||||||
- nqueens.scm
|
- nqueens.scm
|
||||||
- ntakl.scm
|
- ntakl.scm
|
||||||
- nucleic.scm
|
- nucleic.scm - Unhandled number of function arguments: 266
|
||||||
- paraffins.scm
|
- paraffins.scm
|
||||||
- parsing.scm
|
- parsing.scm
|
||||||
- peval.scm
|
- peval.scm
|
||||||
|
@ -47,18 +46,18 @@ Tier 1:
|
||||||
- primes.scm
|
- primes.scm
|
||||||
- puzzle.scm
|
- puzzle.scm
|
||||||
- quicksort.scm
|
- quicksort.scm
|
||||||
- ray.scm
|
- ray.scm - Error: Unable to open file outputs/ray.output. similar issue to above?
|
||||||
- read0.scm
|
- read0.scm - Error (line 170, char 25): unable to parse character: x3bb
|
||||||
- read1.scm
|
- read1.scm
|
||||||
- sboyer.scm
|
- sboyer.scm
|
||||||
- scheme.scm
|
- scheme.scm - Fails, no string-ci or char-ci functions
|
||||||
- simplex.scm
|
- simplex.scm - Compiles but quickly throws error Error: Divide by zero
|
||||||
- slatex.scm
|
- slatex.scm - Unhandled number of function arguments: 188
|
||||||
- string.scm
|
- string.scm
|
||||||
- sum1.scm
|
- sum1.scm
|
||||||
- sumfp.scm
|
- sumfp.scm
|
||||||
- sum.scm
|
- sum.scm
|
||||||
- tail.scm
|
- tail.scm - Unable to open file outputs/tail.output
|
||||||
- takl.scm
|
- takl.scm
|
||||||
- tak.scm
|
- tak.scm
|
||||||
- triangl.scm
|
- triangl.scm
|
||||||
|
|
Loading…
Add table
Reference in a new issue