Tests MatrixJobITest#shouldCreateIndividualAxisResults and StepsITest#issue11675 depend on Unix commands and need to be adapted to Windows as well. Currently guarded by:
Assume.assumeFalse("Test not yet OS independent: requires UNIX commands", isWindows());
TestsTest {{MatrixJobITestParsersITest#shouldCreateIndividualAxisResultsshouldFindAllGendarmeIssues}} and {{StepsITest#issue11675}} depend does not run on Unix commands and need to be adapted to Windows as well. Currently and is currently guarded by: {code}
Assume.assumeFalse("Test not yet OS independent: requires UNIX commands", isWindows());
{code}
This might be a bug (or test problem), needs to be investigated on a Windows machine.