Skip to content

Instantly share code, notes, and snippets.

@mfikes
Created April 20, 2016 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfikes/b0f28f2bd6442e79d072d30baf68a6a9 to your computer and use it in GitHub Desktop.
Save mfikes/b0f28f2bd6442e79d072d30baf68a6a9 to your computer and use it in GitHub Desktop.
Running ClojureScript compiler tests in bootstrap mode in Node
$ git clone https://github.com/mfikes/clojurescript -b CLJS-1626
Cloning into 'clojurescript'...
...

$ script/test
...
Optimizing 50 sources, elapsed time: 28736.080517 msecs
V8_HOME not set, skipping V8 tests
SPIDERMONKEY_HOME not set, skipping SpiderMonkey tests
Testing with JavaScriptCore
ERROR: invalid option: JSC_HOME=/Applications/WebKit.app/Contents/Frameworks/10.11/JavaScriptCore.framework/Resources

Testing cljs.core-test

Testing cljs.reader-test

Testing clojure.string-test

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

Testing cljs.ns-test.foo

Testing foo.ns-shadow-test

Testing cljs.import-test

Testing cljs.pprint

Ran 191 tests containing 17253 assertions.
0 failures, 0 errors.
NASHORN_HOME not set, skipping Nashorn tests
Tested with 1 out of 4 possible js targets

$ script/test-self-parity 
Testing with Node
WARNING: baz is a single segment namespace at line 1 

Testing cljs.core-test

Testing cljs.reader-test

Testing clojure.string-test

Testing clojure.data-test

Testing cljs.letfn-test

Testing cljs.reducers-test

Testing cljs.binding-test

Testing cljs.macro-test

Testing cljs.top-level

Testing cljs.ns-test.foo

Testing foo.ns-shadow-test

Testing cljs.import-test

Ran 187 tests containing 17238 assertions.
0 failures, 0 errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment