This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: shouldfail'ing sourcelocation
- From: Bryce McKinlay <bmckinlay at gmail dot com>
- To: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- Cc: java at gcc dot gnu dot org
- Date: Sun, 20 Jan 2013 01:15:56 +0000
- Subject: Re: shouldfail'ing sourcelocation
- References: <20130119152716.GA4052@bromo.med.uc.edu>
On Sat, Jan 19, 2013 at 3:27 PM, Jack Howarth <howarth@bromo.med.uc.edu> wrote:
> How exactly can we shouldfail the sourcelocation test on those
> platforms like darwin which don't support dwarf4...
This should be an 'xfail', not a 'shouldfail'.
Unfortunately I don't think we ever had a mechanism to do
platform-specific xfails in the libjava testsuite. You could certainly
add that, but maybe just making the line numbers work would be a more
productive use of time :)
Note you don't need dwarf4 to make sourcelocation work (comment in the
test case is a bit misleading). You just need some way to read the
source line number info, whatever format it is in.