This revision was automatically updated to reflect the committed changes.
Closed by commit rL370090: [dotest] Remove results port (authored by
JDevlieghere, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D
xiaobai accepted this revision.
xiaobai added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66811/new/
https://reviews.llvm.org/D66811
___
lldb-commi
BlackAngel35 requested changes to this revision.
BlackAngel35 added a comment.
This revision now requires changes to proceed.
EnDing
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66811/new/
https://reviews.llvm.org/D66811
JDevlieghere created this revision.
JDevlieghere added a reviewer: LLDB.
Herald added a subscriber: abidh.
Herald added a project: LLDB.
The results port was used by `dosep` to deal with test results coming form
different processes. With dosep gone, I don't think we need this any longer.
Reposi