test/jdk/TEST.groups
branchhttp-client-branch
changeset 55982 b6ff245c0db6
parent 48292 191ae61bd1e9
child 48841 0937e5f799df
equal deleted inserted replaced
55981:907bddce488c 55982:b6ff245c0db6
   200     :jdk_security1 \
   200     :jdk_security1 \
   201     :jdk_security2 \
   201     :jdk_security2 \
   202     :jdk_security3 \
   202     :jdk_security3 \
   203     :jdk_security4
   203     :jdk_security4
   204 
   204 
       
   205 jdk_security_infra = \
       
   206     security/infra/java/security/cert/CertPathValidator/certification
       
   207 
   205 jdk_text = \
   208 jdk_text = \
   206     java/text \
   209     java/text \
   207     sun/text
   210     sun/text
   208 
   211 
   209 jdk_management = \
   212 jdk_management = \
   348     :jdk_imageio
   351     :jdk_imageio
   349 
   352 
   350 # SwingSet3 tests.
   353 # SwingSet3 tests.
   351 jdk_client_sanity = \
   354 jdk_client_sanity = \
   352     sanity/client/SwingSet
   355     sanity/client/SwingSet
       
   356 
       
   357 # This test group represents a subset of tests which are expected to
       
   358 # exercise most of the most commonly used code in Swing applications.
       
   359 # New failures in this area may be a problem.
       
   360 jdk_swing_core = \
       
   361      :jdk_client_sanity \
       
   362      javax/swing
       
   363 
       
   364 # The most commonly used printing APIs are included here along with swing core.
       
   365 jdk_desktop_core = \
       
   366     :jdk_swing_core \
       
   367     java/awt/print
   353 
   368 
   354 ###############################################################################
   369 ###############################################################################
   355 #
   370 #
   356 # Serviceability sanity groups
   371 # Serviceability sanity groups
   357 #
   372 #