[clang-tools-extra] r339782 - [clangd][tests] Rename tests of clangd instance termination
    Jan Korous via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Aug 15 08:58:05 PDT 2018
    
    
  
Author: jkorous
Date: Wed Aug 15 08:58:05 2018
New Revision: 339782
URL: http://llvm.org/viewvc/llvm-project?rev=339782&view=rev
Log:
[clangd][tests] Rename tests of clangd instance termination
Just making testnames better reflect their testing scenarios.
Differential Revision: https://reviews.llvm.org/D50641
Added:
    clang-tools-extra/trunk/test/clangd/exit-with-shutdown.test
      - copied, changed from r339781, clang-tools-extra/trunk/test/clangd/shutdown-with-exit.test
    clang-tools-extra/trunk/test/clangd/exit-without-shutdown.test
      - copied, changed from r339781, clang-tools-extra/trunk/test/clangd/shutdown-without-exit.test
Removed:
    clang-tools-extra/trunk/test/clangd/shutdown-with-exit.test
    clang-tools-extra/trunk/test/clangd/shutdown-without-exit.test
Copied: clang-tools-extra/trunk/test/clangd/exit-with-shutdown.test (from r339781, clang-tools-extra/trunk/test/clangd/shutdown-with-exit.test)
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clangd/exit-with-shutdown.test?p2=clang-tools-extra/trunk/test/clangd/exit-with-shutdown.test&p1=clang-tools-extra/trunk/test/clangd/shutdown-with-exit.test&r1=339781&r2=339782&rev=339782&view=diff
==============================================================================
    (empty)
Copied: clang-tools-extra/trunk/test/clangd/exit-without-shutdown.test (from r339781, clang-tools-extra/trunk/test/clangd/shutdown-without-exit.test)
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clangd/exit-without-shutdown.test?p2=clang-tools-extra/trunk/test/clangd/exit-without-shutdown.test&p1=clang-tools-extra/trunk/test/clangd/shutdown-without-exit.test&r1=339781&r2=339782&rev=339782&view=diff
==============================================================================
    (empty)
Removed: clang-tools-extra/trunk/test/clangd/shutdown-with-exit.test
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clangd/shutdown-with-exit.test?rev=339781&view=auto
==============================================================================
--- clang-tools-extra/trunk/test/clangd/shutdown-with-exit.test (original)
+++ clang-tools-extra/trunk/test/clangd/shutdown-with-exit.test (removed)
@@ -1,4 +0,0 @@
-# RUN: clangd -lit-test < %s
-{"jsonrpc":"2.0","id":3,"method":"shutdown"}
----
-{"jsonrpc":"2.0","method":"exit"}
Removed: clang-tools-extra/trunk/test/clangd/shutdown-without-exit.test
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clangd/shutdown-without-exit.test?rev=339781&view=auto
==============================================================================
--- clang-tools-extra/trunk/test/clangd/shutdown-without-exit.test (original)
+++ clang-tools-extra/trunk/test/clangd/shutdown-without-exit.test (removed)
@@ -1,2 +0,0 @@
-# RUN: not clangd -lit-test < %s
-{"jsonrpc":"2.0","method":"exit"}
    
    
More information about the cfe-commits
mailing list