On Sun, 25 Feb 2024 07:02:13 GMT, Christoph Langer <clan...@openjdk.org> wrote:

> > So there is something wrong here. About 40 tests just plain crash. About 10 
> > tests fail with headlessException - even if they say they are headful. 
> > Probably more tests would fail but entire tasks timed out as a result.
> 
> OK - do you have some examples of tests that fail? GHA and our headless tests 
> are all green...

Github actions does ZERO client testing. Nothing at all, not even headless.
The tests that fail are all over the place, up to and including JCK tests.
Too many to count all of them but in the desktop_part1 headful tests at least 
497 fail and only 138 pass.

here's a partial list
    1 javax/swing/plaf/windows/6921687/bug6921687.java            x64    
Crash:... CrashExitCode    bug6921687...    < 1s    
    2    test    javax/swing/plaf/synth/Test8015926.java            x64    
ExitCode: -1073740771ExitCode    bug8015926...    < 1s    
    3    test    javax/swing/plaf/synth/RepaintNPE.java            x64    
Crash:... CrashExitCode    bug6529151...    < 1s    
    4    test    
javax/swing/plaf/synth/SynthScrollbarThumbPainter/SynthScrollbarThumbPainterTest.java
            x64    ExitCode: -1073740771ExitCode    bug7172750...    < 1s    
    5    test    javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java   
         x64    ExitCode: -1073740771ExitCode    bug6276188...    < 1s    
    6    test    javax/swing/plaf/synth/8040328/bug8040328.java            x64  
  Crash:... CrashExitCode    bug8040328...    < 1s    
    7    test    javax/swing/plaf/synth/7158712/bug7158712.java            x64  
  ExitCode: -1073740771ExitCode    bug7158712...    < 1s    
    8    test    javax/swing/plaf/nimbus/TestNimbusTabbedPaneIconPosition.java  
          x64    ExitCode: -1073740771ExitCode    bug6875229...    < 1s    
    9    test    javax/swing/plaf/nimbus/TestNimbusBGColor.java            x64  
  ExitCode: -1073740771ExitCode    bug8058704...    < 1s    
    10    test    javax/swing/plaf/nimbus/Test6919629.java            x64    
ExitCode: -1073740771ExitCode    bug6919629...    < 1s    
    11    test    javax/swing/plaf/nimbus/8057791/bug8057791.java            
x64    ExitCode: -1073740771ExitCode    bug8057791...    < 1s    
    12    test    javax/swing/plaf/nimbus/8041725/bug8041725.java

-------------

PR Comment: https://git.openjdk.org/jdk/pull/17614#issuecomment-1963049041

Reply via email to