test/jdk/TEST.groups
changeset 48279 c40a1a907c74
parent 47860 d13a28b0cdee
child 48283 da1b57b17101
equal deleted inserted replaced
48278:f3860ee5c026 48279:c40a1a907c74
   349     :jdk_imageio
   349     :jdk_imageio
   350 
   350 
   351 # SwingSet3 tests.
   351 # SwingSet3 tests.
   352 jdk_client_sanity = \
   352 jdk_client_sanity = \
   353     sanity/client/SwingSet
   353     sanity/client/SwingSet
       
   354 
       
   355 # This test group represents a subset of tests which are expected to
       
   356 # exercise most of the most commonly used code in Swing applications.
       
   357 # New failures in this area may be a problem.
       
   358 jdk_swing_core = \
       
   359      :jdk_client_sanity \
       
   360      javax/swing
       
   361 
       
   362 # The most commonly used printing APIs are included here along with swing core.
       
   363 jdk_desktop_core = \
       
   364     :jdk_swing_core \
       
   365     java/awt/print
   354 
   366 
   355 ###############################################################################
   367 ###############################################################################
   356 #
   368 #
   357 # Serviceability sanity groups
   369 # Serviceability sanity groups
   358 #
   370 #