Thank you for the follow up
On Jan 14, 2014, at 8:35 AM, Alan Bateman <alan.bate...@oracle.com> wrote:

> On 14/01/2014 13:25, Lance Andersen wrote:
>> Hi David,
>> 
>> Thank you for the email.
>> 
>> Running the command jtreg -l :jdk_all produces (I assume running this from 
>> jdk/test was the correct spot to run this from)
>> 
>> ---------------
>> ~/Dropbox/LancePTR/jtreg/win32/bin/jtreg -l :jdk_all
>> Testsuite: /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/test
>> /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/test/TEST.groups: 
>> group needs_jre: file not found: java/text/Bidi/Bug6665028.java
> jdk_all is not the name of a jtreg group (jdk_other is, which is why this 
> works for you).
> 
> On the java/text/Bidi/Bug6665028.java message then this is just a warning 
> (and is harmless). That test was removed and it looks like the TEST.groups 
> file wasn't updated.

Got that.  I will log a bug and submit a review and make the change to nuke the 
rogue entry.

If I run

---------------
.
new-host-4:jdbc-jdk lance$ make test TEST=jdk_all
Building OpenJDK for target 'test' in configuration 
'macosx-x86_64-normal-server-release'

## Starting langtools
## Finished langtools (build time 00:00:00)

## Starting hotspot
## Finished hotspot (build time 00:00:01)

## Starting corba
## Finished corba (build time 00:00:01)

## Starting jaxp
## Finished jaxp (build time 00:00:00)

## Starting jaxws
## Finished jaxws (build time 00:00:01)

## Starting jdk
## Finished jdk (build time 00:00:05)

## Starting demos
## Finished demos (build time 00:00:01)

## Starting nashorn
## Finished nashorn (build time 00:00:00)

## Starting images
Copying images/j2re-bundle/jre1.8.0.jre/Contents/Home/release
Copying images/j2sdk-bundle/jdk1.8.0.jdk/Contents/Home/release
## Finished images (build time 00:00:05)

## Starting test
/usr/bin/make -k -C  ../jdk/test  TEST=jdk_all jdk_all
echo "Running tests: jdk_all"
Running tests: jdk_all
for each in jdk_all; do \
                /usr/bin/make -j 1 TEST_SELECTION=":$each" UNIQUE_DIR=$each 
jtreg_tests; \
        done
make[3]: *** No rule to make target 
`/java/re/jtreg/4.1/promoted/latest/binaries/jtreg', needed by 
`/java/re/jtreg/4.1/promoted/latest/binaries/jtreg/win32/bin/jtreg'.
make[3]: Target `jtreg_tests' not remade because of errors.
make[2]: *** [jdk_all] Error 2
make[1]: *** [jdk_all] Error 2
## Finished test (build time 00:00:00)

----- Build times -------
Start 2014-01-14 10:51:11
End   2014-01-14 10:51:26
00:00:01 corba
00:00:01 demos
00:00:01 hotspot
00:00:05 images
00:00:00 jaxp
00:00:01 jaxws
00:00:05 jdk
00:00:00 langtools
00:00:00 nashorn
00:00:00 test
00:00:15 TOTAL
-------------------------
Finished building OpenJDK for target 'test'
--------------

Seems like it always looks for the internal jtreg vs was JT_HOME is set to?


Best
Lance
> 
> -Alan.




Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
lance.ander...@oracle.com




Reply via email to