77d21b8339
The test compiles a file, serializes it to disk, loads it from disk and verifies it. There's more than 1500 compiles and they (at least some) are up to something like 40 MB each meaning why might write something like 60 GB (!) running this test. As the data is only used in-process we can use `IOOverrides` to bybass it actually saving to a file. Change-Id: I4130d02c227ba6769d63482a499846a485aa5a3a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/322702 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>