Need reviewers - jdk testing changes 6888927
Joe Darcy
Joe.Darcy at Sun.COM
Thu Nov 5 01:52:21 UTC 2009
On 11/04/09 05:39 PM, Kelly O'Hair wrote:
>
>
> Martin Buchholz wrote:
>> On Wed, Nov 4, 2009 at 16:49, Jonathan Gibbons
>> <Jonathan.Gibbons at sun.com> wrote:
>>> Kelly O'Hair wrote:
>>> In an ideal world, one set of results would be the set of results
>>> posted
>>> publicly somewhere for the latest promoted build. But we don't seem
>>> to be
>>
>> I agree with the goals, and your assessment of the reality.
>>
>>> able to make that happen, so I agree with Kelly that for now we need
>>> a more
>>> pragmatic approach of defining the set of tests we expect to work on
>>> every
>>> platform on every build. Hopefully, over time, the relevant
>>> engineers will
>>> aspire to have their tests included in this set of tests.
>>
>> I would use the ProblemList if there was an easy way to use it to filter
>> my jtreg command
>>
>> The most recent jtreg command I ran looked like this:
>>
>> jtreg -v:nopass,fail -vmoption:-enablesystemassertions -automatic
>> "-k:\!ignore" test/java/nio test/sun/nio test/java/util/EnumSet
>> test/java/util/Vector test/java/util/HashMap
>> test/java/util/Collections test/java/util/WeakHashMap
>> test/java/util/Deque test/java/util/AbstractSequentialList
>> test/java/util/LinkedHashMap test/java/util/BitSet
>> test/java/util/AbstractList test/java/util/NavigableMap
>> test/java/util/AbstractCollection test/java/util/Arrays
>> test/java/util/LinkedList test/java/util/ArrayList
>> test/java/util/TreeMap test/java/util/Collection
>> test/java/util/AbstractMap test/java/util/LinkedHashSet
>> test/java/util/Hashtable test/java/util/IdentityHashMap
>> test/java/util/PriorityQueue test/java/util/EnumMap
>> test/java/util/List test/java/util/Map test/java/util/concurrent
>>
>> Most of my failures were due to inability to contact javaweb.sfbay
>> which is probably not being addressed by ProblemList.
>
> In my opinion, tests that rely on javaweb.sfbay, or any Sun local
> address, belong on the ProblemList. So I would like to add them,
> if I can find them. ... grepping now....
Mechanisms have been added to provide a configuration file with
alternate networking information without modifying the networking tests.
-Joe
More information about the build-dev
mailing list