Which test groups to run instead of :jdk (8176838)

Alexandre (Shura) Iline alexandre.iline at oracle.com
Mon Nov 27 21:56:24 UTC 2017


Hi, Goetz.

:jdk, when created, was supposed to include tests which could be run by full JDK, which is, well, all the tests. Over the time there could have been new tests added which were not included in the :jdk group.

In fact, I have just now rolled the repository back to before the 8176838 change and checked test count in :jdk test group vs. full test suite.

$jtreg … -l test/jdk/:jdk
…
Tests found: 8,563
$jtreg … -l test/jdk
…
Tests found: 8,583

The difference consists in these tests:

> native_sanity/simplenativelauncher/ProgramTest.java
> native_sanity/simplenativelib2/NativeLib.java
> native_sanity/simplenativelib/NativeLib.java
> org/omg/CORBA/OrbPropertiesTest.java
> sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java
> sanity/client/SwingSet/src/ButtonDemoTest.java
> sanity/client/SwingSet/src/ComboBoxDemoTest.java
> sanity/client/SwingSet/src/DialogDemoTest.java
> sanity/client/SwingSet/src/ListDemoTest.java
> sanity/client/SwingSet/src/OptionPaneDemoTest.java
> sanity/client/SwingSet/src/ProgressBarDemoTest.java
> sanity/client/SwingSet/src/ScrollPaneDemoTest.java
> sanity/client/SwingSet/src/SliderDemoTest.java
> sanity/client/SwingSet/src/SpinnerDemoTest.java
> sanity/client/SwingSet/src/SplitPaneDemoTest.java
> sanity/client/SwingSet/src/TabbedPaneDemoTest.java
> sanity/client/SwingSet/src/TextFieldDemoTest.java
> sanity/client/SwingSet/src/ToggleButtonDemoTest.java
> sanity/client/SwingSet/src/TreeDemoTest.java
> sanity/client/SwingSet/src/WindowDemoTest.java

Shura



> On Nov 24, 2017, at 12:46 AM, Lindenmaier, Goetz <goetz.lindenmaier at sap.com> wrote:
> 
> Hi,
> 
> we used to run test target :jdk.
> This has been removed in 8176838.
> 
> Which target should we run now to get the same or similar set of tests?
> 
> Best regards,
>  Goetz.



More information about the core-libs-dev mailing list