junit test question
Deneau, Tom
tom.deneau at amd.com
Fri May 3 14:34:47 PDT 2013
As you know, some AMD folks are working on an graal HSAIL backend and
when the HSAIL spec becomes public we want to push this out to the
public graal repository.
We have some HSAIL Junit tests which dispatch thru HSA and compare to
Java results and so will only work on a target that supports HSAIL
(either in hardware or thru a simulator).
Are these kinds of tests OK to put in graal? That is, do graal users
expect to be able to run all the junit tests in all the projects (using
the global 'mx unittest' or do they typically only run the tests from
selected projects.
Or is there a way to indicate that tests in certain projects should
not be run by default when someone enters the global "mx unittest" (similar to
the way we don't build certain projects unless say jdk8 is being
used).
-- Tom
More information about the graal-dev
mailing list