You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given PAL tests are useful for new platforms bring up, where msbuild/dotnet(1) is not available; we should consider:
adding an option in src/coreclr/build-runtime.sh to build PAL tests OR
move PAL tests under src/coreclr/tests and add option in src/coreclr/build-tests.sh to skip everything that depends on msbuild/dotnet(1), and build only PAL tests.
We used to run PAL tests on every PR, somehow this got broken in the past and it is not clean to me when.
Originally posted by @janvorli in #34710
Other notes:
PAL tests build is currently failing on macOS.fixed by Fix PAL test build on non-Linux Unix platforms #35218.src/coreclr/build-runtime.shto build PAL tests ORsrc/coreclr/testsand add option insrc/coreclr/build-tests.shto skip everything that depends on msbuild/dotnet(1), and build only PAL tests.