Indicated 3 tests that pass now

This commit is contained in:
Justin Ethier 2016-04-06 23:16:39 -04:00
parent f966fd6821
commit 0fc29a1ee6

9
TODO
View file

@ -13,9 +13,6 @@ Tier 1:
- slatex.scm - Need to handle more than one "args" argument to apply - slatex.scm - Need to handle more than one "args" argument to apply
crashes: crashes:
- compiler.scm - segfaults during compilation - compiler.scm - segfaults during compilation
- maze.scm - vector-ref invalid index -6
- nucleic.scm - Runs now, but segfaults
- simplex.scm - Compiles but quickly throws error Error: Divide by zero
OK if test errors out if outputs directory is missing, chibi does the same thing. OK if test errors out if outputs directory is missing, chibi does the same thing.
List of all benchmarks, along with comments if they are failing: List of all benchmarks, along with comments if they are failing:
@ -45,14 +42,14 @@ Tier 1:
- lattice.scm - lattice.scm
- matrix.scm - matrix.scm
- mazefun.scm - mazefun.scm
- maze.scm - vector-ref invalid index -6 - maze.scm
- mbrot.scm - mbrot.scm
- mbrotZ.scm - No complex library - mbrotZ.scm - No complex library
- mperm.scm - mperm.scm
- nboyer.scm - nboyer.scm
- nqueens.scm - nqueens.scm
- ntakl.scm - ntakl.scm
- nucleic.scm - Runs now, but segfaults - nucleic.scm
- paraffins.scm - paraffins.scm
- parsing.scm - parsing.scm
- peval.scm - peval.scm
@ -66,7 +63,7 @@ Tier 1:
- read1.scm - read1.scm
- sboyer.scm - sboyer.scm
- scheme.scm - Problem with (macro?) being a primitive and defined in application code - scheme.scm - Problem with (macro?) being a primitive and defined in application code
- simplex.scm - Compiles but quickly throws error Error: Divide by zero - simplex.scm
- slatex.scm - Need to handle more than one "args" argument to apply - slatex.scm - Need to handle more than one "args" argument to apply
- string.scm - string.scm
- sum1.scm - sum1.scm