Re: Any ideas why I'm not able to build the compiler?

2018-08-06 Thread Harbs
Figured it out… Positive GMT-relative timezones were not working. I just committed a fix for this. > On Aug 6, 2018, at 10:35 AM, Harbs wrote: > > Here’s the output we’re both getting. > > I’m guessing it has to do with the timezone we’re both in (and maybe the time > of day?)… > >

Re: Any ideas why I'm not able to build the compiler?

2018-08-06 Thread Harbs
Here’s the output we’re both getting. I’m guessing it has to do with the timezone we’re both in (and maybe the time of day?)… https://paste.apache.org/eri2 I’m having trouble following exactly what these tests are doing. > On Aug 6, 2018, at 10:07 AM, Alex

Re: Any ideas why I'm not able to build the compiler?

2018-08-06 Thread Alex Harui
Harbs ran into this earlier, got past it and we never figured out the exact cause. My answer is the same: Look at the actual failure report. It should be in compiler/target/junit-reports/Test-as.ASDateTests.xml Thanks, -Alex On 8/5/18, 11:59 PM, "Yishay Weiss" wrote: I’m getting [1]

Any ideas why I'm not able to build the compiler?

2018-08-06 Thread Yishay Weiss
I’m getting [1] compiler tests failure. The read-only errors should be ignored IMO because they’re part of compileAndExpectErrors() runs. So I’m not sure what’s going on… [1] https://paste.apache.org/4Sei