lean4-htt/tests/compiler
Leonardo de Moura 167549de59 chore: fix tests
2019-11-22 07:56:06 -08:00
..
.gitignore chore(tests/compiler): add .gitignore 2019-02-08 16:59:17 -08:00
append.lean chore(tests): fix tests 2019-07-17 10:46:35 -07:00
append.lean.expected.out chore(tests/compiler/append): add expected output 2019-02-09 20:02:26 +01:00
array_test.lean chore(tests): fix tests 2019-07-17 10:46:35 -07:00
array_test.lean.expected.out chore: fix tests 2019-10-07 15:57:02 -07:00
array_test2.lean chore(tests): fix tests 2019-07-17 10:46:35 -07:00
array_test2.lean.expected.out feat(library/init/data/array/basic): array helper functions 2019-04-28 10:10:24 -07:00
binomial.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
binomial.lean.expected.out chore(tests/compiler/binomial): further reduce input size for debug build of interpreter... 2019-09-12 18:26:15 +02:00
bytearray_bug.lean refactor(library/init/data/array): new name convention for Array functions 2019-10-01 16:46:05 -07:00
bytearray_bug.lean.expected.out fix(library/compiler): ByteArray bug 2019-06-03 15:01:16 -07:00
closure_bug1.lean refactor(library/init/data/list): new name convention for List functions 2019-10-01 15:15:02 -07:00
closure_bug1.lean.expected.out fix(library/init/lean/compiler/ir/emitcpp): header of big boxed functions 2019-07-08 21:52:01 -07:00
expr.lean chore: avoid Expr constructors in tests 2019-11-14 16:54:36 -08:00
expr.lean.expected.out chore: fix tests 2019-11-18 19:54:05 -08:00
float_cases_bug.lean chore: fix tests 2019-11-05 14:44:05 -08:00
float_cases_bug.lean.expected.out fix(library/compiler/csimp): bug at float_cases_on 2019-08-05 13:23:27 -07:00
lazylist.lean chore: fix tests 2019-11-05 14:44:05 -08:00
lazylist.lean.expected.out test(tests/compiler/lazylist): new test for closures and thunks 2019-03-29 15:00:52 -07:00
lazylist.lean.no_interpreter chore(tests/compiler): ignore some tests for the interpreter 2019-09-12 18:26:15 +02:00
map_big.lean chore(tests): fix tests 2019-07-17 10:46:35 -07:00
map_big.lean.expected.out fix(library/compiler/specialize): avoid work duplication in the specializer 2019-03-08 11:21:49 -08:00
map_big.lean.no_interpreter chore(tests/compiler): ignore some tests for the interpreter 2019-09-12 18:26:15 +02:00
partial.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
partial.lean.expected.out feat(library/equations_compiler): add support for partial definitions 2019-03-27 11:09:32 -07:00
phashmap.lean chore: fix tests 2019-10-27 18:29:51 -07:00
phashmap.lean.expected.out chore(tests/compiler): reduce some test sizes for the interpreter 2019-09-12 18:26:15 +02:00
phashmap2.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
phashmap2.lean.expected.out test(tests/compiler): PersistentHashMap tests 2019-08-02 14:23:13 -07:00
phashmap3.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
phashmap3.lean.expected.out test(tests/compiler): PersistentHashMap tests 2019-08-02 14:23:13 -07:00
qsortBadLt.lean feat(library/init/data/array/qsort): ensure qsort terminates even for bad lt relations 2019-08-10 22:10:14 -07:00
qsortBadLt.lean.expected.out chore: fix tests 2019-10-07 15:57:02 -07:00
rbmap_library.lean chore: fix tests 2019-10-27 18:29:51 -07:00
rbmap_library.lean.expected.out test(tests/bench): add benchmarks as regular ctests with lowered inputs 2019-09-02 10:52:24 +02:00
reusebug.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
reusebug.lean.expected.out fix(library/init/lean/compiler/ir/resetreuse): typo 2019-05-22 08:45:29 -07:00
str.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
str.lean.expected.out feat(library/init/data/string): add String.isPrefixOf 2019-06-06 14:20:50 -07:00
strictAndOr.lean feat(library/init/lean/compiler/constfolding): constant folding for strictAnd and strictOr 2019-04-05 16:51:29 -07:00
strictAndOr.lean.expected.out feat(library/init/lean/compiler/constfolding): constant folding for strictAnd and strictOr 2019-04-05 16:51:29 -07:00
strictOrSimp.lean refactor(library/init/data/list): new name convention for List functions 2019-10-01 15:15:02 -07:00
strictOrSimp.lean.expected.out test(tests/compiler): add new test 2019-04-05 16:58:47 -07:00
t1.lean chore(tests): port tests, fix at least compiler tests 2019-03-21 15:11:05 -07:00
t1.lean.expected.out feat(tests/compiler): add first test 2019-02-07 12:14:25 -08:00
t2.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
t2.lean.expected.out chore(tests/compiler/t2): fix test 2019-02-15 12:13:45 -08:00
t4.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
t4.lean.expected.out fix(library/compiler/emit_cpp): tail call 2019-05-21 23:07:10 -07:00
termparsertest1.lean chore: fix tests 2019-10-27 18:29:51 -07:00
termparsertest1.lean.expected.out chore: fix tests 2019-10-07 15:57:02 -07:00
test_single.sh chore: fix tests 2019-11-22 07:56:06 -08:00
test_single_interpret.sh feat: make LEAN_PATH a mapping from package names to root dirs, remove C++ impl 2019-11-20 16:39:53 +01:00
thunk.lean chore(tests): fix tests 2019-07-17 10:46:35 -07:00
thunk.lean.expected.out test(tests/compiler): add thunk test 2019-02-08 11:01:33 -08:00
uint_fold.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
uint_fold.lean.expected.out test(tests/compiler): uint constant folding tests 2019-02-15 14:53:29 -08:00