lean4-htt/tests/lean
2015-02-26 10:51:19 -08:00
..
expensive
extra test(tests/lean/extra): add regression tests for issue #422 2015-02-04 10:55:03 -08:00
hott fix(tests/lean/hott): adjust tests to reflect changes in the HoTT library 2015-02-26 10:51:19 -08:00
interactive feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
run feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
slow feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
trust0 feat(shell): set default behavior to "trusted" 2015-01-21 16:25:09 -08:00
438.lean fix(frontends/lean/structure_cmd): effect of "include" command in the structure command 2015-02-19 22:44:51 -08:00
438.lean.expected.out fix(frontends/lean/structure_cmd): effect of "include" command in the structure command 2015-02-19 22:44:51 -08:00
abbrev1.lean test(tests/lean/abbrev1): add test for abbreviation command 2015-02-10 18:28:48 -08:00
abbrev1.lean.expected.out test(tests/lean/abbrev1): add test for abbreviation command 2015-02-10 18:28:48 -08:00
abbrev2.lean fix(frontends/lean/pp): bugs when pretty printing abbreviations 2015-02-10 19:06:09 -08:00
abbrev2.lean.expected.out fix(frontends/lean/pp): bugs when pretty printing abbreviations 2015-02-10 19:06:09 -08:00
acc.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
acc.lean.expected.out
acc_rec_bug.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
acc_rec_bug.lean.expected.out
alias.lean
alias.lean.expected.out
alias2.lean
alias2.lean.expected.out
apply_fail.lean feat(library/tactic): produce better error message when a tactic fails 2015-02-16 18:42:15 -08:00
apply_fail.lean.expected.out feat(library/tactic): produce better error message when a tactic fails 2015-02-16 18:42:15 -08:00
assert_fail.lean feat(frontends/lean): add 'assert H : A, ...' as notation for 'have H [visible] : A, ...' 2015-02-25 14:30:42 -08:00
assert_fail.lean.expected.out feat(library/tactic): produce better error message when a tactic fails 2015-02-16 18:42:15 -08:00
bad_class.lean refactor(frontends/lean): add 'attribute' command 2015-01-24 20:23:21 -08:00
bad_class.lean.expected.out
bad_coercions.lean refactor(frontends/lean): add 'attribute' command 2015-01-24 20:23:21 -08:00
bad_coercions.lean.expected.out refactor(frontends/lean): add 'attribute' command 2015-01-24 20:23:21 -08:00
bad_end.lean
bad_end.lean.expected.out
bad_eqns.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
bad_eqns.lean.expected.out feat(frontends/lean): ML-like notation for match and recursive equations 2015-02-25 16:20:44 -08:00
bad_id.lean feat(frontends/lean/scanner): disallow hierarchical names such as 'x.1' 2014-11-09 12:55:13 -08:00
bad_id.lean.expected.out feat(frontends/lean/scanner): disallow hierarchical names such as 'x.1' 2014-11-09 12:55:13 -08:00
bad_namespace.lean test(tests/lean): add more tests for error messages 2015-02-01 20:04:22 -08:00
bad_namespace.lean.expected.out test(tests/lean): add more tests for error messages 2015-02-01 20:04:22 -08:00
bad_notation.lean test(tests/lean): remove data.nat dependency 2014-12-23 17:42:56 -08:00
bad_notation.lean.expected.out
bad_open.lean test(tests/lean): add more tests for error messages 2015-02-01 20:04:22 -08:00
bad_open.lean.expected.out test(tests/lean): add more tests for error messages 2015-02-01 20:04:22 -08:00
bad_print.lean test(tests/lean): add more tests for error messages 2015-02-01 20:04:22 -08:00
bad_print.lean.expected.out test(tests/lean): add more tests for error messages 2015-02-01 20:04:22 -08:00
bad_set_option.lean test(tests/lean/bad_set_option): add tests for bad 'set_option' command 2015-02-01 20:20:35 -08:00
bad_set_option.lean.expected.out test(tests/lean/bad_set_option): add tests for bad 'set_option' command 2015-02-01 20:20:35 -08:00
bad_structures.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
bad_structures.lean.expected.out fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
bad_structures2.lean test(tests/lean): add tests for structure command error messages 2015-01-30 09:52:42 -08:00
bad_structures2.lean.expected.out test(tests/lean): add tests for structure command error messages 2015-01-30 09:52:42 -08:00
beginend_bug.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
beginend_bug.lean.expected.out feat(library/tactic): produce better error message when a tactic fails 2015-02-16 18:42:15 -08:00
bug1.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
bug1.lean.expected.out
calc1.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
calc1.lean.expected.out
calc_assistant.lean
calc_assistant.lean.expected.out
check.lean
check.lean.expected.out
check2.lean
check2.lean.expected.out
choice_expl.lean
choice_expl.lean.expected.out
cls_err.lean
cls_err.lean.expected.out
coe.lean
coe.lean.expected.out
config.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
config.lean.expected.out
const.lean
const.lean.expected.out
crash.lean
crash.lean.expected.out
ctx.lean feat(library/tactic/goal): when listing context/goal variables, collect vars of same type in one line 2015-01-13 11:14:44 -08:00
ctx.lean.expected.out feat(library/tactic/goal): when listing context/goal variables, collect vars of same type in one line 2015-01-13 11:14:44 -08:00
ctxopt.lean
ctxopt.lean.expected.out
empty.lean
empty.lean.expected.out
empty_thm.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
empty_thm.lean.expected.out
error_full_names.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
error_full_names.lean.expected.out test(tests/lean): remove data.nat dependency 2014-12-23 17:42:56 -08:00
error_pos_bug.lean
error_pos_bug.lean.expected.out
error_pos_bug2.lean
error_pos_bug2.lean.expected.out
eta_bug.lean refactor(*): remove transparent_scope hack, replace [strict] with [all-transparent] annotation 2015-02-07 15:19:41 -08:00
eta_bug.lean.expected.out fix(tests/lean): adjust test to new eval semantics 2014-11-10 21:10:33 -08:00
fold.lean refactor(*): modify '|' binding power, use 'abs a' instead of '|a|', and '(a | b)' instead of 'a | b' 2015-02-25 15:18:21 -08:00
fold.lean.expected.out fix(tests/lean): adjust tests to reflect changes in the standard library 2015-02-01 11:36:38 -08:00
ftree.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
ftree.lean.expected.out feat(frontends/lean/inductive_cmd): improve resulting universe level inference for inductive datatypes 2014-11-12 10:52:32 -08:00
gen_bug.lean
gen_bug.lean.expected.out feat(library/tactic): produce better error message when a tactic fails 2015-02-16 18:42:15 -08:00
gen_fail.lean feat(library/tactic): produce better error message when a tactic fails 2015-02-16 18:42:15 -08:00
gen_fail.lean.expected.out feat(library/tactic): produce better error message when a tactic fails 2015-02-16 18:42:15 -08:00
goals1.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
goals1.lean.expected.out feat(library/tactic/goal): when listing context/goal variables, collect vars of same type in one line 2015-01-13 11:14:44 -08:00
have1.lean
have1.lean.expected.out
ind_parser_bug.lean
ind_parser_bug.lean.expected.out
inst.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
inst.lean.expected.out
inv_del.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
inv_del.lean.expected.out fix(tests/lean): to reflect recent changes 2014-12-01 17:14:11 -08:00
K_bug.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
K_bug.lean.expected.out fix(kernel/inductive/inductive): fix assertion violation when K is applied to type incorrect term 2015-01-27 11:22:14 -08:00
let1.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
let1.lean.expected.out
let3.lean
let3.lean.expected.out
let4.lean
let4.lean.expected.out
namespace_bug.lean test(tests/lean): remove data.nat dependency 2014-12-23 17:42:56 -08:00
namespace_bug.lean.expected.out test(tests/lean): remove data.nat dependency 2014-12-23 17:42:56 -08:00
nat_pp.lean feat(frontends/lean/pp): add hard-coded pretty printer for nat numerals 2014-12-01 16:07:55 -08:00
nat_pp.lean.expected.out feat(frontends/lean/pp): add hard-coded pretty printer for nat numerals 2014-12-01 16:07:55 -08:00
natsucc.lean feat(frontends/lean): better error messages for ill-terminated declarations 2015-02-10 14:38:00 -08:00
natsucc.lean.expected.out feat(frontends/lean): better error messages for ill-terminated declarations 2015-02-10 14:38:00 -08:00
no_confusion_type.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
no_confusion_type.lean.expected.out fix(tests/lean): to reflect recent changes 2014-12-01 17:14:11 -08:00
nonexhaustive.lean feat(frontends/lean): ML-like notation for match and recursive equations 2015-02-25 16:20:44 -08:00
nonexhaustive.lean.expected.out fix(tests/lean/nonexhaustive): remove line "warning: imported file uses 'sorry'" from test produced output 2015-02-01 21:25:52 -08:00
notation.lean test(tests/lean): remove data.nat dependency 2014-12-23 17:42:56 -08:00
notation.lean.expected.out
notation2.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
notation2.lean.expected.out
notation3.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
notation3.lean.expected.out
notation4.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
notation4.lean.expected.out
notation5.lean
notation5.lean.expected.out
notation6.lean
notation6.lean.expected.out
notation7.lean
notation7.lean.expected.out
num.lean
num.lean.expected.out
num2.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
num2.lean.expected.out
num3.lean
num3.lean.expected.out
num4.lean
num4.lean.expected.out
num5.lean
num5.lean.expected.out
omit.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
omit.lean.expected.out
open_tst.lean feat(frontends/lean): add "except" notation for "open" command, allow multiple metaclasses to be opened in a single "open" command 2015-02-11 11:02:59 -08:00
open_tst.lean.expected.out feat(frontends/lean): add "except" notation for "open" command, allow multiple metaclasses to be opened in a single "open" command 2015-02-11 11:02:59 -08:00
param.lean
param.lean.expected.out
parsing_only.lean
parsing_only.lean.expected.out
place_eqn.lean feat(frontends/lean): ML-like notation for match and recursive equations 2015-02-25 16:20:44 -08:00
place_eqn.lean.expected.out feat(frontends/lean): ML-like notation for match and recursive equations 2015-02-25 16:20:44 -08:00
pp.lean feat(frontends/lean): pp.beta is true by default 2015-02-24 12:27:53 -08:00
pp.lean.expected.out feat(frontends/lean/builtin_cmds): remove workaround for getting nice metavariable names in the check command 2014-10-30 13:12:45 -07:00
pp_beta.lean feat(frontends/lean): pp.beta is true by default 2015-02-24 12:27:53 -08:00
pp_beta.lean.expected.out feat(frontends/lean): pp.beta is true by default 2015-02-24 12:27:53 -08:00
ppbug.lean fix(library/print): typo in is_used_name 2015-01-25 08:58:08 -08:00
ppbug.lean.expected.out fix(library/print): typo in is_used_name 2015-01-25 08:58:08 -08:00
print_ax1.lean test(tests/lean): remove data.nat dependency 2014-12-23 17:42:56 -08:00
print_ax1.lean.expected.out
print_ax2.lean
print_ax2.lean.expected.out fix(tests/lean/print_ax2): adjust test output 2015-02-24 13:34:52 -08:00
prodtst.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
prodtst.lean.expected.out fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
proj.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
proj.lean.expected.out
protected.lean
protected.lean.expected.out
protected_test.lean feat(frontends/lean): new semantics for "protected" declarations 2015-02-11 14:09:25 -08:00
protected_test.lean.expected.out feat(frontends/lean): new semantics for "protected" declarations 2015-02-11 14:09:25 -08:00
pstate.lean
pstate.lean.expected.out feat(library/tactic/goal): when listing context/goal variables, collect vars of same type in one line 2015-01-13 11:14:44 -08:00
record_rec_protected.lean
record_rec_protected.lean.expected.out
reserve_bugs.lean fix(frontends/lean/notation_cmd): bugs in 'reserve notation' command 2014-11-13 22:05:55 -08:00
reserve_bugs.lean.expected.out fix(frontends/lean/notation_cmd): bugs in 'reserve notation' command 2014-11-13 22:05:55 -08:00
revert_fail.lean feat(library/tactic): produce better error message when a tactic fails 2015-02-16 18:42:15 -08:00
revert_fail.lean.expected.out feat(library/tactic): produce better error message when a tactic fails 2015-02-16 18:42:15 -08:00
rewrite_fail.lean feat(library/tactic): produce better error message when a tactic fails 2015-02-16 18:42:15 -08:00
rewrite_fail.lean.expected.out feat(library/tactic): produce better error message when a tactic fails 2015-02-16 18:42:15 -08:00
rewrite_loop.lean fix(tests/lean/rewrite_loop): notation 2015-02-04 19:21:26 -08:00
rewrite_loop.lean.expected.out feat(library/tactic/rewrite_tactic): add maximum number of iterations threshold to rewrite tactic 2015-02-04 16:13:15 -08:00
sec.lean
sec.lean.expected.out
sec2.lean refactor(frontends/lean): add 'attribute' command 2015-01-24 20:23:21 -08:00
sec2.lean.expected.out test(tests/lean): add new test for scoping rules 2015-01-22 11:41:19 -08:00
sec3.lean feat(frontends/lean/parser): reject explicit universe levels in variables and parameters 2015-02-11 16:25:06 -08:00
sec3.lean.expected.out feat(frontends/lean/parser): reject explicit universe levels in variables and parameters 2015-02-11 16:25:06 -08:00
shadow.lean feat(frontends/lean): ML-like notation for match and recursive equations 2015-02-25 16:20:44 -08:00
shadow.lean.expected.out feat(frontends/lean): ML-like notation for match and recursive equations 2015-02-25 16:20:44 -08:00
show1.lean
show1.lean.expected.out
showenv.l
struct_class.lean
struct_class.lean.expected.out fix(tests/lean/struct_class): adjust test result to reflect recent changes 2014-12-03 20:32:33 -08:00
t1.lean
t1.lean.expected.out
t2.lean
t2.lean.expected.out
t3.lean feat(frontends/lean): allow parameters only in contexts 2014-10-11 17:13:56 -07:00
t3.lean.expected.out
t4.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t4.lean.expected.out
t5.lean
t5.lean.expected.out
t6.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t6.lean.expected.out
t7.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t7.lean.expected.out
t9.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t9.lean.expected.out
t10.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t10.lean.expected.out
t11.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t11.lean.expected.out
t12.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t12.lean.expected.out
t13.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t13.lean.expected.out
t14.lean fix(tests/lean/run): replace "open [notation]" with "open [notations]" 2014-12-17 18:28:38 -08:00
t14.lean.expected.out
tactic_var_bug.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
tactic_var_bug.lean.expected.out fix(frontends/lean): fix pretty-printing spacing problem 2014-11-09 14:49:43 -08:00
test.sh fix(tests/lean/nonexhaustive): remove line "warning: imported file uses 'sorry'" from test produced output 2015-02-01 21:25:52 -08:00
test_single.sh fix(tests/lean/nonexhaustive): remove line "warning: imported file uses 'sorry'" from test produced output 2015-02-01 21:25:52 -08:00
test_single_pp.sh
tuple.lean test(tests/lean): remove data.nat dependency 2014-12-23 17:42:56 -08:00
tuple.lean.expected.out
uni_bug1.lean test(tests/lean): remove data.nat dependency 2014-12-23 17:42:56 -08:00
uni_bug1.lean.expected.out
unifier_bug.lean
unifier_bug.lean.expected.out
unique_instances.lean refactor(library): use [] binder annotation when declaring instances 2015-02-24 16:12:39 -08:00
unique_instances.lean.expected.out refactor(library): use [] binder annotation when declaring instances 2015-02-24 16:12:39 -08:00
univ.lean
univ.lean.expected.out
univ_vars.lean
univ_vars.lean.expected.out feat(kernel/level): improve universe level pretty printer 2014-11-14 14:51:03 -08:00
unzip_error.lean feat(frontends/lean): ML-like notation for match and recursive equations 2015-02-25 16:20:44 -08:00
unzip_error.lean.expected.out fix(tests/lean/nonexhaustive): remove line "warning: imported file uses 'sorry'" from test produced output 2015-02-01 21:25:52 -08:00
var.lean
var.lean.expected.out
var2.lean
var2.lean.expected.out
varcomma.lean feat(frontends/lean): better error messages for ill-terminated declarations 2015-02-10 14:38:00 -08:00
varcomma.lean.expected.out feat(frontends/lean): better error messages for ill-terminated declarations 2015-02-10 14:38:00 -08:00
whnf.lean test(tests/lean): remove data.nat dependency 2014-12-23 17:42:56 -08:00
whnf.lean.expected.out fix(tests/lean/whnf): make sure the test does not produce 'sorry' 2014-12-03 21:12:33 -08:00
whnf_tac.lean
whnf_tac.lean.expected.out