Created
December 4, 2018 23:32
-
-
Save mfikes/36d17e466a5f188f325c22ff11109009 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ script/test-self-parity | |
Testing with Node | |
WARNING: / already refers to: cljs.core// being replaced by: cljs.core-test// at line 625 src/test/cljs/cljs/core_test.cljs | |
WARNING: Protocol IFn implements method -invoke with variadic signature (&) at line 1397 src/test/cljs/cljs/core_test.cljs | |
WARNING: baz is a single segment namespace at line 1 src/test/cljs/baz.cljs | |
WARNING: Namespace static.core-test contains a reserved JavaScript keyword, the corresponding Google Closure namespace will be munged to static$.core_test at line 1 src/test/cljs/static/core_test.cljs | |
WARNING: Ignoring target object "this" passed in recur to protocol method head at line 24 src/test/cljs/cljs/recur_test.cljs | |
WARNING: Bad method signature in protocol implementation, IIndexed -nth does not declare arity 1 at line 124 src/test/cljs/cljs/extend_to_native_test.cljs | |
Testing cljs.eval-test | |
Testing cljs.primitives-test | |
Testing cljs.destructuring-test | |
Testing cljs.new-new-test | |
Testing cljs.printing-test | |
Testing cljs.seqs-test | |
Testing cljs.collections-test | |
Testing cljs.hashing-test | |
Testing cljs.core-test | |
{:result true, :num-tests 10, :seed 1543966294087, :time-elapsed-ms 2, :test-var "boolean-test"} | |
ERROR in (test-cljs-2133) (Error:NaN:1) | |
Uncaught exception, not in assertion. | |
expected: nil | |
actual: #object[Error Error: Invalid arity: 1] | |
Testing cljs.reader-test | |
Testing clojure.string-test | |
{:result true, :num-tests 100, :seed 1543966296450, :time-elapsed-ms 77, :test-var "test-cljs-2300"} | |
Testing clojure.data-test | |
Testing clojure.walk-test | |
Testing cljs.letfn-test | |
Testing cljs.reducers-test | |
Testing cljs.binding-test | |
Testing cljs.macro-test | |
Testing cljs.top-level | |
Testing cljs.keyword-test | |
Testing cljs.ns-test.foo | |
Testing foo.ns-shadow-test | |
Testing cljs.import-test | |
Testing cljs.pprint | |
Testing cljs.pprint-test | |
Testing cljs.spec-test | |
Testing cljs.spec.test-test | |
Testing cljs.clojure-alias-test | |
Testing cljs.hash-map-test | |
Testing cljs.map-entry-test | |
Testing cljs.set-equiv-test | |
Testing cljs.syntax-quote-test | |
Testing cljs.predicates-test | |
Testing cljs.test-test | |
Testing static.core-test | |
Testing cljs.recur-test | |
Testing cljs.array-access-test | |
Testing cljs.inference-test | |
Testing cljs.walk-test | |
Testing cljs.extend-to-native-test | |
Ran 439 tests containing 19313 assertions. | |
0 failures, 1 errors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment