< prev index next >

test/jdk/TEST.groups

Print this page




  72     jdk/lambda \
  73     jdk/internal/loader \
  74     jdk/internal/misc \
  75     jdk/internal/ref \
  76     jdk/internal/jimage \
  77     jdk/internal/math \
  78     jdk/modules \
  79     vm
  80 
  81 # All of the java.util package
  82 jdk_util = \
  83     :jdk_util_other \
  84     :jdk_collections \
  85     :jdk_concurrent \
  86     :jdk_stream
  87 
  88 # All util components not part of some other util category
  89 jdk_util_other = \
  90     java/util \
  91     sun/util \
  92     jdk/internal/util \
  93     -:jdk_collections \
  94     -:jdk_concurrent \
  95     -:jdk_stream
  96 
  97 # All collections, core and concurrent
  98 jdk_collections = \
  99     :jdk_collections_core \
 100     :jdk_concurrent
 101 
 102 # java.util.concurrent
 103 # Includes concurrent collections plus other stuff
 104 # Maintained by JSR-166 EG (Doug Lea et al)
 105 jdk_concurrent = \
 106     java/util/concurrent
 107 
 108 # Java Collections Framework core classes
 109 jdk_collections_core = \
 110     java/util/AbstractCollection \
 111     java/util/AbstractList \
 112     java/util/AbstractMap \


 334     javax/swing \
 335     com/sun/java/swing
 336 
 337 jdk_sound = \
 338     javax/sound
 339 
 340 jdk_imageio = \
 341     javax/imageio
 342 
 343 jdk_desktop = \
 344     :jdk_awt \
 345     :jdk_2d \
 346     :jdk_beans \
 347     :jdk_swing \
 348     :jdk_sound \
 349     :jdk_imageio
 350 
 351 # SwingSet3 tests.
 352 jdk_client_sanity = \
 353     sanity/client/SwingSet












 354 
 355 ###############################################################################
 356 #
 357 # Serviceability sanity groups
 358 #
 359 # These groups specify a subset of Serviceability tests that are supposed to
 360 # guard against breakage of Serviceability features by other component teams.
 361 # They are added to the "hotspot" testset in JPRT so that they will run on all
 362 # full-forest pushes through JPRT.
 363 #
 364 
 365 jdk_svc_sanity = \
 366     :jdk_management_sanity \
 367     :jdk_instrument_sanity \
 368     :jdk_jmx_sanity \
 369     :jdk_jdi_sanity \
 370     :svc_tools_sanity
 371 
 372 jdk_management_sanity =
 373 




  72     jdk/lambda \
  73     jdk/internal/loader \
  74     jdk/internal/misc \
  75     jdk/internal/ref \
  76     jdk/internal/jimage \
  77     jdk/internal/math \
  78     jdk/modules \
  79     vm
  80 
  81 # All of the java.util package
  82 jdk_util = \
  83     :jdk_util_other \
  84     :jdk_collections \
  85     :jdk_concurrent \
  86     :jdk_stream
  87 
  88 # All util components not part of some other util category
  89 jdk_util_other = \
  90     java/util \
  91     sun/util \

  92     -:jdk_collections \
  93     -:jdk_concurrent \
  94     -:jdk_stream
  95 
  96 # All collections, core and concurrent
  97 jdk_collections = \
  98     :jdk_collections_core \
  99     :jdk_concurrent
 100 
 101 # java.util.concurrent
 102 # Includes concurrent collections plus other stuff
 103 # Maintained by JSR-166 EG (Doug Lea et al)
 104 jdk_concurrent = \
 105     java/util/concurrent
 106 
 107 # Java Collections Framework core classes
 108 jdk_collections_core = \
 109     java/util/AbstractCollection \
 110     java/util/AbstractList \
 111     java/util/AbstractMap \


 333     javax/swing \
 334     com/sun/java/swing
 335 
 336 jdk_sound = \
 337     javax/sound
 338 
 339 jdk_imageio = \
 340     javax/imageio
 341 
 342 jdk_desktop = \
 343     :jdk_awt \
 344     :jdk_2d \
 345     :jdk_beans \
 346     :jdk_swing \
 347     :jdk_sound \
 348     :jdk_imageio
 349 
 350 # SwingSet3 tests.
 351 jdk_client_sanity = \
 352     sanity/client/SwingSet
 353 
 354 # This test group represents a subset of tests which are expected to
 355 # exercise most of the most commuonly used code in Swing applications.
 356 # New failures in this area may be a problem.
 357 jdk_swing_core = \
 358      sanity/client/SwingSet \
 359      javax/swing
 360 
 361 # The most commonly used printing APIs are included here along with swing core.
 362 jdk_desktop_core = \
 363     :jdk_swing_core \
 364     java/awt/print
 365 
 366 ###############################################################################
 367 #
 368 # Serviceability sanity groups
 369 #
 370 # These groups specify a subset of Serviceability tests that are supposed to
 371 # guard against breakage of Serviceability features by other component teams.
 372 # They are added to the "hotspot" testset in JPRT so that they will run on all
 373 # full-forest pushes through JPRT.
 374 #
 375 
 376 jdk_svc_sanity = \
 377     :jdk_management_sanity \
 378     :jdk_instrument_sanity \
 379     :jdk_jmx_sanity \
 380     :jdk_jdi_sanity \
 381     :svc_tools_sanity
 382 
 383 jdk_management_sanity =
 384 


< prev index next >