Re: [PATCH] Enable java for aarch64
Matthias Klose <[email protected]>
| Newsgroups | gmane.comp.gcc.java.patches |
|---|---|
| Message-ID | <[email protected]> |
Am 15.04.2013 09:08, schrieb Andreas Schwab: > Andrew Haley <[email protected]> writes: > >> Looks basically OK. What were the failures, though? > > FAIL: TestClosureGC run > FAIL: Array_3 execution - source compiled test > FAIL: Array_3 -findirect-dispatch execution - source compiled test > FAIL: Array_3 -O3 execution - source compiled test > FAIL: Array_3 -O3 -findirect-dispatch execution - source compiled test > FAIL: Invoke_1 execution - source compiled test > FAIL: Invoke_1 -findirect-dispatch execution - source compiled test > FAIL: Invoke_1 -O3 execution - source compiled test > FAIL: Invoke_1 -O3 -findirect-dispatch execution - source compiled test > FAIL: PR218 execution - source compiled test > FAIL: PR218 -O3 execution - source compiled test > FAIL: StackTrace2 execution - source compiled test > FAIL: StackTrace2 -findirect-dispatch execution - source compiled test > FAIL: StackTrace2 -O3 execution - source compiled test > FAIL: StackTrace2 -O3 -findirect-dispatch execution - source compiled test > FAIL: Throw_2 execution - source compiled test > FAIL: Throw_2 -findirect-dispatch execution - source compiled test > FAIL: Throw_2 -O3 execution - source compiled test > FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test > FAIL: Throw_3 execution - source compiled test > FAIL: Throw_3 -findirect-dispatch execution - source compiled test > FAIL: Throw_3 -O3 execution - source compiled test > FAIL: Throw_3 -O3 -findirect-dispatch execution - source compiled test > FAIL: pr83 -findirect-dispatch execution - source compiled test > FAIL: pr83 -O3 -findirect-dispatch execution - source compiled test > FAIL: sourcelocation output - source compiled test > FAIL: sourcelocation -findirect-dispatch output - source compiled test > FAIL: sourcelocation -O3 output - source compiled test > FAIL: sourcelocation -O3 -findirect-dispatch output - source compiled test does the interpreter and the byte code compilation work with these results? Afaicr I did see the exact same set of test failures on other (Debian) architectures in the past too. Matthias