Re: PR16923
Jack Howarth <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
How does one run single test cases from the dejangnu harness in
libjava? I had expected that either...
make -k check RUNTESTFLAGS="site.exp=libjava.jni/invocation/PR16923.c --target_board=unix'{-m32,-m64}'"
or
make -k check RUNTESTFLAGS="jni.exp=invocation/PR16923.c --target_board=unix'{-m32,-m64}'"
would work in darwin_objdir/i686-apple-darwin9/libjava. However I can't seem to get the
failing test case to run in this fashion. What am I missing here?
Jack