Saleem Abdulrasool

Results 501 comments of Saleem Abdulrasool

Can't seem to reproduce the test failure locally :/

@adrian-prantl would we also whitelist the random testing environment variable? I think that we should be allowing all the environment variables really - why would the REPL which is launched...

Note that in addition to `Path`, I believe that `UserProfile` and `TEMP` should be set up properly. In order to get Foundation to work, there are a few other variables...

This is replicating what has been done with swift-testing, swift-corelibs-xctest, and is in the process of being applied to swift-corelibs-libdispatch as well.

Seems that the Linux toolchain build did uncover something. Will take a look once I clear up some more of the Windows patches.

https://github.com/realm/SwiftLint/pull/6354 should partially address this by fixing the GeneratedTests test suite

From local testing, I am seeing the FileSystemAccessTests and IntegrationTests as the failing suites currently. The underlying issue for these are: 1. FSR mishandling 2. Incomplete glob support on Windows...