-
Notifications
You must be signed in to change notification settings - Fork 385
T: Don't unescape test output #5949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7117799
to
45c7d58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mchernyavsky Do I understand correctly that we can't distinguish \
as general symbol (for example, as path separator on Windows) and as escape symbol in Cargo messages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Don't forget to file the corresponding issue in cargo repo
src/test/kotlin/org/rustSlowTests/cargo/runconfig/test/CargoTestNodeInfoTest.kt
Show resolved
Hide resolved
91e857f
to
61f21f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except comments
src/test/kotlin/org/rustSlowTests/cargo/runconfig/test/CargoTestNodeInfoTest.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/org/rustSlowTests/cargo/runconfig/test/CargoTestNodeInfoTest.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/org/rustSlowTests/cargo/runconfig/test/CargoTestNodeInfoTest.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/rust/cargo/runconfig/test/CargoTestEventsConverter.kt
Show resolved
Hide resolved
src/main/kotlin/org/rust/cargo/runconfig/test/CargoTestEventsConverter.kt
Outdated
Show resolved
Hide resolved
61f21f7
to
78ff7f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Canceled. |
78ff7f8
to
0d6b654
Compare
bors r+ |
Build succeeded: |
Fixes #5768.
Fixes #5703.
Fixes #5974.
Fixes #5985.