| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-14 | test-suiet: run fake_id as before pr/173 was merged | Enrico Tassi | |
| 2016-05-10 | STM: code cleanup | Enrico Tassi | |
| 2016-04-19 | Do that "make" in test-suite writes failures as a default together | Hugo Herbelin | |
| with a more explicit message. | |||
| 2015-12-08 | Merge branch 'v8.5' | Pierre-Marie Pédrot | |
| 2015-12-07 | Fix some typos. | Guillaume Melquiond | |
| 2015-12-03 | Merge branch 'v8.5' | Pierre-Marie Pédrot | |
| 2015-12-02 | Adding a target report to test-suite's Makefile to get a short summary. | Hugo Herbelin | |
| 2015-12-01 | New algorithm for universe cycle detections. | Jacques-Henri Jourdan | |
| 2015-10-02 | Univs: the stdlib now needs 5 universes | Matthieu Sozeau | |
| Prop < Set < i for every global univ i | |||
| 2015-09-25 | Updating the documentation and the toolchain w.r.t. the change in -compile. | Pierre-Marie Pédrot | |
| 2015-07-07 | test-suite: Fix test-suite Makefile | Matthieu Sozeau | |
| Using relative path for coqlib, for some reason this fails on Mac OS X. Took the easiest way to fix it. | |||
| 2015-05-29 | Flag -test-mode intended to be used for ad-hoc prints in test-suite | Enrico Tassi | |
| Of course there is an exception to the previous commit. Fail used to print even if silenced but loading a vernac file. This behavior is useful only in tests, hence this flag. | |||
| 2015-03-30 | camlp4: grep away warnings in output/* tests | Enrico Tassi | |
| 2015-01-18 | There was one more universe needed due to the use of now ↵ | Matthieu Sozeau | |
| non-universe-polymorphic ID, fixing the script results in 3 universes for the stdlib again. | |||
| 2015-01-17 | Back to 4 expected universes. | Matthieu Sozeau | |
| 2015-01-09 | STM: fix handling of side effects in vio2vo | Enrico Tassi | |
| 2015-01-06 | rename: vi -> vio | Enrico Tassi | |
| 2014-12-27 | include test-suite/coqchk in the summary log | Enrico Tassi | |
| 2014-12-26 | new test for coqchk | Enrico Tassi | |
| 2014-12-11 | Test suite: keep message in sync with actual file deletions. | Xavier Clerc | |
| 2014-12-10 | typo | Enrico Tassi | |
| 2014-12-10 | test-suite: few tests for ".v -> .vi -> .vo" compilation chain | Enrico Tassi | |
| 2014-11-27 | Fix test flags for fake_ide | Enrico Tassi | |
| 2014-11-14 | Use return code to classify anomalies as active open bugs. | Xavier Clerc | |
| 2014-10-03 | Classify segfaults as failures in opened bugs. | Xavier Clerc | |
| 2014-10-03 | Classify segfaults as failures in opened bugs | Xavier Clerc | |
| 2014-10-02 | Added make dependency in %.out in output tests. | Hugo Herbelin | |
| 2014-10-01 | Updating to the new use of 3 universes, after Hurkens is simplified. | Hugo Herbelin | |
| 2014-09-18 | Reductionops: (Co)Fixpoints are always refolded during iota | Pierre Boutillier | |
| 2014-09-16 | Undo prints only if coqtop || emacs | Enrico Tassi | |
| 2014-09-08 | Removing dead code relative to the XML plugin. | Pierre-Marie Pédrot | |
| 2014-07-24 | fixup fakeide test-suite | Pierre Boutillier | |
| 2014-05-02 | Update test-suite Makefile to handle coq-prog-args | Jason Gross | |
| 2014-04-09 | Adapt test-suite to -I is ML only | Pierre Boutillier | |
| 2014-04-04 | Remove option -g as it is non-portable yet does not have any effect on the ↵ | Guillaume Melquiond | |
| test-suite. (Fix for bug #3024) | |||
| 2014-02-10 | fake_ide: ported to spawn | Enrico Tassi | |
| 2013-11-29 | Testsuite: flatten the 'bugs/opened' directory. | xclerc | |
| 2013-11-28 | Testsuite: remove the logic for 'bugs/opened/shouldnotsucceed' (unused) | xclerc | |
| 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-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-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 | 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 | 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 | |||
| 2012-11-18 | Hurkens' paradox on Type (r15973 and r15977) needs two (non-Set) | herbelin | |
| universes. As it uses eq_rect on Type(2), the arguments of eq_rect has to be in Type(3) and compiling the standard library now needs one more universe! If needed, we could avoid this by inlining the definition of (eq_rect Type2) in Hurkens.v git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15981 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2012-10-17 | Fix test-suite output/* in bench | pboutill | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15906 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2012-09-04 | test-suite: fix grep rule for output tests | pboutill | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15770 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2012-09-04 | test-suite uses coqtop instead of coqtop.byte | pboutill | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15769 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2012-08-24 | In the output tests, ignore dynlink messages | letouzey | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15767 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2012-08-23 | No more coqtop.opt, produce directly a coqtop binary | letouzey | |
| We now always produce two binaries, coqtop and coqtop.byte : - If ocamlopt is available, coqtop is directly what used to be coqtop.opt, no more symlinks needed. - Otherwise, coqtop is a copy of coqtop.byte. The same for coqchk and coqide... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15752 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
| 2012-01-14 | Add distclean back to test-suite/Makefile | glondu | |
| git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14903 85f007b7-540e-0410-9357-904b9bb8a0f7 | |||
