- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Partest broken
Thu, 2011-12-01, 22:37
Hey guys -
some recent commit of partest has broken the build on OpenJDK 6 (whcih used to work for me). All specialized tests pass because of an apparent classpath issue. I'll investigate further when I have time, just curious if this jumps out at anyone.
- Josh
some recent commit of partest has broken the build on OpenJDK 6 (whcih used to work for me). All specialized tests pass because of an apparent classpath issue. I'll investigate further when I have time, just curious if this jumps out at anyone.
- Josh
Fri, 2011-12-02, 10:17
#2
Re: Partest broken
On 2011-12-01 22:37, Josh Suereth wrote:
> Hey guys -
>
> some recent commit of partest has broken the build on OpenJDK 6 (whcih
> used to work for me). All specialized tests pass because of an
> apparent classpath issue. I'll investigate further when I have time,
> just curious if this jumps out at anyone.
How do you tell an accidentally passed test with this issue from a good
one? I actually tested my changes (which include how the classpath is
passed to a new Java process) on OpenJDK 6 in my Linux VM but didn't dig
any further after all the tests ran successfully.
-sz
Fri, 2011-12-02, 15:27
#3
Re: Partest broken
The following test keep failing on my machine with OpenJDK6:
testing: [...]/files/specialized/arrays-traits.scala [FAILED]
testing: [...]/files/specialized/spec-init.scala [FAILED]
testing: [...]/files/specialized/spec-constr.scala [FAILED]
testing: [...]/files/specialized/arrays.scala [FAILED]
testing: [...]/files/specialized/spec-super.scala [FAILED]
testing: [...]/files/specialized/fft.scala [FAILED]
testing: [...]/files/specialized/spec-overrides.scala [FAILED]
testing: [...]/files/specialized/tb3651.scala [FAILED]
testing: [...]/files/specialized/spec-absfun.scala [FAILED]
testing: [...]/files/specialized/spec-patmatch.scala [FAILED]
testing: [...]/files/specialized/spec-early.scala [FAILED]
testing: [...]/files/specialized/tc3651.scala [FAILED]
testing: [...]/files/specialized/td3651.scala [FAILED]
testing: [...]/files/specialized/spec-ame.scala [FAILED]
testing: [...]/files/specialized/spec-t3896.scala [FAILED]
testing: [...]/files/specialized/test.scala [FAILED]
testing: [...]/files/specialized/spec-matrix.scala [FAILED]
If all other tests pass, can I still send a pull request?
testing: [...]/files/specialized/arrays-traits.scala [FAILED]
testing: [...]/files/specialized/spec-init.scala [FAILED]
testing: [...]/files/specialized/spec-constr.scala [FAILED]
testing: [...]/files/specialized/arrays.scala [FAILED]
testing: [...]/files/specialized/spec-super.scala [FAILED]
testing: [...]/files/specialized/fft.scala [FAILED]
testing: [...]/files/specialized/spec-overrides.scala [FAILED]
testing: [...]/files/specialized/tb3651.scala [FAILED]
testing: [...]/files/specialized/spec-absfun.scala [FAILED]
testing: [...]/files/specialized/spec-patmatch.scala [FAILED]
testing: [...]/files/specialized/spec-early.scala [FAILED]
testing: [...]/files/specialized/tc3651.scala [FAILED]
testing: [...]/files/specialized/td3651.scala [FAILED]
testing: [...]/files/specialized/spec-ame.scala [FAILED]
testing: [...]/files/specialized/spec-t3896.scala [FAILED]
testing: [...]/files/specialized/test.scala [FAILED]
testing: [...]/files/specialized/spec-matrix.scala [FAILED]
If all other tests pass, can I still send a pull request?
Fri, 2011-12-02, 15:57
#4
Re: Re: Partest broken
I'm seeing that same issue. Let me see if I can fix it first, or you can try bulding with Oracle's VM.
- Josh
On Fri, Dec 2, 2011 at 9:24 AM, Simon Ochsenreither <simon.ochsenreither@googlemail.com> wrote:
- Josh
On Fri, Dec 2, 2011 at 9:24 AM, Simon Ochsenreither <simon.ochsenreither@googlemail.com> wrote:
The following test keep failing on my machine with OpenJDK6:
testing: [...]/files/specialized/arrays-traits.scala [FAILED]
testing: [...]/files/specialized/spec-init.scala [FAILED]
testing: [...]/files/specialized/spec-constr.scala [FAILED]
testing: [...]/files/specialized/arrays.scala [FAILED]
testing: [...]/files/specialized/spec-super.scala [FAILED]
testing: [...]/files/specialized/fft.scala [FAILED]
testing: [...]/files/specialized/spec-overrides.scala [FAILED]
testing: [...]/files/specialized/tb3651.scala [FAILED]
testing: [...]/files/specialized/spec-absfun.scala [FAILED]
testing: [...]/files/specialized/spec-patmatch.scala [FAILED]
testing: [...]/files/specialized/spec-early.scala [FAILED]
testing: [...]/files/specialized/tc3651.scala [FAILED]
testing: [...]/files/specialized/td3651.scala [FAILED]
testing: [...]/files/specialized/spec-ame.scala [FAILED]
testing: [...]/files/specialized/spec-t3896.scala [FAILED]
testing: [...]/files/specialized/test.scala [FAILED]
testing: [...]/files/specialized/spec-matrix.scala [FAILED]
If all other tests pass, can I still send a pull request?
Fri, 2011-12-02, 16:17
#5
Re: Re: Partest broken
Looks like someone just messed up the javac lookup rules so JAVA_HOME no longer works. For us Ubuntu users, it's looking for javac in the JRE directory, which obviously fails. Hope to have a fix shortly.
- Josh
On Fri, Dec 2, 2011 at 9:42 AM, Josh Suereth <joshua.suereth@gmail.com> wrote:
- Josh
On Fri, Dec 2, 2011 at 9:42 AM, Josh Suereth <joshua.suereth@gmail.com> wrote:
I'm seeing that same issue. Let me see if I can fix it first, or you can try bulding with Oracle's VM.
- Josh
On Fri, Dec 2, 2011 at 9:24 AM, Simon Ochsenreither <simon.ochsenreither@googlemail.com> wrote:
The following test keep failing on my machine with OpenJDK6:
testing: [...]/files/specialized/arrays-traits.scala [FAILED]
testing: [...]/files/specialized/spec-init.scala [FAILED]
testing: [...]/files/specialized/spec-constr.scala [FAILED]
testing: [...]/files/specialized/arrays.scala [FAILED]
testing: [...]/files/specialized/spec-super.scala [FAILED]
testing: [...]/files/specialized/fft.scala [FAILED]
testing: [...]/files/specialized/spec-overrides.scala [FAILED]
testing: [...]/files/specialized/tb3651.scala [FAILED]
testing: [...]/files/specialized/spec-absfun.scala [FAILED]
testing: [...]/files/specialized/spec-patmatch.scala [FAILED]
testing: [...]/files/specialized/spec-early.scala [FAILED]
testing: [...]/files/specialized/tc3651.scala [FAILED]
testing: [...]/files/specialized/td3651.scala [FAILED]
testing: [...]/files/specialized/spec-ame.scala [FAILED]
testing: [...]/files/specialized/spec-t3896.scala [FAILED]
testing: [...]/files/specialized/test.scala [FAILED]
testing: [...]/files/specialized/spec-matrix.scala [FAILED]
If all other tests pass, can I still send a pull request?
Fri, 2011-12-02, 16:17
#6
Re: Re: Partest broken
Looks like the same issue I had (but for directories in pos),
r25994.
hubert
On 12/02/2011 04:08 PM, Josh Suereth wrote:
hubert
On 12/02/2011 04:08 PM, Josh Suereth wrote:
CAFLqJkx9gMAasDa6H7iFPMLbCeFmpsNxo2NP1WiR7RQ-UYbgkQ [at] mail [dot] gmail [dot] com" type="cite"> Looks like someone just messed up the javac lookup rules so JAVA_HOME no longer works. For us Ubuntu users, it's looking for javac in the JRE directory, which obviously fails. Hope to have a fix shortly.
- Josh
On Fri, Dec 2, 2011 at 9:42 AM, Josh Suereth <joshua [dot] suereth [at] gmail [dot] com" rel="nofollow">joshua.suereth@gmail.com> wrote:
I'm seeing that same issue. Let me see if I can fix it first, or you can try bulding with Oracle's VM.
- Josh
On Fri, Dec 2, 2011 at 9:24 AM, Simon Ochsenreither <simon [dot] ochsenreither [at] googlemail [dot] com" target="_blank" rel="nofollow">simon.ochsenreither@googlemail.com> wrote:
The following test keep failing on my machine with OpenJDK6:
testing: [...]/files/specialized/arrays-traits.scala [FAILED]
testing: [...]/files/specialized/spec-init.scala [FAILED]
testing: [...]/files/specialized/spec-constr.scala [FAILED]
testing: [...]/files/specialized/arrays.scala [FAILED]
testing: [...]/files/specialized/spec-super.scala [FAILED]
testing: [...]/files/specialized/fft.scala [FAILED]
testing: [...]/files/specialized/spec-overrides.scala [FAILED]
testing: [...]/files/specialized/tb3651.scala [FAILED]
testing: [...]/files/specialized/spec-absfun.scala [FAILED]
testing: [...]/files/specialized/spec-patmatch.scala [FAILED]
testing: [...]/files/specialized/spec-early.scala [FAILED]
testing: [...]/files/specialized/tc3651.scala [FAILED]
testing: [...]/files/specialized/td3651.scala [FAILED]
testing: [...]/files/specialized/spec-ame.scala [FAILED]
testing: [...]/files/specialized/spec-t3896.scala [FAILED]
testing: [...]/files/specialized/test.scala [FAILED]
testing: [...]/files/specialized/spec-matrix.scala [FAILED]
If all other tests pass, can I still send a pull request?
Fri, 2011-12-02, 16:57
#7
Re: Re: Partest broken
Isn't JDK_HOME the right thing to look for?
On Thu, Dec 1, 2011 at 10:37 PM, Josh Suereth <joshua.suereth@gmail.com> wrote:
Scala CI should ideally be run on Oracle JDK and OpenJDK :-)
--
Viktor Klang
Akka Tech LeadTypesafe - Enterprise-Grade Scala from the Experts
Twitter: @viktorklang