Please add test suite for doplus

9 views
Skip to first unread message

alessi...@gmail.com

unread,
Apr 22, 2013, 6:43:55 PM4/22/13
to cl-tes...@googlegroups.com
Please include the execution of the test suite of the doplus library. It uses eos as a test framework; the following code (untested) should run the test suite:

(defmethod libtest ((library-name (eql :doplus)))
  ;; The test framework used: eos (similar to FiveAM).
  (quicklisp:quickload :doplus-tests)
  (run-eos-test-suites (intern (string '#:doplus-suite) :doplus-tests)))

Thanks!
Best regards,

Alessio Stalla

Anton Vodonosov

unread,
Apr 22, 2013, 9:05:59 PM4/22/13
to cl-tes...@googlegroups.com, Alessio Stalla

23.04.2013, 02:43, "alessi...@gmail.com" <alessi...@gmail.com>:
> Please include the execution of the test suite of the doplus library. It uses eos as a test framework; the following code (untested) should run the test suite:
>
> (defmethod libtest ((library-name (eql :doplus)))
> О©╫ ;; The test framework used: eos (similar to FiveAM).
> О©╫ (quicklisp:quickload :doplus-tests)
> О©╫ (run-eos-test-suites (intern (string '#:doplus-suite) :doplus-tests)))
>
> Thanks!
> Best regards,
>
> Alessio Stalla

Hello. Added the testsuite, from now on it will be executed with every test run.
FYI, I tried the testsuite on CCL 1.8 windows, one test fails: test-package-iterator

Best regards,
- Anton

Alessio Stalla

unread,
Apr 23, 2013, 3:39:36 AM4/23/13
to cl-tes...@googlegroups.com
Thanks! That was quick :)

I will look into that test. I had already found it to be problematic, but I hoped I had fixed it.

Best,
Alessio


On Tue, Apr 23, 2013 at 3:05 AM, Anton Vodonosov <avodo...@yandex.ru> wrote:

23.04.2013, 02:43, "alessi...@gmail.com" <alessi...@gmail.com>:
> Please include the execution of the test suite of the doplus library. It uses eos as a test framework; the following code (untested) should run the test suite:
>
> (defmethod libtest ((library-name (eql :doplus)))
>   ;; The test framework used: eos (similar to FiveAM).
>   (quicklisp:quickload :doplus-tests)

>   (run-eos-test-suites (intern (string '#:doplus-suite) :doplus-tests)))
>
> Thanks!
> Best regards,
>
> Alessio Stalla

Hello. Added the testsuite, from now on it will be executed with every test run.
FYI, I tried the testsuite on CCL 1.8 windows, one test fails: test-package-iterator

Best regards,
- Anton



--
Some gratuitous spam:

http://ripple-project.org Ripple, social credit system
http://villages.cc Villages.cc, Ripple-powered community economy
http://common-lisp.net/project/armedbear ABCL, Common Lisp on the JVM
http://code.google.com/p/tapulli my current open source projects
http://www.manydesigns.com/ ManyDesigns Portofino, open source model-driven Java web application framework

alessi...@gmail.com

unread,
Apr 23, 2013, 10:28:18 AM4/23/13
to cl-tes...@googlegroups.com
I tried it on CCL (OSX 64bit) but the test passed. Did you use the latest Quicklisp dist (April)?

Anton Vodonosov

unread,
Apr 23, 2013, 6:09:54 PM4/23/13
to cl-tes...@googlegroups.com, Alessio Stalla

23.04.2013, 18:28, "alessi...@gmail.com" <alessi...@gmail.com>:
> I tried it on CCL (OSX 64bit) but the test passed. Did you use the latest Quicklisp dist (April)?

No, I had qjucklisp 2013-03-12. Updated to the 2013-04-20 and now doplus testsuite
passes.

Best regards,
- Anton
Reply all
Reply to author
Forward
0 new messages