< prev index next >

test/jdk/TEST.groups

Print this page




 342     sun/applet
 343 
 344 jdk_2d = \
 345     javax/print \
 346     sun/java2d
 347 
 348 jdk_beans = \
 349     java/beans
 350 
 351 jdk_swing = \
 352     javax/accessibility \
 353     javax/swing \
 354     com/sun/java/swing
 355 
 356 jdk_sound = \
 357     javax/sound
 358 
 359 jdk_imageio = \
 360     javax/imageio
 361 



 362 jdk_desktop = \
 363     :jdk_awt \
 364     :jdk_2d \
 365     :jdk_beans \
 366     :jdk_swing \
 367     :jdk_sound \
 368     :jdk_imageio

 369 
 370 # SwingSet3 tests.
 371 jdk_client_sanity = \
 372     sanity/client/SwingSet
 373 
 374 # This test group represents a subset of tests which are expected to
 375 # exercise most of the most commonly used code in Swing applications.
 376 # New failures in this area may be a problem.
 377 jdk_swing_core = \
 378      :jdk_client_sanity \
 379      javax/swing
 380 
 381 # The most commonly used printing APIs are included here along with swing core.
 382 jdk_desktop_core = \
 383     :jdk_swing_core \
 384     java/awt/print
 385 
 386 ###############################################################################
 387 #
 388 # Serviceability sanity groups




 342     sun/applet
 343 
 344 jdk_2d = \
 345     javax/print \
 346     sun/java2d
 347 
 348 jdk_beans = \
 349     java/beans
 350 
 351 jdk_swing = \
 352     javax/accessibility \
 353     javax/swing \
 354     com/sun/java/swing
 355 
 356 jdk_sound = \
 357     javax/sound
 358 
 359 jdk_imageio = \
 360     javax/imageio
 361 
 362 jfc_demo = \
 363      demo/jfc
 364 
 365 jdk_desktop = \
 366     :jdk_awt \
 367     :jdk_2d \
 368     :jdk_beans \
 369     :jdk_swing \
 370     :jdk_sound \
 371     :jdk_imageio \
 372     :jfc_demo
 373 
 374 # SwingSet3 tests.
 375 jdk_client_sanity = \
 376     sanity/client/SwingSet
 377 
 378 # This test group represents a subset of tests which are expected to
 379 # exercise most of the most commonly used code in Swing applications.
 380 # New failures in this area may be a problem.
 381 jdk_swing_core = \
 382      :jdk_client_sanity \
 383      javax/swing
 384 
 385 # The most commonly used printing APIs are included here along with swing core.
 386 jdk_desktop_core = \
 387     :jdk_swing_core \
 388     java/awt/print
 389 
 390 ###############################################################################
 391 #
 392 # Serviceability sanity groups


< prev index next >