lean2/tests/lean
Leonardo de Moura e778e3faec fix(tests/lean): adjust tests expected output
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-13 12:35:14 -07:00
..
expensive chore(tests/lean): add 'expensive' file 2014-08-01 10:35:32 -07:00
hott test(tests/lean/hott): add some of Vladimir's definitions as tests 2014-07-26 20:50:37 -07:00
interactive test(tests/lean/interactive): add old 'interactive' tests 2014-08-06 14:57:08 -07:00
run feat(frontends/lean): remove feature that in declarations such as (A B : Type), forced A and B to be in the same universe 2014-08-12 17:40:30 -07:00
slow test(tests/lean/slow): add self contained path_groupoids test file 2014-08-11 16:44:30 -07:00
alias.lean feat(library/scoped_ext): force user to end a scope with an identifier matching the one used in beginning of scope, closes #30 2014-08-07 16:59:08 -07:00
alias.lean.expected.out feat(frontends/lean): add basic pretty printer 2014-07-09 01:12:36 -07:00
bug1.lean feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform 2014-07-01 16:55:41 -07:00
bug1.lean.expected.out chore(kernel/error_msgs): change type mismatch error messages, closes #33 2014-08-07 16:18:40 -07:00
calc1.lean feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform 2014-07-01 16:55:41 -07:00
calc1.lean.expected.out fix(frontends/lean/elaborator): use preprocessed expression when displaying errors 2014-07-29 14:25:50 -07:00
config.lean chore(tests/lean): reactivate config.lean 2014-07-10 23:32:23 +01:00
config.lean.expected.out chore(shell): re-activate .lean tests 2014-06-11 14:36:42 -07:00
crash.lean feat(frontends/lean): make sure all scopes are closed in the end of the module 2014-08-07 17:08:59 -07:00
crash.lean.expected.out chore(kernel/error_msgs): change type mismatch error messages, closes #33 2014-08-07 16:18:40 -07:00
empty.lean fix(tests/lean): adjust tests to new library structure 2014-08-01 09:37:23 -07:00
empty.lean.expected.out chore(kernel/error_msgs): change type mismatch error messages, closes #33 2014-08-07 16:18:40 -07:00
have1.lean fix(tests/lean): adjust tests to new library structure 2014-08-01 09:37:23 -07:00
have1.lean.expected.out feat(frontends/lean/pp): pretty print 'have' expressions 2014-07-26 21:35:26 -07:00
let1.lean feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform 2014-07-01 16:55:41 -07:00
let1.lean.expected.out chore(kernel/error_msgs): change type mismatch error messages, closes #33 2014-08-07 16:18:40 -07:00
show1.lean fix(tests/lean): adjust tests to new library structure 2014-08-01 09:37:23 -07:00
show1.lean.expected.out feat(frontends/lean/pp): pretty print 'show' expressions 2014-07-26 21:56:35 -07:00
showenv.l chore(*): cleanup lean builtin symbols, replace :: with _ 2014-01-09 08:33:52 -08:00
t1.lean refactor(*): rename Bool to Prop 2014-07-22 09:43:18 -07:00
t1.lean.expected.out refactor(*): rename Bool to Prop 2014-07-22 09:43:18 -07:00
t2.lean feat(frontends/lean/builtin_cmds): add simple 'print' command 2014-06-11 14:35:34 -07:00
t2.lean.expected.out feat(frontends/lean/builtin_cmds): add simple 'print' command 2014-06-11 14:35:34 -07:00
t3.lean feat(library/scoped_ext): force user to end a scope with an identifier matching the one used in beginning of scope, closes #30 2014-08-07 16:59:08 -07:00
t3.lean.expected.out fix(tests/lean): adjust tests expected output 2014-08-13 12:35:14 -07:00
t4.lean feat(library/scoped_ext): force user to end a scope with an identifier matching the one used in beginning of scope, closes #30 2014-08-07 16:59:08 -07:00
t4.lean.expected.out refactor(*): rename Bool to Prop 2014-07-22 09:43:18 -07:00
t5.lean feat(library/scoped_ext): force user to end a scope with an identifier matching the one used in beginning of scope, closes #30 2014-08-07 16:59:08 -07:00
t5.lean.expected.out feat(frontends/lean): add basic pretty printer 2014-07-09 01:12:36 -07:00
t6.lean refactor(*): rename Bool to Prop 2014-07-22 09:43:18 -07:00
t6.lean.expected.out refactor(*): rename Bool to Prop 2014-07-22 09:43:18 -07:00
t7.lean refactor(*): rename Bool to Prop 2014-07-22 09:43:18 -07:00
t7.lean.expected.out refactor(*): rename Bool to Prop 2014-07-22 09:43:18 -07:00
t9.lean feat(library/scoped_ext): force user to end a scope with an identifier matching the one used in beginning of scope, closes #30 2014-08-07 16:59:08 -07:00
t9.lean.expected.out fix(tests/lean): adjust tests expected output 2014-08-13 12:35:14 -07:00
t10.lean feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform 2014-07-01 16:55:41 -07:00
t10.lean.expected.out chore(kernel/error_msgs): change type mismatch error messages, closes #33 2014-08-07 16:18:40 -07:00
t11.lean feat(frontends/lean/notation_cmd): add 'notation' command 2014-06-15 10:49:05 -07:00
t11.lean.expected.out feat(frontends/lean): add basic pretty printer 2014-07-09 01:12:36 -07:00
t12.lean feat(frontends/lean): add local notation support 2014-06-15 11:30:52 -07:00
t12.lean.expected.out feat(frontends/lean): add basic pretty printer 2014-07-09 01:12:36 -07:00
t13.lean feat(frontends/lean): local notation 'shadows' global one 2014-06-15 11:50:41 -07:00
t13.lean.expected.out feat(frontends/lean): add basic pretty printer 2014-07-09 01:12:36 -07:00
t14.lean feat(library/scoped_ext): force user to end a scope with an identifier matching the one used in beginning of scope, closes #30 2014-08-07 16:59:08 -07:00
t14.lean.expected.out feat(frontends/lean): add basic pretty printer 2014-07-09 01:12:36 -07:00
test.sh fix(tests/lean): define LEAN_PATH in tests scripts 2014-07-10 23:26:55 +01:00
test_single.sh fix(tests/lean): define LEAN_PATH in tests scripts 2014-07-10 23:26:55 +01:00
test_single_pp.sh chore(tests): cleanup test scripts 2014-06-29 09:03:39 -07:00