lean4-htt/tests/lean
Leonardo de Moura cc6104b369 fix: bug in the old frontend
It had to be fixed because we have code that needs to be compiled with
the old frontend, and the hacks we used to workaround this issue are
incompatible with the new frontend.
2020-09-11 14:12:03 -07:00
..
newfrontend chore: factor out and unify common test behavior; retrieve lean from PATH 2020-05-14 14:38:52 +02:00
run fix: bug in the old frontend 2020-09-11 14:12:03 -07:00
server feat: elaborate all definitions using elabMutualDef 2020-09-06 07:23:47 -07:00
trust0 chore: factor out and unify common test behavior; retrieve lean from PATH 2020-05-14 14:38:52 +02:00
.gitignore chore: ignore test output files 2020-08-31 11:09:27 +02:00
abst.lean chore: fix tests 2020-05-26 15:05:00 -07:00
abst.lean.expected.out Revert "feat: add std streams" 2020-01-25 16:32:06 +01:00
appParserIssue.lean chore: fix tests 2020-06-15 14:39:30 -07:00
appParserIssue.lean.expected.out chore: fix tests 2020-06-17 21:28:37 -07:00
binsearch.lean chore: fix tests 2019-10-27 18:29:51 -07:00
binsearch.lean.expected.out Revert "feat: add std streams" 2020-01-25 16:32:06 +01:00
bytearray.lean feat: ByteArray.copySlice 2020-08-28 10:04:32 -07:00
bytearray.lean.expected.out feat: ByteArray.copySlice 2020-08-28 10:04:32 -07:00
class_def_must_fail.lean fix: reject [class] at declarations that are not inductive datatypes or structures 2019-10-21 22:52:13 -07:00
class_def_must_fail.lean.expected.out fix: reject [class] at declarations that are not inductive datatypes or structures 2019-10-21 22:52:13 -07:00
classBadOutParam.lean feat: add checkOutParam validation 2019-12-01 18:32:48 -08:00
classBadOutParam.lean.expected.out feat: add checkOutParam validation 2019-12-01 18:32:48 -08:00
ctor_layout.lean fix: freeing Environments in tests 2020-07-10 07:42:26 -07:00
ctor_layout.lean.expected.out feat: unsafe functions for freeing compacted regions 2020-07-10 07:42:26 -07:00
dbgMacros.lean feat: expand helper macros 2020-09-10 14:25:07 -07:00
dbgMacros.lean.expected.out feat: expand helper macros 2020-09-10 14:25:07 -07:00
doSeqRightIssue.lean test: do issue 2020-08-15 16:07:01 -07:00
doSeqRightIssue.lean.expected.out chore: fix test 2020-09-06 08:57:33 -07:00
eval_except.lean fix: little details 2020-01-12 08:02:48 -08:00
eval_except.lean.expected.out chore: lowercase error messages 2020-01-12 08:21:26 -08:00
extract.lean chore(tests/lean/extract): reactivate some #eval tests 2019-09-19 18:12:51 +02:00
extract.lean.expected.out chore(tests/lean/extract): reactivate some #eval tests 2019-09-19 18:12:51 +02:00
file_not_found.lean refactor: never implicitly ignore monadic results 2020-04-23 11:09:59 -07:00
file_not_found.lean.expected.out chore: fix test 2020-02-26 07:29:04 -08:00
holes.lean test: add another missing hole test 2020-09-07 17:18:20 -07:00
holes.lean.expected.out feat: abstract nested proofs in definitions 2020-09-08 11:59:26 -07:00
inductive1.lean feat: new inductive command syntax 2020-09-02 09:41:52 -07:00
inductive1.lean.expected.out feat: elaborate all definitions using elabMutualDef 2020-09-06 07:23:47 -07:00
inst.lean chore: fix tests 2020-05-26 15:05:00 -07:00
inst.lean.expected.out Revert "feat: add std streams" 2020-01-25 16:32:06 +01:00
IRbug.lean fix: typo at IR.Expr.alphaEqv 2020-03-31 10:04:59 -07:00
IRbug.lean.expected.out fix: typo at IR.Expr.alphaEqv 2020-03-31 10:04:59 -07:00
json.lean chore: fix tests 2020-05-26 15:05:00 -07:00
json.lean.expected.out feat: translate and refactor Gabriel Ebner's JSON parser 2020-04-15 11:29:18 -07:00
letrec1.lean feat: validate 'let rec' types 2020-09-02 17:02:40 -07:00
letrec1.lean.expected.out feat: validate 'let rec' types 2020-09-02 17:02:40 -07:00
ll_infer_type_bug.lean chore(tests/lean/ll_infer_type_bug): fix partial file manually 2019-08-09 11:11:34 +02:00
ll_infer_type_bug.lean.expected.out chore(tests): fix tests 2019-03-27 14:06:23 -07:00
lvl1.lean chore: fix tests 2020-05-26 15:05:00 -07:00
lvl1.lean.expected.out fix: Level.normalize 2020-01-29 03:38:35 -08:00
macroscopes.lean chore: { <source> with ... } syntax 2020-05-20 15:08:43 -07:00
macroscopes.lean.expected.out chore: fix tests 2020-01-23 16:08:52 -08:00
match1.lean fix: scope and improve error message 2020-09-09 16:44:43 -07:00
match1.lean.expected.out fix: scope and improve error message 2020-09-09 16:44:43 -07:00
match2.lean fix: instantiate metavariables in alternative local decls 2020-08-15 08:18:00 -07:00
match2.lean.expected.out fix: instantiate metavariables in alternative local decls 2020-08-15 08:18:00 -07:00
match3.lean chore: remove begin ... end syntax 2020-08-30 14:15:33 -07:00
match3.lean.expected.out fix: nontermination at DepElim 2020-08-16 11:07:44 -07:00
match4.lean fix: anonymous constructor elaborator 2020-08-17 17:32:11 -07:00
match4.lean.expected.out feat: structure instances with .. in patterns 2020-08-17 16:23:49 -07:00
matchErrorLocation.lean feat: add elabTermEnsuringType 2020-08-15 13:49:10 -07:00
matchErrorLocation.lean.expected.out feat: add elabTermEnsuringType 2020-08-15 13:49:10 -07:00
mutualdef1.lean chore: parameters do not need to match in mutually recursive definitions 2020-09-02 10:30:35 -07:00
mutualdef1.lean.expected.out chore: parameters do not need to match in mutually recursive definitions 2020-09-02 10:30:35 -07:00
mutualWithNamespaceMacro.lean feat: new inductive command syntax 2020-09-02 09:41:52 -07:00
mutualWithNamespaceMacro.lean.expected.out feat: mutual + namespace macro 2020-09-01 12:25:29 -07:00
mvar1.lean chore: fix tests 2020-05-26 15:05:00 -07:00
mvar1.lean.expected.out test: add new tests 2019-10-26 11:32:33 -07:00
mvar2.lean chore: fix tests 2020-05-26 15:05:00 -07:00
mvar2.lean.expected.out chore: fix tests 2019-12-21 16:03:44 -08:00
mvar3.lean chore: fix tests 2020-05-26 15:05:00 -07:00
mvar3.lean.expected.out chore: fix tests 2019-12-21 16:03:44 -08:00
mvar_fvar.lean chore: fix tests 2020-05-26 15:05:01 -07:00
mvar_fvar.lean.expected.out feat(library/init/lean/expr): add Expr.hasFVar and Expr.hasMVar 2019-10-02 10:07:26 -07:00
namelit.lean fix: proper Name literals 2020-01-24 12:38:15 -08:00
namelit.lean.expected.out fix: proper Name literals 2020-01-24 12:38:15 -08:00
phashmap_inst_coherence.lean chore: fix tests 2020-06-25 11:58:49 -07:00
phashmap_inst_coherence.lean.expected.out chore: fix tests 2020-06-17 21:28:37 -07:00
PPRoundtrip.lean refactor: move polymorphic Meta methods back to Meta namespace 2020-08-25 14:57:58 -07:00
PPRoundtrip.lean.expected.out feat: unicodeSymbol.formatter: prefer symbol used in syntax tree 2020-08-20 18:57:08 +02:00
precissues.lean chore: fix tests 2020-06-15 14:39:30 -07:00
precissues.lean.expected.out feat: abstract proofs occurring in binders 2020-09-08 12:29:35 -07:00
private.lean fix: private names 2020-04-09 16:28:21 -07:00
private.lean.expected.out chore: fix test 2020-07-13 16:22:48 -07:00
Process.lean test: test process exit code 2020-08-30 14:28:56 -07:00
Process.lean.expected.out test: test process exit code 2020-08-30 14:28:56 -07:00
protected.lean feat: elaborate protected 2020-07-13 16:22:48 -07:00
protected.lean.expected.out feat: elaborate all definitions using elabMutualDef 2020-09-06 07:23:47 -07:00
readlinkf.sh
ref1.lean refactor: never implicitly ignore monadic results 2020-04-23 11:09:59 -07:00
ref1.lean.expected.out Revert "feat: add std streams" 2020-01-25 16:32:06 +01:00
repr_issue.lean refactor(library/init/data/array): new name convention for Array functions 2019-10-01 16:46:05 -07:00
repr_issue.lean.expected.out chore(tests/lean/extract): reactivate some #eval tests 2019-09-19 18:12:51 +02:00
stdio.lean feat: make std streams Streams 2020-08-28 10:04:32 -07:00
stdio.lean.expected.out feat: make std streams Streams 2020-08-28 10:04:32 -07:00
string_imp.lean chore(library/init/data/string/basic): remove broken lineColumn obsoleted by FileMap 2019-09-19 18:12:51 +02:00
string_imp.lean.expected.out chore(library/init/data/string/basic): remove broken lineColumn obsoleted by FileMap 2019-09-19 18:12:51 +02:00
string_imp2.lean fix: String: take/drop characters, not bytes 2020-08-11 18:24:47 -07:00
string_imp2.lean.expected.out fix: String: take/drop characters, not bytes 2020-08-11 18:24:47 -07:00
struct1.lean fix: validate visibility modifiers 2020-07-23 15:13:55 -07:00
struct1.lean.expected.out fix: validate visibility modifiers 2020-07-23 15:13:55 -07:00
StxQuot.lean feat: adjust semantics to new syntax 2020-08-19 09:56:23 -07:00
StxQuot.lean.expected.out fix: adjust expanders and elaborators to new matchAlts node 2020-09-04 18:59:28 -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
unused_univ.lean feat: report unused universe parameters 2020-07-14 16:40:56 -07:00
unused_univ.lean.expected.out feat: report unused universe parameters 2020-07-14 16:40:56 -07:00
zipper.lean chore: fix tests 2019-11-05 14:44:05 -08:00
zipper.lean.expected.out Revert "feat: add std streams" 2020-01-25 16:32:06 +01:00