aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_clojure
AgeCommit message (Expand)Author
2009-06-24gtic: move clojure tests and supporting libraries into clojure reposStuart Halloway
2009-06-23gtic: updated clojure tests to new template syntax, commented outStuart Halloway
2009-06-09test-clojure.compilation: extend compiler metadata test;Frantisek Sodomka
2009-05-27test-clojure: added compilation.clj, macros.clj, metadata.clj;Frantisek Sodomka
2009-05-18test-clojure: test-utils: all-are; data-structures: rewritten tests using all...Frantisek Sodomka
2009-05-14test-clojure: other-functions: identityFrantisek Sodomka
2009-05-14test-clojure: control: condFrantisek Sodomka
2009-05-14test-clojure: common helper functions in test-utils; control: doFrantisek Sodomka
2009-04-05java-util: the-str and with-system-propertiesStuart Halloway
2009-03-24test-clojure: test set/intersectionFrantisek Sodomka
2009-03-22test-clojure: regression test for Clojure SVN r1337 - reader `()Frantisek Sodomka
2009-03-22test-clojure: added parallel.clj for pmap, pcalls, etc.;Frantisek Sodomka
2009-03-22test-clojure: renamed main to clojure-mainFrantisek Sodomka
2009-03-22test-clojure: preparation for library tests (set, xml, zip); test set/unionFrantisek Sodomka
2009-03-19test-sequences: every?, not-every?, not-any?Frantisek Sodomka
2009-03-19test-clojure: preparation for new testsFrantisek Sodomka
2009-03-18test-numbers: + - * / Frantisek Sodomka
2009-03-18test-clojure: added cases for nil non-equalityFrantisek Sodomka
2009-03-06Test data structures: contains?Frantisek Sodomka
2009-03-06test data structures: findFrantisek Sodomka
2009-03-04test predicates: update for lazy-seq;Frantisek Sodomka
2009-03-04test sequences: updated test for empty?Frantisek Sodomka
2009-03-03test-clojure: Add doseq, :let, and guard tests to "for.clj"Chouser
2009-02-24test numbers: non-integer tests for 'mod' since Clojure SVN 1302Frantisek Sodomka
2009-02-23test data-structures: equality, count, conj, peek, pop, key, val, sorted-set,...Frantisek Sodomka
2009-02-23test logic: nil-punningFrantisek Sodomka
2009-02-18reverse and sort return () when passed empty colls since SVN 1294Frantisek Sodomka
2009-02-18Lazy: renamed rest to next, changed nil to () for lazy sequence functionsFrantisek Sodomka
2009-02-17Lazy: (seq? ()) => trueFrantisek Sodomka
2009-02-15test data_structures: hash-set; sequences: zipmapFrantisek Sodomka
2009-02-15fix issue 17: test compile-path, patch from Shawn Hooverscgilardi
2009-02-15fix issue 18: test agents error handling. Patch from Shawn Hooverscgilardi
2009-02-14test sequences: distinct, vals, keysFrantisek Sodomka
2009-02-14remove tests for non-integer modscgilardi
2009-02-12test numbers: mod, rem, quotFrantisek Sodomka
2009-02-11add test_clojure/data_structures.clj: tests for listFrantisek Sodomka
2009-02-10fix issue 22: additional tests for sequences: from Frantisek Sodomkascgilardi
2009-02-10fix issue 21: test-clojure/logic.clj from Frantisek Sodomkascgilardi
2009-02-10fix issue 19: test-clojure/sequences: pmap regression, vector/seq equality, f...scgilardi
2009-02-10fix issue 20: test predicates, from Frantisek Sodomkascgilardi
2009-02-10fix issue 16: test-clojure/evaluation: from Shawn Hooverscgilardi
2009-02-10fix issue 15, test_clojure/reader: patch from Shawn Hooverscgilardi
2009-01-29test-clojure.reader: fix some number tests for current clojure and added some...scgilardi
2008-12-27(really) add sequences to test_clojure from Frantisek Sodomkascgilardi
2008-12-23test_clojure/evaluation.clj: expect CompilerException on (eval '(1 2 3))Stuart Sierra
2008-12-23test_clojure/evaluation.clj: fix for ArrayMap literals & (eval '(1 2 3))Stuart Sierra
2008-12-22test_clojure: fix evaluation.clj so it compiles, add back to test_clojure.cljStuart Sierra
2008-12-17numbers.clj: replace use of (all-true ...) with (are _ ...)Stuart Sierra
2008-12-17test_clojure/for.clj: fix typo ("is" should be "if")Stuart Sierra
2008-12-16update my contribs to Eclipse Public License as requestedscgilardi