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
Use .mappedIfSafe in DataIOTests.test_largeFile (#720)
DataIOTests.test_largeFile reads a larger than 2GB file twice into the memory. Adding `.mappedIfSafe` option when reading Data to prevent the test getting killed due to memory usage.
resolves: rdar://130769047
0 commit comments