annotate test/whitelist_shortunittest.txt @ 16694:a53c26c989d0

HSAIL: miscellaneous HSAIL test tweaks and fixes: - mark some tests as requiring ObjectAllocation so they will not fail when UseHSAILDeoptimization is turned off - mark some tests as not to run on hardware until some hardware problems are fixed. - Fix code sequence in HSAILHotSpotBackend.java for hardware which has more strict HSAIL assembler (no longer allows ld_u32 into a $d register) - in HSAILAssembler.mapAddress, handle case where there is no base register Contributed-by: Tom Deneau <tom.deneau@amd.com>
author Doug Simon <doug.simon@oracle.com>
date Tue, 05 Aug 2014 20:57:38 +0200
parents 706bb8271128
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15354
4ab89f0ff10c mx unittest: use supported glob syntax in white list
Bernhard Urban <bernhard.urban@jku.at>
parents: 15324
diff changeset
1 com.oracle.graal.jtt.bytecode.*
15535
706bb8271128 mx shortunittest: test jtt.loop.* and jtt.except.*.
Josef Eisl <josef.eisl@jku.at>
parents: 15354
diff changeset
2 com.oracle.graal.jtt.loop.*
706bb8271128 mx shortunittest: test jtt.loop.* and jtt.except.*.
Josef Eisl <josef.eisl@jku.at>
parents: 15354
diff changeset
3 com.oracle.graal.jtt.except.*