annotate test/blacklist_sparc.txt @ 18985:867058575979

Truffle: Improved support for "probing" AST nodes: - Node.isSafelyReplacaeableBy(Node) checks in advance if Node.replace(Node) would be unsafe (crash the VM). - Hoist Probe() from language imlementations into Node; now completely language agnostic. - Language implementations support probing by implementing Node.isInstrumentable() and Node.createWrapperNode() - Node.Probe() throws ProbeException (without side effects) if the probe fails. -- ProbeException contains an instance of ProbeFailure that diagnoses the failure in detail - Additional measures to prevent instrumentation from being applied to internal InstrumentationNodes. - Promote ProbeListener to top level interface and add a default implementation
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 27 Jan 2015 20:24:54 -0800
parents 759d9ffc97fd
children d45677473bea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16980
74520179dda8 [SPARC] transform unittest whitelist into a blacklist.
Josef Eisl <josef.eisl@jku.at>
parents: 16978
diff changeset
1 com.oracle.graal.replacements.test.StandardMethodSubstitutionsTest
74520179dda8 [SPARC] transform unittest whitelist into a blacklist.
Josef Eisl <josef.eisl@jku.at>
parents: 16978
diff changeset
2 com.oracle.graal.hotspot.amd64.test.CompressedNullCheckTest
18851
99174f0475d0 [SPARC] Remove SL from blacklist, add UnsafeEATest to blacklist (as long as unsafe does not EA on SPARC in some cases right now)
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 17143
diff changeset
3 com.oracle.graal.compiler.test.ea.UnsafeEATest
18948
759d9ffc97fd [SPARC] add classes to blacklist for unittest on sparc as the PEA is partially disabled right now
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18851
diff changeset
4 com.oracle.graal.truffle.test.SimplePartialEvaluationTest
759d9ffc97fd [SPARC] add classes to blacklist for unittest on sparc as the PEA is partially disabled right now
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18851
diff changeset
5 com.oracle.graal.replacements.test.ArraysSubstitutionsTest