| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-26 | test for apply + TC resolution | Enrico Tassi | |
| 2014-03-13 | nanoPG: better copy/paste | Enrico Tassi | |
| 2014-03-01 | Never suppress the typing constraint of bound variables whose name was | Pierre-Marie Pédrot | |
| reserved with Implicit Type. | |||
| 2014-02-28 | Pos.compare_cont takes the comparison as first argument | Pierre Boutillier | |
| Helps cbn tactic refolding | |||
| 2014-02-28 | test-suite: opaque term -> opaque proof | Pierre Boutillier | |
| 2014-02-28 | test-suite: New names for vars but the expected invariant is preserved | Pierre Boutillier | |
| 2014-02-28 | Fix output test-suite 'simpl tactic' -> 'reduction tactics' | Pierre Boutillier | |
| 2014-02-10 | fake_ide: ported to spawn | Enrico Tassi | |
| 2014-01-25 | Adding a test for bug #3023. | Pierre-Marie Pédrot | |
| 2014-01-15 | Test case containing a proof of false due to a DeBruijn off-by-one error in the | Maxime Dénès | |
| code checking allowed sorts for elimination. | |||
| 2014-01-13 | rename Paral-ITP demo file | Enrico Tassi | |
| 2014-01-13 | Paral-ITP demo: better comments | Enrico Tassi | |
| 2014-01-13 | STM: fix very simple demo | Enrico Tassi | |
| 2014-01-10 | Fix bug#2080: error message on Ltac name clash with primitive tactics | xclerc | |
| 2014-01-06 | fix simple test for paral-itp | Enrico Tassi | |
| 2014-01-06 | Add a test suite file for Ltac's "+" tactical. | Arnaud Spiwack | |
| 2013-12-21 | Test case for the buggy commutative cut subterm rule. | Maxime Dénès | |
| 2013-12-20 | micromega: removal of spurious Export; addition of Lia.v encapsulating lia ↵ | Frédéric Besson | |
| and nia. | |||
| 2013-12-19 | test-suite/output/Notations : evar number change | Pierre Boutillier | |
| 2013-12-19 | Missing Fail in r16792 | Pierre Boutillier | |
| 2013-12-17 | test guard condition against feature incompatible with prop-ext | Bruno Barras | |
| 2013-12-17 | Tentative fix of the guardedness checker by Christine and me. All stdlib and ↵ | Matthieu Sozeau | |
| test-suite pass. | |||
| 2013-12-16 | Added test-suite for bug #2990. | Pierre-Marie Pédrot | |
| 2013-12-12 | Better unification for [projT1] and [proj1_sig]. | Jason Gross | |
| This way, [fun A (P : A -> Prop) (X : sigT P) => proj1_sig X] unifies with [fun A (P : A -> Prop) (X : sigT P) => projT1 X]. This closes Bug 3043. | |||
| 2013-12-06 | Remove duplicate test-suite file. | Arnaud Spiwack | |
| success/instantiate.v was a duplicate of bugs/closed/1041.v | |||
| 2013-12-06 | Fix the refine related test-suite files to account for the new refine. | Arnaud Spiwack | |
| 2013-12-02 | Test case for bug#2848. | xclerc | |
| 2013-12-02 | Test suite: update output reference. | xclerc | |
| 2013-12-02 | Print logical name rather than path (thus allowing reproducible tests). | xclerc | |
| 2013-11-29 | Testsuite: flatten the 'bugs/opened' directory. | xclerc | |
| 2013-11-28 | Testsuite: remove the logic for 'bugs/opened/shouldnotsucceed' (unused) | xclerc | |
| 2013-11-03 | test-suite fixup | pboutill | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17046 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-10-10 | Document: undoing inside a focused zone does not require unfocusing | gareuselesinge | |
| To test this fake_ide has also been improved with the GOALS command. As for CoqIDE, ADDing a sentence does not force its evaluation. The "advance 1 sentence" button is an ADD + GOALS. If one of the ADDed sentences is wrong, GOALS receives the error. The GUI then backtracks to a safe state id (sent by Coq). fake_ide has GOALS (asserts that the goals call was OK) and FAILGOALS to assert it fails and backtrack to a valid state. see unfdo022.fake. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16873 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-10-10 | fake_ide: ported to Document + 2 tests for editing a proof (locally) | gareuselesinge | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16871 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-10-08 | Fixing 2 output test-suites. | ppedrot | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16863 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-10-07 | fake_ide: speak the new protocol | gareuselesinge | |
| A new syntax for .fake files, allowing multi line phrases and labeled script points (to go back to them). Test 7 fails because of a bug in STM (in a very spaghetti-like script). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16860 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-10-03 | Regression test suite for STM | gareuselesinge | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16840 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-10-01 | demo file for paral-itp | gareuselesinge | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16832 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-09-20 | Fix name clash in "failure/inductive.v". | xclerc | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16800 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-09-20 | Merge "circular_subtyping?.v" tests into a single "circular_subtyping.v" test. | xclerc | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16799 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-09-20 | Merge "inductive?.v" tests into a single "inductive.v" test. | xclerc | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16798 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-09-20 | Get rid of "shouldsucceed" subdirectory by moving tests to parent directory. | xclerc | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16797 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-09-20 | Get rid of "shouldfail" subdirectory by moving tests to parent directory. | xclerc | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16796 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-09-20 | Wrong bug identifier. | xclerc | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16795 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-09-20 | Execute tests from the "bugs/closed" directory. | xclerc | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16794 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-09-20 | Update test for bug 2846 in order to use "Fail". | xclerc | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16793 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-09-20 | Use "Fail" rather than rely on exit code. | xclerc | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16792 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-09-19 | Uminus.v : prepare this test file for the use of Fail | letouzey | |
| - Highlight the fact that the line defining "up" is the one which should fail. - Factor code with stdlib's Hurkens.v - This way, this test could become a "shouldnotfail" test by placing two final "Fail" (before the definitions of "up" and "paradox"). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16791 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-09-19 | universes-buraliforti-redef.v : repair a match after Pierre B. syntax changes | letouzey | |
| This file, which is currently expected to fail at the last line (with Universe Inconsistency), was actually failing earlier after Pierre Boutillier changed the patterns (parameters are required now). A final "Fail" will soon arrives here to avoid such issue in the future... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16790 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2013-09-03 | Fixing some tests from the test-suite. | ppedrot | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16760 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
