Idris-dev/test
Edwin Brady 2856967816 Normalise LHS before compilation
...otherwise in some situations the forcing optimisation may lead
to uncompilable code
2012-11-21 16:32:18 +00:00
..
reg001 Warn when generating a setter for a record fails 2012-10-18 20:52:17 +01:00
reg002 Allow forward declaration of data structures 2012-10-30 20:19:16 +00:00
reg003 Add reg003 tests 2012-11-13 11:23:20 +00:00
reg004 Fix 'where' lifting bug 2012-11-05 15:02:11 +00:00
reg005 Normalise LHS before compilation 2012-11-21 16:32:18 +00:00
test001 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test002 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test003 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test004 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test005 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test006 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test007 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test008 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test009 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test010 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test011 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test012 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test013 Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
test014 Add argument passing to new tests 2012-11-13 11:19:27 +00:00
test015 Add argument passing to new tests 2012-11-13 11:19:27 +00:00
test016 Add argument passing to new tests 2012-11-13 11:19:27 +00:00
test017 Add argument passing to new tests 2012-11-13 11:19:27 +00:00
test018 Add argument passing to new tests 2012-11-13 11:19:27 +00:00
Makefile Added test directory and a single test... 2011-11-17 22:13:33 +01:00
mktest.pl Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00
README Added raw (non-typesafe) message passing library 2012-10-30 13:29:22 +00:00
runtest.pl Infrastructure for passing of parameters to idris during tests 2012-11-13 11:19:15 +00:00

Tests:

001: Well-typed interpreter
002: Universe checking
003: Literate source and string processing
004: File operations
005: Num class resolution [regression]; span & break; ad-hoc overloading
006: Provisional definitions; class resolution in patterns
007: Applicative and idiom brackets
008: case and pattern matching let
009: ranges and list monad
010: total
011: record projection and update
012: various error regressions
013: binding syntax
014: resource DSL
015: verified binary adder
016: codata
017: mutually recursive totality checking
018: Message passing concurrency (raw form)

regxxx: various regression tests