This revision was automatically updated to reflect the committed changes. Closed by commit rG2493a7016416: [clangd] Disable tests that are incompatible with Windows (authored by andrewng).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D142228/new/ https://reviews.llvm.org/D142228 Files: clang-tools-extra/clangd/test/dependency-output.test clang-tools-extra/clangd/test/did-change-configuration-params.test clang-tools-extra/clangd/test/test-uri-posix.test Index: clang-tools-extra/clangd/test/test-uri-posix.test =================================================================== --- clang-tools-extra/clangd/test/test-uri-posix.test +++ clang-tools-extra/clangd/test/test-uri-posix.test @@ -1,5 +1,5 @@ # RUN: clangd -lit-test < %s | FileCheck -strict-whitespace %s -# UNSUPPORTED: target={{.*-windows-(gnu|msvc)}} +# UNSUPPORTED: system-windows, target={{.*-windows-(gnu|msvc)}} # Test authority-less URI {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}} --- Index: clang-tools-extra/clangd/test/did-change-configuration-params.test =================================================================== --- clang-tools-extra/clangd/test/did-change-configuration-params.test +++ clang-tools-extra/clangd/test/did-change-configuration-params.test @@ -1,6 +1,6 @@ # RUN: clangd -compile_args_from=lsp -lit-test < %s 2> %t | FileCheck -strict-whitespace %s # RUN: FileCheck --check-prefix=ERR --input-file=%t %s -# UNSUPPORTED: target={{.*-windows-(gnu|msvc)}} +# UNSUPPORTED: system-windows, target={{.*-windows-(gnu|msvc)}} {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}} --- {"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{"compilationDatabaseChanges":{"/clangd-test/foo.c": {"workingDirectory":"/clangd-test", "compilationCommand": ["clang", "-c", "foo.c"]}}}}} Index: clang-tools-extra/clangd/test/dependency-output.test =================================================================== --- clang-tools-extra/clangd/test/dependency-output.test +++ clang-tools-extra/clangd/test/dependency-output.test @@ -1,4 +1,4 @@ -# UNSUPPORTED: target={{.*-windows-(gnu|msvc)}} +# UNSUPPORTED: system-windows, target={{.*-windows-(gnu|msvc)}} # RUN: clangd -lit-test < %s | FileCheck -strict-whitespace %s {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}} ---
Index: clang-tools-extra/clangd/test/test-uri-posix.test =================================================================== --- clang-tools-extra/clangd/test/test-uri-posix.test +++ clang-tools-extra/clangd/test/test-uri-posix.test @@ -1,5 +1,5 @@ # RUN: clangd -lit-test < %s | FileCheck -strict-whitespace %s -# UNSUPPORTED: target={{.*-windows-(gnu|msvc)}} +# UNSUPPORTED: system-windows, target={{.*-windows-(gnu|msvc)}} # Test authority-less URI {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}} --- Index: clang-tools-extra/clangd/test/did-change-configuration-params.test =================================================================== --- clang-tools-extra/clangd/test/did-change-configuration-params.test +++ clang-tools-extra/clangd/test/did-change-configuration-params.test @@ -1,6 +1,6 @@ # RUN: clangd -compile_args_from=lsp -lit-test < %s 2> %t | FileCheck -strict-whitespace %s # RUN: FileCheck --check-prefix=ERR --input-file=%t %s -# UNSUPPORTED: target={{.*-windows-(gnu|msvc)}} +# UNSUPPORTED: system-windows, target={{.*-windows-(gnu|msvc)}} {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}} --- {"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{"compilationDatabaseChanges":{"/clangd-test/foo.c": {"workingDirectory":"/clangd-test", "compilationCommand": ["clang", "-c", "foo.c"]}}}}} Index: clang-tools-extra/clangd/test/dependency-output.test =================================================================== --- clang-tools-extra/clangd/test/dependency-output.test +++ clang-tools-extra/clangd/test/dependency-output.test @@ -1,4 +1,4 @@ -# UNSUPPORTED: target={{.*-windows-(gnu|msvc)}} +# UNSUPPORTED: system-windows, target={{.*-windows-(gnu|msvc)}} # RUN: clangd -lit-test < %s | FileCheck -strict-whitespace %s {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}} ---
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits