Closed pshipton closed 5 years ago
@smlambert anything we can do to quickly fix this?
Possibly related to @Mesbah-Alam adding a space to the -o command for osx.
We can revert https://github.com/AdoptOpenJDK/openjdk-systemtest/pull/220 . I understood it was merged because without it, native tests might fail on certain osx machines (due to lack of space), so its less problematic perhaps than always failing on windows.
@Mesbah-Alam is about to leave on vacation (tomorrow), so perhaps it can be the last thing he looks at before he heads out.
@smlambert please go ahead and revert. I agree osx failing to build sometimes is better than always failing on Windows. Plus the osx jobs for the 0.12 release have already run.
Thanks for reverting my PR @smlambert - The error on Windows was obviously not anticipated by me when preparing this PR for osx.
There was a PR delivered by Simon to initially get this test to compile on Windows - https://github.com/AdoptOpenJDK/openjdk-systemtest/pull/217. This PR introduced the absence of space after -o
- which one of the test osx machines seems to not like.
https://github.com/AdoptOpenJDK/openjdk-systemtest/pull/220 added that space only (leaving all the rest of Simon's changes as is) - but that seems to have taken us back to the Windows error again. We need to figure out why that space is not liked on Windows - or may be add that space while on OSX only.
Right, we need the space on osx only. Windows syntax doesn't include a space.
I am testing the PR.
https://ci.eclipse.org/openj9/job/Test-sanity.system-JDK11-win_x86-64_cmprssptrs/154 https://ci.eclipse.org/openj9/job/Test-extended.system-JDK11-win_x86-64_cmprssptrs/153