InstrumentBranchesPhaseTest

Doug Simon doug.simon at oracle.com
Tue Dec 6 11:01:27 UTC 2016


Alex,

Do you know why Andrew may be getting this failure? Also, maybe you could add some javadoc to InstrumentBranchesPhase at some point ;-)

-Doug

> On 6 Dec 2016, at 11:55, Andrew Haley <aph at redhat.com> wrote:
> 
> I'm baffled by InstrumentBranchesPhaseTest.  I'm getting a failure here:
> 
>        Assert.assertTrue(stackOutput.contains("[bci: 4]\n[0] state = ELSE(if=0#, else=1#)"));
> 
> but the output is:
> 
> {com.oracle.graal.truffle.test.InstrumentBranchesPhaseTest$SimpleIfTestNode.execute(InstrumentBranchesPhaseTest.java:48) [bci: 4]=[0] state = NONE(if=0#, else=0#)}
> 
> I don't know what this test does, and I don't understand how any of
> this might be AArch64-specific.
> 
> Thanks,
> 
> Andrew.



More information about the graal-dev mailing list