8a5e6d135f
Some of these tests failed if `Directory.systemTemp` had a lowercase drive letter because DAP always normalises outbound paths to uppercase and we were comparing them directly. This updates offending tests to compare with uppercase drive letters as is expected, regardless of the original temp directory (used for "cwd" and "program"). Fixes https://github.com/dart-lang/sdk/issues/53949 Change-Id: Ibaa6b6ecfe3d77aeff5b806174167c9452167db6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/334160 Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Helin Shiah <helinx@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com>