This PR sets up the new integrated test/bench suite. It then migrates all benchmarks and some related tests to the new suite. There's also some documentation and some linting. For now, a lot of the old tests are left alone so this PR doesn't become even larger than it already is. Eventually, all tests should be migrated to the new suite though so there isn't a confusing mix of two systems.
45 lines
1.1 KiB
Text
45 lines
1.1 KiB
Text
runTacticMustCatchExceptions.lean:2:25-2:28: error: Tactic `rfl` failed: The left-hand side
|
|
1
|
|
is not definitionally equal to the right-hand side
|
|
a + b
|
|
|
|
a b : Nat
|
|
⊢ 1 ≤ a + b
|
|
runTacticMustCatchExceptions.lean:3:25-3:28: error: Tactic `rfl` failed: The left-hand side
|
|
a + b
|
|
is not definitionally equal to the right-hand side
|
|
b
|
|
|
|
a b : Nat
|
|
this : 1 ≤ a + b
|
|
⊢ a + b ≤ b
|
|
runTacticMustCatchExceptions.lean:4:25-4:28: error: Tactic `rfl` failed: The left-hand side
|
|
b
|
|
is not definitionally equal to the right-hand side
|
|
2
|
|
|
|
a b : Nat
|
|
this✝ : 1 ≤ a + b
|
|
this : a + b ≤ b
|
|
⊢ b ≤ 2
|
|
runTacticMustCatchExceptions.lean:9:18-9:21: error: Tactic `rfl` failed: The left-hand side
|
|
1
|
|
is not definitionally equal to the right-hand side
|
|
a + b
|
|
|
|
a b : Nat
|
|
⊢ 1 ≤ a + b
|
|
runTacticMustCatchExceptions.lean:10:14-10:17: error: Tactic `rfl` failed: The left-hand side
|
|
a + b
|
|
is not definitionally equal to the right-hand side
|
|
b
|
|
|
|
a b : Nat
|
|
⊢ a + b ≤ b
|
|
runTacticMustCatchExceptions.lean:11:14-11:17: error: Tactic `rfl` failed: The left-hand side
|
|
b
|
|
is not definitionally equal to the right-hand side
|
|
2
|
|
|
|
a b : Nat
|
|
⊢ b ≤ 2
|