lean4-htt/tests/compiler
Leonardo de Moura 192d45d867 chore: fix tests
2020-10-20 16:15:30 -07:00
..
foreign refactor: consistent io_result_mk* naming 2020-08-31 11:08:57 +02:00
.gitignore feat: stop compiling Lean code as C++, remove --cpp option 2020-05-14 14:45:33 +02:00
append.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
append.lean.expected.out
array_test.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
array_test.lean.expected.out feat: add Subarray 2020-10-09 16:06:24 -07:00
array_test2.lean
array_test2.lean.expected.out
binomial.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
binomial.lean.expected.out
bytearray_bug.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
bytearray_bug.lean.expected.out
closure_bug1.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
closure_bug1.lean.expected.out
closure_bug2.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
closure_bug2.lean.expected.out test: news tests 2019-12-19 05:51:04 -08:00
closure_bug3.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
closure_bug3.lean.expected.out test: news tests 2019-12-19 05:51:04 -08:00
closure_bug4.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
closure_bug4.lean.expected.out test: news tests 2019-12-19 05:51:04 -08:00
closure_bug5.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
closure_bug5.lean.expected.out test: news tests 2019-12-19 05:51:04 -08:00
closure_bug6.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
closure_bug6.lean.expected.out test: news tests 2019-12-19 05:51:04 -08:00
closure_bug7.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
closure_bug7.lean.expected.out test: news tests 2019-12-19 05:51:04 -08:00
closure_bug8.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
closure_bug8.lean.expected.out test: news tests 2019-12-19 05:51:04 -08:00
expr.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
expr.lean.expected.out chore: fix tests 2019-11-18 19:54:05 -08:00
float.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
float.lean.expected.out test: add test that exposed unboxing issue 2020-04-03 18:24:48 -07:00
float_cases_bug.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
float_cases_bug.lean.expected.out
init.lean fix: use resolveGlobalConstNoOverload at init attribute handler 2020-10-10 11:37:37 -07:00
init.lean.expected.out feat: expand initialize macro 2020-10-10 08:23:49 -07:00
init.lean.no_interpreter feat: expand initialize macro 2020-10-10 08:23:49 -07:00
lazylist.lean fix: handle optParam at consumeImplicits 2020-10-11 15:26:10 -07:00
lazylist.lean.expected.out
lazylist.lean.no_interpreter
map_big.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
map_big.lean.expected.out
map_big.lean.no_interpreter
partial.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
partial.lean.expected.out
phashmap.lean chore: move tests to new frontend 2020-10-10 07:41:04 -07:00
phashmap.lean.expected.out test: speed up some tests for the debug interpreter 2019-12-07 21:51:59 +01:00
phashmap2.lean chore: fix tests 2020-10-20 16:15:30 -07:00
phashmap2.lean.expected.out
phashmap3.lean chore: fix tests 2020-10-20 16:15:30 -07:00
phashmap3.lean.expected.out
print_error.lean chore: remove test special case 2020-05-04 11:11:11 +02:00
print_error.lean.expected.out chore: remove test special case 2020-05-04 11:11:11 +02:00
print_error.lean.expected.ret chore: remove test special case 2020-05-04 11:11:11 +02:00
qsortBadLt.lean
qsortBadLt.lean.expected.out
rbmap_library.lean chore: fix tests 2020-10-20 16:15:30 -07:00
rbmap_library.lean.expected.out test: speed up some tests for the debug interpreter 2019-12-07 21:51:59 +01:00
reusebug.lean
reusebug.lean.expected.out
StackOverflow.lean feat: detect stack overflows on all platforms and threads 2020-05-04 11:11:11 +02:00
StackOverflow.lean.expected.out feat: detect stack overflows on all platforms and threads 2020-05-04 11:11:11 +02:00
StackOverflow.lean.expected.ret feat: detect stack overflows on all platforms and threads 2020-05-04 11:11:11 +02:00
StackOverflow.lean.no_interpreter feat: detect stack overflows on all platforms and threads 2020-05-04 11:11:11 +02:00
StackOverflowTask.lean fix: Task: make reference and -j0 semantics eager, simplify 2020-09-14 17:57:33 +02:00
StackOverflowTask.lean.expected.out feat: detect stack overflows on all platforms and threads 2020-05-04 11:11:11 +02:00
StackOverflowTask.lean.expected.ret feat: detect stack overflows on all platforms and threads 2020-05-04 11:11:11 +02:00
StackOverflowTask.lean.no_interpreter feat: detect stack overflows on all platforms and threads 2020-05-04 11:11:11 +02:00
str.lean
str.lean.expected.out
strictAndOr.lean
strictAndOr.lean.expected.out
strictOrSimp.lean chore: fix tests 2019-11-26 18:07:13 -08:00
strictOrSimp.lean.expected.out
t1.lean
t1.lean.expected.out
t2.lean refactor: never implicitly ignore monadic results 2020-04-23 11:09:59 -07:00
t2.lean.expected.out test: do not ignore whitespace in diff 2020-08-06 09:26:48 -07:00
t4.lean refactor: never implicitly ignore monadic results 2020-04-23 11:09:59 -07:00
t4.lean.expected.out
termparsertest1.lean fix: tests and elabDo 2020-09-26 19:12:01 -07:00
termparsertest1.lean.expected.out chore: fix test 2020-10-14 13:23:25 -07:00
test_single.sh chore: factor out and unify common test behavior; retrieve lean from PATH 2020-05-14 14:38:52 +02:00
test_single_interpret.sh chore: factor out and unify common test behavior; retrieve lean from PATH 2020-05-14 14:38:52 +02:00
thunk.lean
thunk.lean.expected.out
uint_fold.lean
uint_fold.lean.expected.out