Re: clojure test has 10 failures

2018-07-27 Thread 冯忠孝
[java] Ran 635 tests containing 17442 assertions. [java] 0 failures, 0 errors. I'm terribly sorry. I made a low-grade mistake. I have no intention of deleting a variable in pr . Now all the tests are passed . -- You received this message because you are subscribed to the Google

Re: clojure test has 10 failures

2018-07-24 Thread 冯忠孝
(Throwable->map (Exception. "text")) => {:cause "text", :via [{:type java.lang.Exception, :message "text", :at [skyapi.core$eval49477 invokeStatic "form-init4673008911594595642.clj" 1]}], :trace [[skyapi.core$eval49477 invokeStatic "form-init4673008911594595642.clj" 1]

Re: clojure test has 10 failures

2018-07-24 Thread Alex Miller
Mark, the Clojure build itself does not and has never used clojure-maven-plugin. Clojure just inherits Java defaults for the default encoding. On the elided stack traces, the JVM is allowed to do this unless you pass a flag telling it not to. What kind of JDK is this? I’ve seen some weird

Re: clojure test has 10 failures

2018-07-24 Thread Peter Hull
On Tuesday, 24 July 2018 05:53:03 UTC+1, 冯忠孝 wrote: > > [java] Ran 635 tests containing 17442 assertions. > [java] 10 failures, 0 errors. > > I see Throwable->map is involved in all of these; but I can't see how it could give the results it seems to here. If you do (Throwable->map

Re: clojure test has 10 failures

2018-07-24 Thread Mark Derricutt
On 25 Jul 2018, at 4:18, 冯忠孝 wrote: > UTF-8 Is the build for this still using clojure-maven-plugin - it's possible I don't propagate this field down into anything that would be used by clojure when reading the CLJ files. Does clojure have a property one can set to control the reader

Re: clojure test has 10 failures

2018-07-24 Thread Andy Fingerhut
Just another data point. I tried Windows 10 Enterprise, Oracle JDK 1.8.0_171, Maven 3.5.0, unmodified latest Clojure source code 1.10.0-alpha6. mvn clean test gave no errors. The language/system/internationalization settings were US English, but I have no idea if that could be making a

Re: clojure test has 10 failures

2018-07-24 Thread 冯忠孝
true UTF-8 after add propertis utf 8 to pom.xml , Still the same. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be

Re: clojure test has 10 failures

2018-07-24 Thread Alex Miller
If you want to file a ticket in jira I’m happy to look at making the tests more environment-independent (but I think that’s all this is). -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com

Re: clojure test has 10 failures

2018-07-24 Thread Alex Miller
Some of them look like stack traces were omitted by the jvm resulting in nil traces. Some of the string stuff might be encoding issues? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com

Re: clojure test has 10 failures

2018-07-24 Thread 冯忠孝
win10 china(中国) jdk 1.8 mvn test -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe

clojure test has 10 failures

2018-07-23 Thread Alex Miller
Could you explain more about your environment and how you ran the tests? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient

clojure test has 10 failures

2018-07-23 Thread 冯忠孝
[java] Ran 635 tests containing 17442 assertions. [java] 10 failures, 0 errors. [java] Testing clojure.test-clojure.printer [java] [java] FAIL in (print-throwable) (printer.clj:124) [java] expected: (= (-> (Exception. "heyo") Throwable->map) (-> (Exception. "heyo")